2025-06-27 17:03:33 +08:00
|
|
|
// AssetHousesOrientationEnum
|
|
|
|
|
export const AssetHousesOrientationEnum= {
|
2025-06-29 18:42:50 +08:00
|
|
|
'East': {"text":"东","color":"#007bff","value":"East"},
|
|
|
|
|
'South': {"text":"南","color":"#28a745","value":"South"},
|
|
|
|
|
'West': {"text":"西","color":"#ffc107","value":"West"},
|
|
|
|
|
'North': {"text":"北","color":"#dc3545","value":"North"},
|
|
|
|
|
'Southeast': {"text":"东南","color":"#20c997","value":"Southeast"},
|
|
|
|
|
'Northeast': {"text":"东北","color":"#6f42c1","value":"Northeast"},
|
|
|
|
|
'Southwest': {"text":"西南","color":"#fd7e14","value":"Southwest"},
|
|
|
|
|
'Northwest': {"text":"西北","color":"#17a2b8","value":"Northwest"},
|
|
|
|
|
'EastWest': {"text":"东西","color":"#6610f2","value":"EastWest"},
|
|
|
|
|
'SouthNorth': {"text":"南北","color":"#e83e8c","value":"SouthNorth"},
|
2025-06-27 16:42:11 +08:00
|
|
|
};
|
|
|
|
|
|
2025-06-27 17:03:33 +08:00
|
|
|
// AssetHousesOwnershipTypeEnum
|
|
|
|
|
export const AssetHousesOwnershipTypeEnum= {
|
2025-06-29 18:42:50 +08:00
|
|
|
'CommodityHousing': {"text":"商品房","color":"#007bff","value":"CommodityHousing"},
|
|
|
|
|
'FundedHousing': {"text":"集资房","color":"#28a745","value":"FundedHousing"},
|
|
|
|
|
'MilitaryHousing': {"text":"军产房","color":"#17a2b8","value":"MilitaryHousing"},
|
|
|
|
|
'AffordableHousing': {"text":"保障房","color":"#ffc107","value":"AffordableHousing"},
|
|
|
|
|
'RuralHousing': {"text":"农民房","color":"#6f42c1","value":"RuralHousing"},
|
|
|
|
|
'CommercialOffice': {"text":"商业写字楼","color":"#fd7e14","value":"CommercialOffice"},
|
|
|
|
|
'CommercialComplex': {"text":"商业综合体","color":"#dc3545","value":"CommercialComplex"},
|
|
|
|
|
'ResettlementHousing': {"text":"回迁房","color":"#20c997","value":"ResettlementHousing"},
|
2025-06-27 16:42:11 +08:00
|
|
|
};
|
|
|
|
|
|
2025-06-27 17:03:33 +08:00
|
|
|
// AssetHousesStatusEnum
|
|
|
|
|
export const AssetHousesStatusEnum= {
|
2025-06-29 18:42:50 +08:00
|
|
|
'Unsold': {"text":"未售","color":"#6c757d","value":"Unsold"},
|
|
|
|
|
'SoldNotDelivered': {"text":"已售未交房","color":"#ffc107","value":"SoldNotDelivered"},
|
|
|
|
|
'SelfOccupied': {"text":"自住","color":"#28a745","value":"SelfOccupied"},
|
|
|
|
|
'Rented': {"text":"出租","color":"#007bff","value":"Rented"},
|
|
|
|
|
'Vacant': {"text":"空置","color":"#dc3545","value":"Vacant"},
|
2025-06-27 16:42:11 +08:00
|
|
|
};
|
|
|
|
|
|
2025-06-27 17:03:33 +08:00
|
|
|
// AssetHousesUsageEnum
|
|
|
|
|
export const AssetHousesUsageEnum= {
|
2025-06-29 18:42:50 +08:00
|
|
|
'Residence': {"text":"住宅","color":"#007bff","value":"Residence"},
|
|
|
|
|
'Apartment': {"text":"公寓","color":"#28a745","value":"Apartment"},
|
|
|
|
|
'Villa': {"text":"别墅","color":"#17a2b8","value":"Villa"},
|
|
|
|
|
'Shop': {"text":"商铺","color":"#ffc107","value":"Shop"},
|
|
|
|
|
'ParkingSpace': {"text":"车位","color":"#6c757d","value":"ParkingSpace"},
|
|
|
|
|
'Office': {"text":"写字楼","color":"#6610f2","value":"Office"},
|
|
|
|
|
'Clubhouse': {"text":"会所","color":"#fd7e14","value":"Clubhouse"},
|
|
|
|
|
'PropertyRoom': {"text":"物业用房","color":"#dc3545","value":"PropertyRoom"},
|
2025-06-27 16:42:11 +08:00
|
|
|
};
|
|
|
|
|
|
2025-06-27 17:03:33 +08:00
|
|
|
// AssetProjectsChargeEnum
|
|
|
|
|
export const AssetProjectsChargeEnum= {
|
|
|
|
|
'Contract': {"text":"包干制","color":"#007bff","value":"Contract"},
|
|
|
|
|
'Commission': {"text":"酬金制","color":"#28a745","value":"Commission"},
|
2025-06-27 16:42:11 +08:00
|
|
|
};
|
|
|
|
|
|
2025-06-27 17:03:33 +08:00
|
|
|
// AssetProjectsEntrustTypeEnum
|
|
|
|
|
export const AssetProjectsEntrustTypeEnum= {
|
2025-06-30 14:24:39 +08:00
|
|
|
'DeveloperJointEntrust': {"text":"开发商全委","color":"#007bff","value":"DeveloperJointEntrust"},
|
2025-06-27 17:03:33 +08:00
|
|
|
'OwnersFullEntrust': {"text":"业委会全委","color":"#28a745","value":"OwnersFullEntrust"},
|
|
|
|
|
'GovernmentFullEntrust': {"text":"政府类全委","color":"#ffc107","value":"GovernmentFullEntrust"},
|
2025-06-27 16:42:11 +08:00
|
|
|
};
|
|
|
|
|
|
2025-06-27 17:03:33 +08:00
|
|
|
// AssetProjectsPropertyTypeEnum
|
|
|
|
|
export const AssetProjectsPropertyTypeEnum= {
|
|
|
|
|
'Residence': {"text":"住宅","color":"#ff0000","value":"Residence"},
|
|
|
|
|
'Commercial': {"text":"商业","color":"#ff6600","value":"Commercial"},
|
|
|
|
|
'Office': {"text":"办公","color":"#ffcc00","value":"Office"},
|
|
|
|
|
'IndustrialPark': {"text":"产业园","color":"#00cc66","value":"IndustrialPark"},
|
|
|
|
|
'Complex': {"text":"综合体","color":"#0099ff","value":"Complex"},
|
|
|
|
|
'Municipal': {"text":"市政设施","color":"#6633cc","value":"Municipal"},
|
|
|
|
|
'Venue': {"text":"场馆","color":"#9966ff","value":"Venue"},
|
|
|
|
|
'Education': {"text":"教育","color":"#339999","value":"Education"},
|
|
|
|
|
'Medical': {"text":"医疗","color":"#cc3366","value":"Medical"},
|
2025-06-27 16:42:11 +08:00
|
|
|
};
|
|
|
|
|
|
2025-06-27 17:03:33 +08:00
|
|
|
// AssetProjectsStatusEnum
|
|
|
|
|
export const AssetProjectsStatusEnum= {
|
|
|
|
|
'SignedNotDelivered': {"text":"签约未交付","color":"#6c757d","value":"SignedNotDelivered"},
|
|
|
|
|
'RollingDevelopment': {"text":"滚动开发","color":"#007bff","value":"RollingDevelopment"},
|
|
|
|
|
'ManagedAndClosed': {"text":"在管封园","color":"#ffc107","value":"ManagedAndClosed"},
|
|
|
|
|
'Exited': {"text":"退出","color":"#dc3545","value":"Exited"},
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
// AssetUnitsBuildingStructureEnum
|
|
|
|
|
export const AssetUnitsBuildingStructureEnum= {
|
|
|
|
|
'SteelConcrete': {"text":"钢混","color":"#007bff","value":"SteelConcrete"},
|
|
|
|
|
'SteelStructure': {"text":"钢结构","color":"#28a745","value":"SteelStructure"},
|
|
|
|
|
'BrickConcrete': {"text":"砖混","color":"#ffc107","value":"BrickConcrete"},
|
|
|
|
|
'BrickWood': {"text":"砖木","color":"#dc3545","value":"BrickWood"},
|
2025-06-27 16:42:11 +08:00
|
|
|
};
|
|
|
|
|
|
2025-06-27 17:03:33 +08:00
|
|
|
// AssetUnitsBuildingTypeEnum
|
|
|
|
|
export const AssetUnitsBuildingTypeEnum= {
|
|
|
|
|
'SlabAndTower': {"text":"板塔结合","color":"#007bff","value":"SlabAndTower"},
|
|
|
|
|
'Slab': {"text":"板楼","color":"#28a745","value":"Slab"},
|
|
|
|
|
'Tower': {"text":"塔楼","color":"#ffc107","value":"Tower"},
|
2025-06-27 16:42:11 +08:00
|
|
|
};
|
|
|
|
|
|
2025-06-29 18:42:50 +08:00
|
|
|
// CompaniesMerchantTypeEnum
|
|
|
|
|
export const CompaniesMerchantTypeEnum= {
|
|
|
|
|
'PropertyManagement': {"text":"物业公司","color":"#007bff","value":"PropertyManagement"},
|
|
|
|
|
'ServiceProvider': {"text":"服务商","color":"#28a745","value":"ServiceProvider"},
|
|
|
|
|
};
|
|
|
|
|
|
2025-06-30 14:24:39 +08:00
|
|
|
// CompanyReceiptAccountsPayChannelEnum
|
|
|
|
|
export const CompanyReceiptAccountsPayChannelEnum= {
|
|
|
|
|
'WeChat': {"text":"微信","color":"#07c160","value":"WeChat"},
|
|
|
|
|
'Alipay': {"text":"支付宝","color":"#1677ff","value":"Alipay"},
|
|
|
|
|
'BankTransfer': {"text":"银行转账","color":"#6c757d","value":"BankTransfer"},
|
|
|
|
|
'TongLian': {"text":"通联支付","color":"#ff9f0a","value":"TongLian"},
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
// OrganizationsTypeEnum
|
|
|
|
|
export const OrganizationsTypeEnum= {
|
|
|
|
|
'Group': {"text":"集团","color":"#007bff","value":"Group"},
|
|
|
|
|
'Company': {"text":"公司","color":"#28a745","value":"Company"},
|
|
|
|
|
'ManagementOffice': {"text":"管理处","color":"#ffc107","value":"ManagementOffice"},
|
|
|
|
|
'Department': {"text":"部门","color":"#dc3545","value":"Department"},
|
|
|
|
|
};
|
|
|
|
|
|
2025-06-30 15:56:13 +08:00
|
|
|
// 性别
|
|
|
|
|
export const SexEnum= {
|
|
|
|
|
'Male': {"text":"男","color":"#0000ff","value":"Male"},
|
|
|
|
|
'FeMale': {"text":"女","color":"#ff0000","value":"FeMale"},
|
|
|
|
|
};
|
|
|
|
|
|
2025-06-27 17:03:33 +08:00
|
|
|
// SysModuleEnum
|
|
|
|
|
export const SysModuleEnum= {
|
|
|
|
|
'Admin': {"text":"管理员","color":"#cf1322","value":"Admin"},
|
|
|
|
|
'Customer': {"text":"客户","color":"#d4b106","value":"Customer"},
|
2025-06-27 16:42:11 +08:00
|
|
|
};
|
|
|
|
|
|
2025-06-27 17:15:50 +08:00
|
|
|
// SysPermissionsTypeEnum
|
|
|
|
|
export const SysPermissionsTypeEnum= {
|
|
|
|
|
'Directory': {"text":"目录","color":"#6d7e14","value":"Directory"},
|
|
|
|
|
'Page': {"text":"页面","color":"#4d9a13","value":"Page"},
|
|
|
|
|
'Button': {"text":"按钮","color":"#97224f","value":"Button"},
|
|
|
|
|
};
|
|
|
|
|
|