// 客户管理查询列表 export const clientsManageList = [ { prop: "customerId", label: "客户编号", width: "220" }, { prop: "customerType", label: "客户类型", width: "180" }, { prop: "customerName", label: "客户名称", width: "180" }, { prop: "certType", label: "证件类型", width: "200" }, { prop: "certId", label: "证件号码", width: "250" }, { prop: "inputDate", label: "登记时间", width: "200" }, { prop: "updateDate", label: "最近修改时间", width: "200" }, { prop: "updateUser", label: "最近修改人", width: "150" }, { prop: "operationOption", width: "130px", label: "操作管理", align: "center", fixed: "right", type: "buttons" } ]; // 个人客户&企业客户 /** * 历史维护信息 */ export const historyMaintainInfo = [ { prop: "operationTime", label: "维护时间", width: "auto" }, { prop: "changeRemark", label: "维护备注", width: "auto" }, { prop: "operationUserName", label: "维护人", width: "auto" }, { prop: "operationOrgName", label: "维护人直属机构", width: "auto" }, // { // prop: "operationOption", // width: "130px", // label: "维护详情", // align: "center", // type: "buttons" // } ]; /** * 历史维护信息 */ export const mainTainDetailCol = [ { name: "operationType", label: "维护类型", defWidth: "", colunmType: "default", type: "select", placeholder: "请输入" }, { name: "operationRemark", label: "字段名称", defWidth: "", colunmType: "default", type: "input", placeholder: "请输入" }, { name: "operationUserName", label: "维护前值", defWidth: "", colunmType: "default", type: "input", placeholder: "请输入" }, { name: "operationOrgName", label: "维护后置", defWidth: "", colunmType: "default", type: "input", placeholder: "请输入" }, { label: "操作", name: "operate", colunmType: "default", defWidth: "100", type: "operate", fixed: "right" } ]; // 个人客户 /** * 联系人信息 */ export const individualCusContactsInfo = [ { prop: "relationShipDesc", label: "联系人关系", width: "auto" }, { prop: "relativeCustomerName", label: "联系人姓名", width: "auto" }, { prop: "phone", label: "联系人手机号", width: "auto" }, { prop: "operationOption", width: "100px", label: "操作管理", align: "center", fixed: "right", type: "buttons" } ]; export const individualCusContactsInfoDetail = [ { prop: "relationShipDesc", label: "联系人关系", width: "auto" }, { prop: "relativeCustomerName", label: "联系人姓名", width: "auto" }, { prop: "phone", label: "联系人手机号", width: "auto" } ]; /** * 联系人信息-配置信息 */ export const contactsConfigInfo = [ { name: "relationShip", label: "联系人关系", defWidth: "", colunmType: "required", type: "select", placeholder: "请选择", options: [] }, { name: "relativeCustomerName", label: "联系人姓名", defWidth: "", colunmType: "required", type: "input", placeholder: "请输入" }, { name: "phone", label: "联系人手机号", defWidth: "", colunmType: "required", type: "input", placeholder: "请输入" }, { label: "操作管理", name: "operate", colunmType: "default", defWidth: "100", type: "operate", fixed: "right" } ]; // 产权人信息 export const propertyColInfo = [ { name: "propertyName", label: "产权人姓名", defWidth: "", colunmType: "required", type: "input", placeholder: "请输入" }, { label: "产权人证件类型", name: "certType", defWidth: "", colunmType: "required", type: "select", placeholder: "请输入", options: [] }, { name: "certId", label: "产品人证件号码", defWidth: "", colunmType: "required", type: "input", placeholder: "请输入" }, { label: "操作", name: "operate", colunmType: "default", defWidth: "100", type: "operate", fixed: "right" } ]; /** * 房产信息 */ export const individualCusHouseInfo = [ { prop: "communityName", label: "小区名称", width: "200" }, { prop: "propertyTypeDesc", label: "物业类型", width: "150" }, { prop: "houseProvinceDesc", label: "房产地址(省)", width: "150" }, { prop: "houseCityDesc", label: "房产地址(市)", width: "150" }, { prop: "houseCountyDesc", label: "房产地址(区/县)", width: "150" }, { prop: "houseAddress", label: "房产地址(街道名/小区名/楼栋单元/房号)", width: "300" }, { prop: "certificate", label: "房产证号", width: "150" }, { prop: "isOwnerDesc", label: "是否产权人", width: "150" }, { prop: "evsAssessment", label: "EVS估值", width: "100" }, { prop: "evsTotal", label: "EVS估值累计", width: "120" }, { prop: "creditLine", label: "授信额度(审批确定)", width: "150" }, { prop: "operationOption", width: "100px", label: "操作管理", align: "center", fixed: "right", type: "buttons" } ]; export const individualCusHouseInfoDetail = [ { prop: "communityName", label: "小区名称", width: "200" }, { prop: "propertyTypeDesc", label: "物业类型", width: "150" }, { prop: "houseProvinceDesc", label: "房产地址(省)", width: "150" }, { prop: "houseCityDesc", label: "房产地址(市)", width: "150" }, { prop: "houseCountyDesc", label: "房产地址(区/县)", width: "150" }, { prop: "houseAddress", label: "房产地址(街道名/小区名/楼栋单元/房号)", width: "300" }, { prop: "certificate", label: "房产证号", width: "150" }, { prop: "isOwnerDesc", label: "是否产权人", width: "150" }, { prop: "evsAssessment", label: "EVS估值", width: "100" }, { prop: "evsTotal", label: "EVS估值累计", width: "120" }, { prop: "creditLine", label: "授信额度(审批确定)", width: "150" } ]; // 企业客户 /** * 其他股东 */ export const enterpriseCusOtherShareholder = [ { prop: "shareholderTypeCn", label: "股东类型", width: "auto" }, { prop: "shareholderName", label: "股东姓名", width: "auto" }, { prop: "certTypeCn", label: "股东证件类型", width: "auto" }, { prop: "certId", label: "固定证件号码", width: "auto" }, { prop: "holdingRatio", label: "持股比例(%)", width: "auto" }, { prop: "phone", label: "手机号码", width: "auto" }, { prop: "operationOption", width: "100px", label: "操作管理", align: "center", fixed: "right", type: "buttons" } ]; export const enterpriseCusOtherShareholderDetail = [ { prop: "shareholderTypeCn", label: "股东类型", width: "auto" }, { prop: "shareholderName", label: "股东姓名", width: "auto" }, { prop: "certTypeCn", label: "股东证件类型", width: "auto" }, { prop: "certId", label: "固定证件号码", width: "auto" }, { prop: "holdingRatio", label: "持股比例(%)", width: "auto" }, { prop: "phone", label: "手机号码", width: "auto" } ]; /** * 其他股东-表单配置信息 */ export const otherShareholderConfig = [ { prop: "shareholderType", label: "股东类型", defWidth: "", colunmType: "required", type: "input", placeholder: "请输入" }, { prop: "shareholderName", label: "股东姓名", defWidth: "", colunmType: "required", type: "input", placeholder: "请输入" }, { prop: "certType", label: "股东证件类型", defWidth: "", colunmType: "required", type: "input", placeholder: "请输入" }, { prop: "certId", label: "固定证件号码", defWidth: "", colunmType: "required", type: "input", placeholder: "请输入" }, { prop: "holdingRatio", label: "持股比例", defWidth: "", colunmType: "required", type: "input", placeholder: "请输入" }, { prop: "phone", label: "手机号码", defWidth: "", colunmType: "required", type: "input", placeholder: "请输入" }, { prop: "operationOption", width: "150px", label: "操作管理", align: "center", fixed: "right", type: "buttons" } ]; /** * 财务信息 */ export const enterpriseCusFinanceInfo = [ { prop: "financialTypeCn", label: "财务数据类型", width: "150" }, { prop: "beginTime", label: "开始时间", width: "120" }, { prop: "endTime", label: "截止时间", width: "120" }, { prop: "operatingReceipt", label: "营业收入", width: "120" }, { prop: "netProfit", label: "净利润", width: "120" }, { prop: "nonNetProfit", label: "扣非净利润", width: "120" }, { prop: "netAssets", label: "净资产", width: "150" }, { prop: "netOperatingCashFlow", label: "经营性现金流净额", width: "180" }, { prop: "externalGuaranteeAmount", label: "对外担保金额", width: "150" }, { prop: "totalAssets", label: "总资产", width: "150" }, { prop: "totalLiability", label: "总负债", width: "150" }, { prop: "assetsLiabilities", label: "资产负债率(%)", width: "120" }, { prop: "operationOption", width: "100px", label: "操作管理", align: "center", fixed: "right", type: "buttons" } ]; export const enterpriseCusFinanceInfoDetail = [ { prop: "financialTypeCn", label: "财务数据类型", width: "150" }, { prop: "beginTime", label: "开始时间", width: "120" }, { prop: "endTime", label: "截止时间", width: "120" }, { prop: "operatingReceipt", label: "营业收入", width: "120" }, { prop: "netProfit", label: "净利润", width: "120" }, { prop: "nonNetProfit", label: "扣非净利润", width: "120" }, { prop: "netAssets", label: "净资产", width: "150" }, { prop: "netOperatingCashFlow", label: "经营性现金流净额", width: "180" }, { prop: "externalGuaranteeAmount", label: "对外担保金额", width: "150" }, { prop: "totalAssets", label: "总资产", width: "150" }, { prop: "totalLiability", label: "总负债", width: "150" }, { prop: "assetsLiabilities", label: "资产负债率(%)", width: "120" } ]; /** 签章图片管理COLUMN*/ export const SIGNETMANAGECOLUMN = [ { prop: "inputorg", label: "更新机构", width: "auto" }, { prop: "itemdescribe", label: "签章保存地址", width: "auto" }, { prop: "itemname", label: "签章类型", width: "380" }, { prop: "itemno", label: "签章编号", width: "160" }, { prop: "updatetime", label: "更新时间", width: "160" }, { prop: "updateuser", label: "更新人", width: "150" }, { prop: "operationOption", width: "150px", label: "操作管理", align: "center", fixed: "right", type: "buttons" } ]; // 影像资料类型管理列表 export const IMAGEDATATYPEMANAGECOLUMN = [ { prop: "docno", label: "影像资料编号", width: "150" }, { prop: "docname", label: "影像资料名称", width: "160" }, { prop: "sortno", label: "排序号", width: "100" }, { prop: "amountlimit", label: "影像资料数量限制", width: "160" }, { prop: "marketingshowflagCn", label: "移动运营端展示标志", width: "180" }, { prop: "mobilityshowflagCn", label: "移动客户端展示标志", width: "180" }, { prop: "isinuseCn", label: "使用状态", width: "100" }, { prop: "remark", label: "影像资料备注", width: "auto" }, { prop: "updateuser", label: "更新人", width: "160" }, { prop: "updateorg", label: "更新机构", width: "180" }, { prop: "updatedate", label: "更新时间", width: "160" }, { prop: "operationOption", width: "100px", label: "操作管理", align: "center", fixed: "right", type: "buttons" } ]; // 短信模板管理管理列表 export const MASSAGETPLMANAGECOLUMN = [ { prop: "itemno", label: "短信编号", width: "150" }, { prop: "itemname", label: "短信场景", width: "160" }, { prop: "isinuse", label: "是否启用", width: "100" }, { prop: "itemdescribe", label: "场景描述", width: "180" }, { prop: "itemattribute", label: "短信内容", width: "500" }, { prop: "source", label: "短信来源", width: "160" }, { prop: "sendobject", label: "发送对象", width: "150" }, { prop: "remark", label: "备注说明", width: "auto" }, { prop: "inputuser", label: "更新人", width: "140" }, { prop: "inputorg", label: "更新机构", width: "160" }, { prop: "inputtime", label: "更新时间", width: "160" }, { prop: "operationOption", width: "130px", label: "操作管理", align: "center", fixed: "right", type: "buttons" } ]; // 影像资料清单 export const IMAGELISTCOLUMN = [ { prop: "docno", label: "影像资料编号", width: "150" }, { prop: "docname", label: "影像资料名称", width: "180" }, { prop: "sortno", label: "排序号", width: "120" }, { prop: "amountlimit", label: "影像资料数量限制", width: "180" }, { prop: "marketingshowflag", label: "移动运营端展示标志", width: "180" }, { prop: "mobilityshowflag", label: "移动客户端展示标志", width: "180" }, { prop: "remark", label: "影像资料备注", width: "440" } ]; // 赎楼客群标签列表 export const FLOOROFTAGSCOLUMN = [ { prop: "serialNo", label: "流水号", width: "150" }, { prop: "customerMarkNo", label: "客群标签编号", width: "160" }, { prop: "customerMarkName", label: "客群标签名称", width: "160" }, { prop: "productTypeName", label: "产品类型", width: "160" }, { prop: "enterpriseName", label: "企业名称", width: "160" }, { prop: "paysWayDesc", label: "支付方式", width: "160" }, { prop: "isBusinessDesc", label: "是否交易类", width: "160" }, { prop: "isCriterionDesc", label: "是否标准", width: "150" }, { prop: "remark", label: "客群标签备注", width: "150" }, { prop: "isDeleteDesc", label: "状态", width: "120" }, { prop: "inputUserName", label: "登记人", width: "150" }, { prop: "inputOrgName", label: "登记机构名称", width: "180" }, { prop: "inputDate", label: "登记时间", width: "150" }, { prop: "updateUserName", label: "最近更新人", width: "150" }, { prop: "updateDate", label: "最近更新时间", width: "160" }, { prop: "operationOption", width: "125px", label: "操作管理", align: "center", fixed: "right", type: "buttons" } ]; // 学区房管理列表 export const SCHOOLHOUSELISTCOLUMN = [ { prop: "province", label: "楼盘所在省", width: "150" }, { prop: "city", label: "楼盘所在市", width: "150" }, { prop: "county", label: "楼盘所在区县", width: "150" }, { prop: "buildingName", label: "楼盘名称", width: "160" }, { prop: "buildingNo", label: "期数楼栋单元", width: "160" }, { prop: "primarySchooldistrictName", label: "小学学区名称", width: "180" }, { prop: "middleSchooldistrictName", label: "初中学区名称", width: "180" }, { prop: "isDeleteDesc", label: "状态", width: "120" }, { prop: "inputUserName", label: "登记人", width: "120" }, { prop: "inputDate", label: "登记时间", width: "160" }, { prop: "updateUserName", label: "最近更新人", width: "140" }, { prop: "updateDate", label: "最近更新时间", width: "160" }, { prop: "operationOption", width: "125px", label: "操作管理", align: "center", fixed: "right", type: "buttons" } ];