/** 产品管理Column */ export const PRODUCTMANAGECOLUMN = [ { prop: "typeno", label: "产品编号", width: "180px" }, { prop: "typename", label: "产品名称", width: "180px" }, { prop: "producttype", label: "产品类型", isDesc: true, width: "160px" }, { prop: "currentphasename", label: "当前阶段", // isMoney: true, width: "160px" }, { prop: "productstatus", label: "产品状态", isDesc: true, width: "80px" }, { prop: "effecttime", label: "生效日期", width: "160px" }, { prop: "failuretime", label: "失效日期", width: "160px" }, { prop: "lastupdatetime", label: "上次修改时间", isDesc: true, width: "180px" }, { prop: "lastupdateuser", label: "上次修改用户", width: "150px" }, { prop: "currentapplyuser", label: "当前申请人", width: "150px" }, { prop: "operationOption", width: "150px", label: "产品管理", align: "center", fixed: "right", type: "buttons" } ]; // 产品维度清单列 export const PRODIMENSIONLISTCOLUMN = [ { prop: "dimensionsName", label: "维度名称", filter: false, width: "240px" }, { prop: "dimensionCode", label: "维度编号", filter: false, width: "165px" }, { prop: "dimensionStatus", label: "维度状态", filter: false, width: "auto" }, { prop: "changeflag", label: "变更标志", width: "auto" }, { prop: "tradeType", label: "交易类型", filter: true, width: "80px" }, { prop: "orgId", label: "渠道", filter: true, width: "200px" }, { prop: "provinceNo", label: "维度省份", filter: true, width: "80px" }, { prop: "cityNo", label: "维度城市", filter: true, width: "80px" }, { prop: "areaNo", label: "维度行政区", filter: true, width: "160px" }, { prop: "customersNo", label: "客群", filter: false, width: "240px" }, { prop: "minBusinessSum", label: "最低申请金额", filter: true, width: "180px" }, { prop: "maxBusinessSum", label: "最高申请金额", filter: true, width: "180px" }, { prop: "riskLevel", label: "风险等级", filter: true, width: "80px" }, { prop: "operationOption", width: "150px", label: "维度管理", filter: false, align: "center", fixed: "right", type: "buttons" }, { prop: "projectNo", label: "项目", filter: true, width: "200px" }, { prop: "enterpriseNo", label: "核心企业", filter: true, width: "auto" } ]; /** 产品初审Column */ export const PROFIRSTREADCOLUMN = [ { prop: "serialno", label: "申请编号", width: "180px" }, { prop: "typeno", label: "产品编号", width: "100px" }, { prop: "typename", label: "产品名称", width: "auto" }, { prop: "producttype", label: "产品类型", width: "auto" }, { prop: "phasename", label: "当前阶段", width: "180px" }, { prop: "productstatus", label: "产品状态", width: "auto" }, { prop: "effecttime", label: "生效日期", width: "150px" }, { prop: "failuretime", label: "失效日期", width: "150px" }, { prop: "updatetime", label: "上次修改时间", width: "180px" }, { prop: "updateuser", label: "上次修改用户", width: "180px" }, { prop: "inputuser", label: "申请人", width: "auto" }, { prop: "currentuser", label: "当前处理人", width: "200px" }, { prop: "currentuserorg", label: "当前处理人直属机构", width: "200px" }, { prop: "begintime", label: "任务接收时间", width: "180px" }, { prop: "operationOption", width: "150px", label: "产品管理", align: "center", fixed: "right", type: "buttons" } ]; // 审批列表 export const APPROVALLISTCOLUMN = [ { prop: "phasename", label: "阶段名称", width: "auto" }, { prop: "approveresult", label: "审批结果", width: "auto" }, { prop: "approveopinion", label: "审批意见", width: "auto" }, { prop: "username", label: "处理人", width: "auto" }, { prop: "orgname", label: "处理人直属机构", width: "200px" }, { prop: "begintime", label: "任务接收时间", width: "200px" }, { prop: "endtime", label: "任务完成时间", width: "200px" }, { prop: "dealtime", label: "处理耗时", width: "180px" } ]; // 产品历史维护清单 export const PROMAINTAINLISTCOLUMN = [ { prop: "serialno", label: "申请编号", width: "180px" }, { prop: "applytime", label: "申请时间", width: "180px" }, { prop: "applytype", label: "申请类型", width: "auto" }, { prop: "applyuser", label: "申请人", width: "auto" }, { prop: "currentphase", label: "当前阶段", width: "auto" }, { prop: "currentuser", label: "当前处理人", width: "150px" }, { prop: "finishtime", label: "完成时间", width: "150px" }, { prop: "operationOption", width: "150px", label: "操作", align: "center", fixed: "right", type: "buttons" } ]; // 产品业务调整列表 export const PROTASKADJUTCOLUMN = [ { prop: "serialNo", label: "申请编号", width: "170px" }, { prop: "productType", label: "产品类型", width: "140px" }, { prop: "productCode", label: "产品编码", width: "160px" }, { prop: "productName", label: "产品名称", width: "160px" }, { prop: "currentPhaseNo", label: "当前阶段", width: "150px" }, { prop: "currentUser", label: "当前处理人", width: "120px" }, { prop: "currentUserOrg", label: "当前处理人直属机构", width: "210px" }, { prop: "applyDate", label: "申请日期", width: "140px" }, { prop: "applyTime", label: "申请时间", width: "141px" }, { prop: "applyUser", label: "申请人", width: "120px" }, { prop: "applyUserOrg", label: "申请人直属机构", width: "180px" }, { prop: "operationOption", width: "150px", label: "操作", align: "center", fixed: "right", type: "buttons" } ]; // 产品自定义还款方式列表 export const PROFREEREPAYMENTCOLUMN = [ { prop: "paymentno", label: "还款方式编码", width: "160px" }, { prop: "paymentname", label: "还款方式名称", width: "161px" }, { prop: "componenremark", label: "还款方式描述", width: "160px" }, { prop: "effectdate", label: "生效日期", width: "140px" }, { prop: "failuredate", label: "失效日期", width: "140px" }, { prop: "status", label: "状态", width: "140px" }, { prop: "inputdate", label: "登记时间", width: "150px" }, { prop: "inputuser", label: "登记人", width: "140px" }, { prop: "inputorg", label: "登记机构", width: "180px" }, { prop: "updatedate", label: "更新时间", width: "150px" }, { prop: "updateuser", label: "更新人", width: "120px" }, { prop: "updateorg", label: "更新机构", width: "180px" }, { prop: "operationOption", width: "110px", label: "操作", align: "center", fixed: "right", type: "buttons" } ];