/** * 动态生成表格配置项(表格形式展示数据使用) */ export const SendLog = [ { prop: "templateDesc", label: "外呼类型", width: "auto" }, { prop: "mobile", label: "手机号", width: "auto" }, { prop: "sendTime", label: "推送时间", width: "auto" }, { prop: "callTime", label: "外呼时间", width: "auto" }, { prop: "duration", label: "通话时长(s)", width: "auto" }, { prop: "returnMsg", label: "外呼状态", width: "auto" }, ] export const smsHeader = [ { prop: "createdAt", label: "请求时间", width: "245px" }, { prop: "phoneNo", label: "手机号", width: "120px" }, { prop: "tempContent", label: "短信内容", showTooltip: true, width: '250px', }, { prop: "channerName", label: "渠道", width: "90px" }, { prop: "tempNo", label: "短信模板", isDesc: true, width: "220px" }, { prop: "statusName", label: "发送状态", width: "90px" }, { prop: "dealDesc", label: "提供商状态", width: "100px" }, { prop: "dealTime", label: "处理时间", width: "240px" }, { prop: "elapsedTime", label: "耗时", width: "auto" }, ] export const voucherHeader = [ { prop: "documentType", label: "凭证类型", isDesc: true, width: "auto" }, { prop: "certificateAmount", label: "凭证金额", isMoney: true, width: "auto" }, { prop: "voucherDate", label: "凭证日期", width: "auto" }, { prop: "certificateUse", label: "凭证用途", isDesc: true, width: "auto" }, { prop: "firstParagraph", label: "是否属于首期款凭证", isDesc: true, width: "auto" }, { prop: "housename", label: "对应楼栋房号", width: "auto" }, { prop: "certificateSerialNumber", label: "凭证序列号", width: "auto" }, { prop: "bak", label: "凭证备注", width: "auto" } ]; // 联系人信息 export const contactListHeader = [ { prop: "relativecustomername", width: "auto", label: "联系人姓名" }, { prop: "phone", width: "auto", label: "联系人手机号码" }, { prop: "relationshipDesc", width: "auto", label: "联系人与借款人关系", isDesc: true } ]; // 产权人信息 export const propertyListHeader = [ { prop: "propertyowner", width: "auto", label: "产权人姓名" }, { prop: "certtype", width: "auto", label: "产权人证件类型", isDesc: true }, { prop: "certid", width: "auto", label: "产权人证件号码" } ]; // 权证信息 export const propertyCertListHeader = [ { prop: "propertycertid", width: "auto", label: "权利凭证号" }, { prop: "propertycerttype", width: "auto", label: "权证类型", isDesc: true }, { prop: "outtodate", width: "auto", label: "权证发证日期" }, { prop: "expiredate", width: "auto", label: "权证到期日期" }, { prop: "outtoorgname", width: "auto", label: "权证发证机关名称" } ]; // 已认领资金 export const acctBankRecordHeader = [ { prop: "trxnbr", label: "银行交易流水号", width: "200px" }, { prop: 'crtamt', label: '收付金额', isMoney: true, width: '110px' }, { prop: 'amt', label: '认领金额', isMoney: true, width: '110px' }, { prop: 'acctno', label: '对公结算户账号', width: '180px' }, { prop: "acctname", label: "对公结算户户名", width: "150px" }, { prop: "rpyacc", label: "转账付方银行账号", width: "150px" }, { prop: "rpynam", label: "转账付方名称", width: "150px" }, { prop: "psbnbr", label: "客户结算虚拟号", width: "150px" }, { prop: "cltnam", label: "绑定客户名称", width: "150px" }, { prop: 'trxtxt', label: '转账备注', width: '150px' }, { prop: "etydat", label: "收款日期", width: "100px" }, { prop: "projectname", label: "项目名称", width: "120px" }, { prop: "inputdate", label: "认领日期", width: "100px" } ]; // 辅助决策信息 export const aiddecisionHeader = [ { prop: "aidcode", label: "辅助决策代码", width: "auto" }, { prop: "aiddesc", label: "辅助决策类型", width: "auto" }, { prop: "aidvalue", label: "辅助决策", width: "auto" } ]; // 风险提示信息 export const tipsHeader = [ { prop: "rulecode", label: "风险提示代码", width: "auto" }, { prop: "rulelevel", label: "风险级别", width: "auto" }, { prop: "ruletype", label: "提示类型", width: "auto" }, { prop: "ruledesc", label: "风险提示", width: "auto" } ]; // 风险提示信息 export const reportInfosHeader = [ { prop: "borrowTypeDesc", width: "auto", label: "类型" }, { prop: "relationshipDesc", label: "与借款人关系", width: "auto" }, { prop: "customerName", label: "客户名称", width: "auto" }, { prop: "idType", label: "证件类型", width: "auto" }, { prop: "idCard", label: "证件号码", width: "auto" }, { prop: "statusDesc", label: "状态", width: "auto" }, { prop: "successTime", label: "获取成功时间", width: "auto" }, // 按钮,点击打开征信报告PDF风险和总部审批角色展示风控审批信息,其他角色不展示 { prop: "linkDescription", label: "操作", width: "auto", type: "buttons", isNotProp: true } ]; // 还款入账记录 export const queryAcctPaymentHeader = [ { prop: "transSerialno", width: "160px", label: "还款入账流水号" }, { prop: "transCode", width: "150px", label: "还款类型" }, { prop: "periodNo", width: "50px", label: "期次" }, { prop: "psType", width: "150px", label: "还款计划类型" }, { prop: "payDate", width: "110px", label: "应还日期" }, { prop: "actualPayprincipalAmt", width: "120px", isMoney: true, label: "实还本金" }, { prop: "actualPayInterestAmt", width: "120px", label: "实还利息", isMoney: true }, { prop: "actualFeeAmt", width: "120px", label: "实还费用", isMoney: true }, { prop: "actualPayprincipalPenaltyAmt", width: "120px", label: "实还罚息", isMoney: true }, { prop: "actualPayDate", width: "110px", label: "交易日期" }, { prop: "actualPayTime", width: "auto", label: "实还时间" } ]; //逾期管理回款流水 export const overdueQryCollectionTransHeader = [ { prop: "trxnbr", width: "160px", label: "回款流水" }, { prop: "etydat", width: "160px", label: "资金到账日期" }, { prop: "claimDate", width: "160px", label: "认领日期" }, { prop: "principalAmt", width: "160px", label: "实还本金" }, { prop: "interestAmt", width: "160px", label: "实还利息" }, { prop: "prePayPenaltyAmt", width: "160px", label: "实还费用" }, { prop: "penaltyAmt", width: "160px", label: "实还罚息" }, { prop: "transDate", width: "160px", label: "实还时间" }, { prop: "phaseName", width: "160px", label: "回款阶段" }, ] //历史委外信息 export const overdueOutsourcingQueryListHeader = [ { prop: "orgName", width: "160px", label: "委外机构" }, { prop: "batchNo", width: "160px", label: "委外批次号" }, { prop: "startTime", width: "160px", label: "委外开始时间" }, { prop: "endTime", width: "160px", label: "委外结束时间" }, { prop: "paybackAmount", width: "160px", isMoney: true, label: "委外回款金额" }, { prop: "remark", width: "220px", label: "备注", showTooltip: true }, ] // 催收函记录 export const queryCollectionLetterHeader = [ { prop: "phaseName", width: "220px", label: "催收函生成时间" }, { prop: "phaseName", width: "160px", label: "操作人" }, { prop: "phaseName", width: "160px", label: "催收函发送标识" }, { prop: "phaseName", width: "220px", label: "催收函发送时间" }, { prop: "lastAction", label: "操作管理", width: "240px", type: "buttons", fixed: "right" } ] // 还款计划 export const queryAcctPaymentScheduleHeader = [ { prop: "periodNo", width: "50px", label: "期次" }, { prop: "psType", width: "120px", label: "还款计划类型" }, { prop: "statusDesc", width: "80px", label: "状态" }, { prop: "payDate", width: "100px", label: "应还日期" }, { prop: "payAmount", width: "100px", isMoney: true, label: "应还总金额" }, { prop: "payBalance", width: "100px", isMoney: true, label: "应还总余额" }, { prop: "payPrinciPalAmt", width: "95px", isMoney: true, label: "应还本金" }, { prop: "actualPayPrinciPalAmt", width: "95px", isMoney: true, label: "实还本金" }, { prop: "waivePrinciPalAmt", width: "95px", isMoney: true, label: "调整本金" }, { prop: "payInterestAmt", width: "95px", label: "应还利息", isMoney: true }, { prop: "actualPayInterestAmt", width: "95px", label: "实还利息", isMoney: true }, { prop: "waiveInterestAmt", width: "95px", label: "调整利息", isMoney: true }, { prop: "payFeeamt", width: "95px", label: "应还费用", isMoney: true }, { prop: "actualPayFeeAmt", width: "95px", label: "实还费用", isMoney: true }, { prop: "waiveFeeAmt", width: "95px", label: "调整费用", isMoney: true }, { prop: "payPrinciPalPenaltyAmt", width: "95px", label: "应还罚息", isMoney: true }, { prop: "actualPayPrinciPalPenaltyAmt", width: "95px", label: "实还罚息", isMoney: true }, { prop: "waivePrinciPalPenaltyAmt", width: "95px", label: "调整罚息", isMoney: true }, { prop: "actualPayDate", width: "110px", label: "最近还款日期" }, { prop: "finishDate", width: "100px", label: "结清日期" }, { prop: "hisMaxOverdueDays", width: "100px", label: "当期历史最大逾期天数" }, ]; // 还款记录 export const CheckoffCommandHisHeader = [ // { prop: "applyserialno", width: "130px", label: "申请编号" }, // { prop: "customername", width: "130px", label: "客户名称" }, { prop: "repaytype", width: "100px", label: "还款方式" }, { prop: "batno", width: "240px", label: "批次号" }, { prop: "actualamount", width: "90px", label: "扣款金额" }, { prop: "repaystatus", width: "80px", label: "状态" }, { prop: "bankcardno", width: "180px", label: "银行卡号" }, { prop: "bankname", width: "130px", label: "银行名称" }, { prop: "remark", width: "260px", label: "备注" }, { prop: "sendtime", width: "160px", label: "交易时间" }, { prop: "updatetime", width: "160px", label: "操作时间" }, ] // 催收记录 export const WorkRecordHeader = [ { prop: "instName", width: "130px", label: "机构名称" }, // { prop: "repaytype", width: "130px", label: "还款方式" }, { prop: "lastFollowDate", width: "180px", label: "跟进日期" }, { prop: "instTypeDesc", width: "130px", label: "催记机构类型" }, { prop: "overdueReasonDesc", width: "130px", label: "逾期原因" }, { prop: "uname", width: "100px", label: "联系姓名" }, { prop: "mobile", width: "130px", label: "联系人电话" }, { prop: "harvestResultsDesc", width: "100px", label: "催收结果" }, { prop: "userName", width: "100px", label: "添加用户" }, { prop: "addTime", width: "180px", label: "添加时间" }, { prop: "specialTypeDesc", width: "130px", label: "特殊标识" }, { prop: "communication", width: "130px", label: "沟通情况" }, ] // 资金方还款计划 export const acctLoanPlanListHeader = [ { prop: "periodno", width: "50px", label: "期次" }, { prop: "paydate", width: "120px", label: "应还日期" }, { prop: "totalAmt", width: "120px", isMoney: true, label: "应还总金额" }, { prop: "actualTotalAmt", width: "120px", isMoney: true, label: "应还总余额" }, { prop: "payprincipalamt", width: "120px", isMoney: true, label: "应还本金" }, { prop: "recePrincipal", width: "120px", isMoney: true, label: "实还本金" }, { prop: "payinterestamt", width: "120px", label: "应还利息", isMoney: true }, { prop: "normInterestRece", width: "120px", label: "实还利息", isMoney: true }, { prop: "payment", width: "120px", label: "应还罚息", isMoney: true }, { prop: "recePayment", width: "110px", label: "实还罚息", isMoney: true }, { prop: "finishDate", width: "120px", label: "结清日期" }, { prop: "statusDesc", width: "100px", label: "状态" }, { prop: "payTypeDesc", width: "100px", label: "是否代偿" }, ]; export const AcctPaymentScheduleFields = { "期次": "periodNo", "还款计划类型": "psType", "应还日期": "payDate", "应还总金额": "payAmount", "应还总余额": "payBalance", "应还本金": "payPrinciPalAmt", "实还本金": "actualPayPrinciPalAmt", "调整本金": "waivePrinciPalAmt", "应还利息": "payInterestAmt", "实还利息": "actualPayInterestAmt", "调整利息": "waiveInterestAmt", // "应还费用": "payFeeamt", // "实还费用": "actualPayFeeAmt", // "调整费用": "waiveFeeAmt", "应还罚息": "payPrinciPalPenaltyAmt", "实还罚息": "actualPayPrinciPalPenaltyAmt", "调整罚息": "waivePrinciPalPenaltyAmt", "最近还款日期": "actualPayDate", "结清日期": "finishDate", "当期历史最大逾期天数": "hisMaxOverdueDays", "状态": "statusDesc" }; // 会计分录信息 export const queryAcctSubledgerDetailHeader = [ { prop: "bookDate", width: "110px", label: "记账日期" }, { prop: "transSerialno", width: "160px", label: "交易流水号" }, { prop: "accountCodeType", width: "150px", label: "科目类型" }, { prop: "accountCodeName", width: "150px", label: "科目名称" }, { prop: "accountCodeNo", width: "360px", label: "科目代码" }, { prop: "debitBalance", width: "120px", label: "借方余额", isMoney: true }, { prop: "debitAmount", width: "120px", label: "借方发生额", isMoney: true }, { prop: "creditBalance", width: "120px", label: "贷方余额", isMoney: true }, { prop: "creditAmount", width: "120px", label: "贷方发生额", isMoney: true }, { prop: "remark", width: "400px", label: "备注" } ]; // 交易申请记录 export const queryAcctTransactionHeader = [ { prop: "transSerialno", width: "auto", label: "交易流水号" }, { prop: "transCode", width: "auto", label: "交易名称" }, { prop: "bankSerialno", width: "auto", label: "支付/银行流水号" }, { prop: "transStatus", width: "auto", label: "交易状态" }, { prop: "remark", width: "auto", label: "失败原因" }, { prop: "transDate", width: "auto", label: "交易日期" }, { prop: "transTime", width: "auto", label: "交易时间" }, { prop: "inputUserName", width: "auto", label: "操作用户" } ]; // 交易申请记录 export const MalQueryAcctTransactionHeader = [ { prop: "transSerialno", width: "200", label: "交易流水号" }, { prop: "transCodeName", width: "100", label: "交易名称" }, { prop: "bankSerialno", width: "200", label: "支付/银行流水号" }, { prop: "applyAmount", width: "150", label: "订单申请金额", isMoney: true }, { prop: "finishAmount", width: "120", label: "订单成功金额", isMoney: true }, { prop: "channelName", width: "100", label: "渠道" }, { prop: "transStatusDesc", width: "100", label: "交易状态" }, { prop: "remark", width: "180", label: "备注" }, { prop: "etyDate", width: "100", label: "流水日期" }, { prop: "transTime", width: "150", label: "交易时间" }, { prop: "inputUserName", width: "100", label: "操作用户" } ]; // 历史贷款信息 export const qryCustomerHistoryApplyHeader = [ { prop: "serialno", width: "160px", label: "申请编号", fixed: true, type: "link" }, { prop: "productname", width: "150px", label: "产品名称" }, { prop: "occurtypeDesc", width: "150px", label: "业务类型" }, { prop: "customername", width: "150px", label: "客户名称" }, { prop: "borrowerList", width: "150px", label: "共借人清单" }, { prop: "inputdate", width: "150px", label: "报单日期" }, { prop: "businesssum", width: "150px", label: "贷款金额", isMoney: true }, { prop: "businessTerm", width: "85px", label: "贷款期限" }, { prop: "phasename", width: "150px", label: "申请状态", isDesc: true }, { prop: "loanstatus", width: "auto", label: "借据状态", isDesc: true } ]; // 招标贷-历史贷款信息 export const ZBDCustomerHistoryApplyHeader = [ { prop: "serialno", width: "160px", label: "申请编号", fixed: true, type: "link" }, { prop: "productname", width: "90px", label: "产品名称" }, { prop: "occurtypeDesc", width: "90px", label: "业务类型" }, { prop: "inputdate", width: "150px", label: "报单日期" }, { prop: "businesssum", width: "150px", label: "贷款金额", isMoney: true }, { prop: "businessTerm", width: "85px", label: "贷款期限" }, { prop: "actualuserdays", width: "110px", label: "实际用信天数" }, { prop: "bidprojectname", width: "310px", label: "投标项目名称", showTooltip: true }, { prop: "isexceed", width: "150px", label: "退还保证金是否超期", isDesc: true }, { prop: "phasename", width: "150px", label: "贷款状态", isDesc: true } ]; // 流程流转记录 export const flowModelHeader = [ { prop: "phasename", width: "auto", label: "阶段名称" }, { prop: "username", width: "auto", label: "处理人" }, { prop: "orgname", width: "auto", label: "处理人直属机构" }, { prop: "begintime", width: "auto", label: "任务接收时间" }, { prop: "endtime", width: "auto", label: "任务完成时间" }, { prop: "dealtime", width: "auto", label: "处理耗时" } ]; // 贷后变更记录 export const loanChangeHeader = [ { prop: "serialno", label: "贷后变更申请流水号", width: "auto", // width: '160px', // fixed: true, type: "link" }, { prop: "changeType", width: "auto", label: "贷后变更类型" }, { prop: "phaseNo", width: "auto", label: "贷后当前流程阶段" }, { prop: "inputDate", width: "auto", label: "贷后申请日期" }, { prop: "endDate", width: "auto", label: "贷后完成日期" } ]; // 历史审批意见 export const opinionListHeader = [ { prop: "opinionno", width: "170px", label: "审批流水" }, { prop: "phasename", width: "250px", label: "审批阶段" }, { prop: "phasechoiceDesc", width: "130px", label: "审批结果" }, { prop: "phaseopinionDesc", width: "150px", label: "外部审批意见分类", showTooltip: true }, { prop: "phaseopinion2", width: "300px", label: "外部审批意见", showTooltip: true }, { prop: "opiniontypeDesc", width: "150px", label: "内部审批意见分类" }, { prop: "phaseopinion3", width: "150px", label: "内部审批意见", showTooltip: true }, { prop: "channelDesc", width: "150px", label: "审批终端", isDesc: true }, { prop: "inputusername", width: "130px", label: "审批人" }, { prop: "inputorgname", width: "150px", label: "审批机构", isDesc: true }, { prop: "inputtime", width: "150px", label: "审批时间" } ]; // 还款计划试算 export const trialRepaymentHeader = [ { prop: "periodno", width: "60px", label: "期次" }, { prop: "pstype", width: "200px", label: "还款计划类型" }, { prop: "paydate", width: "120px", label: "应还日期" }, { prop: "payprincipalamt", width: "120px", label: "应还本金", isMoney: true }, { prop: "waiveprincipalamt", width: "120px", isMoney: true, label: "调整本金" }, { prop: "payinterestamt", width: "120px", label: "应还利息", isMoney: true }, { prop: "waiveinterestamt", width: "120px", label: "调整利息", isMoney: true }, { prop: "payinterestamtfee", width: "120px", label: "应还费用", isMoney: true }, { prop: "waivefee", width: "120px", label: "调整费用", isMoney: true } ]; // 借据查询 export const loanListHeader = [ { prop: "applyserialno", label: "申请编号", width: "180px", fixed: true, type: "link" // link, button, buttons }, { prop: "loanserialno", label: "借据编号", width: "180px" }, { prop: "productname", label: "产品名称", width: "100px" }, { prop: "customername", label: "客户名称", width: "100px" }, { prop: "businesscity", label: "业务城市", width: "95px" }, { prop: "customerid", label: "客户编号", width: "120px" }, { prop: "phone", label: "客户手机号", width: "120px" }, { prop: "paymentname", label: "还款方式", width: "120px" }, { prop: "businesssum", label: "贷款金额", isMoney: true, width: "120px" }, { prop: "principalbalance", label: "贷款余额", isMoney: true, width: "120px" }, { prop: "payTotalAmt", label: "剩余应还合计", isMoney: true, width: "120px" }, { prop: "businesstermmonth", label: "贷款期限", width: "85px" }, { prop: "payPeriodNo", label: "已还期数", width: "85px" }, { prop: "overduedays", label: "逾期天数", width: "100px" }, { prop: "maxoverduedays", label: "历史最大逾期天数", width: "140px" }, { prop: "overdueTotalAmt", label: "逾期合计", width: "100px" }, { prop: "overdueprincipal", isMoney: true, label: "逾期本金", width: "100px" }, { prop: "overdueinterest", label: "逾期利息", isMoney: true, width: "100px" }, { prop: "overdueallfee", label: "逾期费用", isMoney: true, width: "100px" }, // { // prop: "extendtimes", // label: "展期次数", // width: "100px" // }, // { // prop: "latelyextenddate", // label: "最近展期日期", // width: "130px" // }, // { // prop: "changePsLimit", // label: "还款计划变更次数", // width: "140px" // }, // { // prop: "changePsDate", // label: "最近还款计划变更日期", // width: "170px" // }, // { // prop: "waiveLimit", // label: "息费减免次数", // width: "120px" // }, // { // prop: "waiveDate", // label: "最近息费减免日期", // width: "140px" // }, { prop: "loanStatusValue", label: "借据状态", width: "85px" }, { prop: "loanupStatusValue", label: "挂起状态", width: "85px" }, { prop: "programname", label: "项目", width: "120px" }, { prop: "enterprisename", label: "核心企业", width: "150px" }, // { // prop: "signedcity", // label: "面签城市", // width: "95px" // }, { prop: "applydate", label: "报单日期", width: "100px" }, { prop: "applytime", label: "报单时间", width: "100px" }, { prop: "putoutdate", label: "放款日期", width: "100px" }, { prop: "maturitydate", label: "贷款到期日", width: "110px" }, // { // prop: "refereename", // label: "推荐人", // width: "100px" // }, // { // prop: "refereeblorg", // label: "推荐人直属机构", // width: "130px" // }, // { // prop: "refereebllevel1iorg", // label: "推荐人所属一级内部机构", // width: "180px" // }, { prop: "formname", label: "报单人", width: "100px" }, { prop: "formblorg", label: "报单人直属机构", width: "130px" }, // { // prop: "formbllevel1iorg", // label: "报单人所属一级内部机构", // width: "180px" // }, { prop: "guarantorList", label: "担保人姓名清单", width: "130px" }, { prop: "discountflag", label: "贴息标志", width: "85px" }, { prop: "discounttype", label: "贴息类型", width: "100px" }, { prop: "discountWayValue", label: "贴息付款方式", width: "120px" }, { prop: "proratetype", label: "利率单位", width: "140px" }, { prop: "rate", label: "利率(%)", width: "130px" }, { prop: "a1rate", label: "手续费费率(%)", width: "120px" }, { prop: "a1feepaytype", label: "手续费收取方式", width: "130px" }, { prop: "loanputoutbtype", label: "贷款发放商家标志", width: "140px" }, // { // prop: "rfactorflag", // label: "再保理标志", // width: "100px" // }, { prop: "amountLoan", label: "实际放款金额", width: "140px" }, { prop: "finishDate", label: "结清日期", width: "140px" }, ]; //借款保证金管理列表查询 export const loanMarginManagementHeader = [ { prop: "applySerialNo", label: "申请单号", width: "180px", fixed: true, type: "link" // link, button, buttons }, { prop: "customerName", label: "客户姓名", width: "100px" }, { prop: "productName", label: "产品名称", width: "100px" }, { prop: "businessSum", label: "贷款金额", isMoney: true, width: "120px" }, { prop: "putoutDate", label: "放款日期", width: "100px" }, { prop: "payDepositAmt", label: "保证金应收取金额", isMoney: true, width: "140px" }, { prop: "customerMgrName", label: "客户经理", width: "100px" }, { prop: "remainAmount", label: "保证金余额", isMoney: true, width: "100px" }, { prop: "deductedAmount", label: "保证金抵扣金额", isMoney: true, width: "120px" }, { prop: "refundedAmount", label: "保证金退款金额", isMoney: true, width: "120px" }, { prop: "depositStatus", label: "保证金认领状态", width: "120px" }, ] //借款保证金认领列表查询 export const loanMarginManagementClaimHeader = [ { prop: "applySerialNo", label: "申请单号", width: "180px", }, { prop: "loanSerialNo", label: "借据编号", width: "180px", }, { prop: "customerName", label: "客户名称", width: "100px" }, { prop: "productName", label: "产品名称", width: "100px" }, { prop: "putoutDate", label: "放款时间", width: "100px" }, { prop: "businessSum", label: "贷款金额(元)", isMoney: true, width: "120px" }, { prop: "payDepositAmt", label: "保证金应入账金额", isMoney: true, width: "140px" }, { prop: "depositAmount", label: "保证金已入账金额", isMoney: true, width: "140px" }, { prop: "depositStatus", label: "保证金认领状态", width: "120px" }, ] // export const loanMarginManagementToBeClaimHeader = [ { label: '银行交易流水号', prop: 'trxnBr' }, { label: '转账付方银行账号', prop: 'rpyAcc' }, { label: '转账付方名称', prop: 'rpyNam' }, { label: '收付金额', prop: 'crtAmt', isMoney: true }, { label: '剩余待认领金额', prop: 'coreBalance', isMoney: true }, { label: '转账备注', prop: 'trxTxt' }, { label: '收款日期', prop: 'etyDat' }, { label: '认领状态', prop: 'statusDesc' }, { label: '客户结算虚拟号', prop: 'psbnBr' }, { label: '绑定客户名称', prop: 'cltNam' }, { label: '对公结算户账号', prop: 'acctNo' }, { label: '对公结算户户名', prop: 'acctName' }, { label: '项目名称', prop: 'projectName' } ] //产品保证金管理列表查询 export const productMarginManagementHeader = [ // { // prop: "serialNo", // label: "流水号", // width: 'auto' // }, // { // prop: "productId", // label: "产品ID", // width: "120px" // }, { prop: "productName", label: "产品名称", width: "170px" }, { prop: "payDepositAmt", label: "保证金总金额", isMoney: true, width: "140px" }, { prop: "refundedAmount", label: "已退还保证金", isMoney: true, width: "140px" }, { prop: "deductedAmount", label: "已抵扣保证金", isMoney: true, width: "140px" }, { prop: "remainAmount", label: "保证金余额", isMoney: true, width: "140px" }, { prop: "depositRatio", label: "保证金比例(%)", width: "120px" }, // { // prop: "depositRatioStr", // label: "保证金比例(带百分号)", // width: "150px" // }, { prop: "productRemainAmount", label: "产品本金余额", isMoney: true, width: "140px" }, { prop: "productCanLoanAmount", label: "剩余可放款金额", isMoney: true, width: "160px" }, { prop: "updateDate", label: "更新时间", width: "180px" }, { prop: "updateUserName", label: "最近操作人", width: "120px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ] // 借据查询 export const newloanListHeader = [ { prop: "applyserialno", label: "申请编号", width: "180px", fixed: true, type: "link" // link, button, buttons }, { prop: "productname", label: "产品名称", width: "100px" }, { prop: "customername", label: "客户名称", width: "100px" }, { prop: "phone", label: "客户手机号", width: "120px" }, { prop: "paymentname", label: "还款方式", width: "120px" }, { prop: "businesssum", label: "贷款金额", isMoney: true, width: "120px" }, { prop: "loanterm", label: "贷款期限", width: "85px" }, { prop: "yearrate", label: "贷款利率", isRate: true, width: "120px" }, { prop: "putoutdate", label: "放款日期", width: "100px" }, { prop: "maturitydate", label: "贷款到期日", width: "110px" }, { prop: "customermanager", label: "客户经理", width: "90px" }, { prop: "projectname", label: "项目名称", width: "150px" }, { prop: "lastpaydate", width: "110px", label: "应还款日期" }, { prop: "lastrepaystatus", width: "110px", label: "最近扣款状态" }, { prop: "failmessage", width: "110px", label: "失败原因" }, { prop: "loanstatusvalue", width: "110px", label: "借据状态" }, { prop: "normalbalance", width: "110px", isMoney: true, label: "贷款余额" }, { prop: "repaidperiod", width: "90px", label: "已还期数" }, { prop: "overduedays", width: "90px", label: "逾期天数" }, { prop: "overduesum", width: "110px", label: "累计逾期总额" }, { prop: "overdueprincipal", width: "110px", label: "累计逾期本金" }, { prop: "overdueinterest", width: "110px", label: "累计逾期利息" }, { prop: "overduefee", width: "110px", label: "累计逾期费用" }, { prop: "enterprisename", width: "110px", label: "核心企业" }, { prop: "discounttypename", width: "110px", label: "贴息类型" }, { prop: "entrustDate", width: "110px", label: "委外时间" }, { prop: "lastContactText", // width: "110px", attrs: { width: '150px', height: '32px' }, label: "最近联系记录", showTooltip: true }, { prop: "lastContactDate", width: "160px", label: "最近联系时间" }, ]; // 借据查询 export const expirationReminderHeader = [ { prop: "applyserialno", label: "申请编号", width: "180px", fixed: true, type: "link" // link, button, buttons }, { prop: "productname", label: "产品名称", width: "100px" }, { prop: "customername", label: "客户名称", width: "200px", showTooltip: true }, { prop: "projectname", label: "项目名称", width: "130px", showTooltip: true }, { prop: "paymentAmt", label: "总应还金额", isMoney: true, width: "120px" }, { prop: "payprincipalamt", label: "应还本金", isMoney: true, width: "120px" }, { prop: "actualpayprincipalamt", label: "实还本金", isMoney: true, width: "120px" }, { prop: "payinterestamt", label: "应还利息", isMoney: true, width: "120px" }, { prop: "actualpayinterestamt", label: "实还利息", isMoney: true, width: "120px" }, { prop: "payprincipalpenaltyamt", label: "应还罚息", isMoney: true, width: "120px" }, { prop: "actualprincipalpenaltyamt", label: "实还罚息", isMoney: true, width: "120px" }, { prop: "lastpaydate", label: "还款日期", width: "100px" }, { prop: "overduedays", label: "逾期天数", width: "100px" }, { prop: "bankcardno", label: "银行卡卡号", width: "186px" }, { prop: "bankName", label: "银行名称", width: "110px" }, { prop: "memo", label: "代扣回盘情况", width: "150px", showTooltip: true }, { prop: "customermanager", label: "业务经理", width: "80px" }, { prop: "updatetime", label: "代扣更新时间", width: "170px" }, { prop: "updatetime", label: "代扣更新时间", width: "170px" }, { prop: "alterMsg", label: "提醒信息", width: "170px", type: 'copy', showTooltip: true, } ]; // 表单信息 export const trialHeader = [ { type: 'input', label: '申请编号', value: '', name: 'applySerialno', attrs: ['readonly'] }, { type: 'input', label: '借据编号', value: '', name: 'loanSerialno', attrs: ['readonly'] }, { type: 'input', label: '客户名称', value: '', name: 'customerName', attrs: ['readonly'] }, { type: 'input', label: '产品名称', value: '', name: 'productName', attrs: ['readonly'] }, // { // type: 'input', // label: '放款资金单元', // value: '', // name: '', // attrs: ['readonly'] // }, // { // type: 'input', // label: '逾期部分应还本金', // value: '', // name: 'overduePrincipalBalance', // attrs: ['readonly'] // }, // { // type: 'input', // label: '逾期部分应还利息', // value: '', // name: 'overdueInterestBalance', // attrs: ['readonly'] // }, // { // type: 'input', // label: '逾期部分应还手续费', // value: '', // name: 'overdueInterestBalanceA1', // attrs: ['readonly'] // }, // { // type: 'input', // label: '逾期部分应还担保费', // value: '', // name: 'overdueInterestBalanceA3', // attrs: ['readonly'] // }, // { // type: 'input', // label: '逾期部分应还平台服务费', // value: '', // name: 'overdueInterestBalanceA2', // attrs: ['readonly'] // }, // { // type: 'input', // label: '逾期部分应还总金额', // value: '', // name: 'overdueAllBalance', // attrs: ['readonly'] // }, // { // type: 'input', // label: '产品名称', // value: '', // name: 'productName', // attrs: ['readonly'] // }, { type: 'input', label: '提前结清应还本金', value: '', name: 'prePrincipalBalance', attrs: ['readonly'], isMoney: true }, { type: 'input', label: '提前结清应还利息', value: '', name: 'preInterestBalance', attrs: ['readonly'], isMoney: true }, { type: 'input', label: '逾期应还罚息', value: '', name: 'overduePalpenaltyBalance', attrs: ['readonly'] }, { type: 'input', label: '提前还款违约金金额', value: '', name: 'interestBalanceA5', attrs: ['readonly'], isMoney: true }, // { // type: 'input', // label: '提前结清部分应还违约金', // value: '', // name: 'interestBalanceA5', // attrs: ['readonly'], // isMoney: true // }, // { // type: 'input', // label: '提前结清部分应还担保费', // value: '', // name: 'preInterestBalanceA3', // attrs: ['readonly'], // isMoney: true // }, // { // type: 'input', // label: '提前结清部分应还手续费', // value: '', // name: 'preInterestBalanceA1', // attrs: ['readonly'], // isMoney: true // }, // { // type: 'input', // label: '提前结清部分应还平台服务费', // value: '', // name: 'preInterestBalanceA2', // attrs: ['readonly'], // isMoney: true // }, { type: 'input', label: '提前结清应还总金额', value: '', name: 'repayBalance', attrs: ['readonly'] }, // { // type: 'input', // label: '产品名称', // value: '', // name: 'productName', // attrs: ['readonly'] // }, // { // type: 'input', // label: '归还展期费金额', // value: '', // name: 'interestBalanceA6', // attrs: ['readonly'], // isMoney: true // }, // { // type: 'input', // label: '归还还款计划变更费金额', // value: '', // name: 'interestBalanceA8', // attrs: ['readonly'], // isMoney: true // }, // { // type: 'input', // label: '归还逾期罚息金额', // value: '', // name: 'palpenaltyBalance', // attrs: ['readonly'], // isMoney: true // }, // { // type: 'input', // label: '提前结清减免金额', // value: '', // name: 'reliefBalance', // attrs: ['readonly'], // isMoney: true // }, { type: 'input', label: '实际提前结清应还总金额', value: '', name: 'balance', attrs: ['readonly'], isMoney: true }, { type: 'date', label: '结清日期', value: '', name: 'trialDate' }, { type: 'input', label: '其他费用', value: '', name: 'otherBalance', attrs: ['readonly'], isMoney: true } ] //逾期总数据查询 export const overdueAllCaseHeader = [ { prop: "applySerialNo", label: "贷款申请编号", width: "120px" }, { prop: "customerName", label: "客户名称", width: "120px" }, { prop: "productName", label: "产品名称", width: "120px" }, { prop: "businessSum", label: "放款金额", isMoney: true, width: "120px" }, { prop: "putoutDate", label: "放款日期", width: "120px" }, { prop: "maturityDate", label: "贷款到期日", width: "120px" }, { prop: "normalBalance", label: "贷款余额", isMoney: true, width: "120px" }, { prop: "overdueDays", label: "逾期天数", width: "120px" }, { prop: "classifyResultName", // 0正常 1关注 2次级 3可疑 4损失 label: "五级分类", width: "120px" }, { prop: "customerMgrName", label: "客户经理", width: "120px" }, { prop: "currentUserName", label: "当前处理人", width: "120px" }, { prop: "phaseName", label: "当前阶段", width: "120px" }, { prop: "businessTermDay", label: "放款期限", width: "120px" }, { prop: "repaymentType", // repaymentType repaymentTypeDesc描述 label: "还款方式", width: "120px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ] //逾期入池表单header export const overdueEnterPoolHeader = [ { prop: "applySerialNo", label: "贷款申请编号", width: "120px" }, { prop: "customerName", label: "客户名称", width: "120px" }, { prop: "productName", label: "产品名称", width: "120px" }, { prop: "businessSum", label: "放款金额", isMoney: true, width: "120px" }, { prop: "putoutDate", label: "放款日期", width: "120px" }, { prop: "maturityDate", label: "贷款到期日", width: "120px" }, { prop: "normalBalance", label: "贷款余额", isMoney: true, width: "120px" }, { prop: "overdueDays", label: "逾期天数", width: "120px" }, { prop: "classifyResultName", // 0正常 1关注 2次级 3可疑 4损失 label: "五级分类", width: "120px" }, { prop: "customerMgrName", label: "客户经理", width: "120px" }, { prop: "businessTermDay", label: "放款期限", width: "120px" }, { prop: "repaymentType", // repaymentType repaymentTypeDesc描述 label: "还款方式", width: "120px" }, { prop: "orgName", label: "委外机构名称", width: "120px" }, { prop: "indictCourtName", label: "起诉法院名称", width: "120px" }, { prop: "conciliateStatusDesc", label: "诉前调解状态", width: "120px" }, { prop: "filingTime", label: "法院立案时间", width: "120px" }, { prop: "judgmentTime", label: "法院判决时间", width: "120px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ] // 借据查询-资方 export const capitalLoanListHeader = [ { prop: "applyserialno", label: "申请编号", width: "160px", fixed: true, type: "link" // link, button, buttons }, { prop: "loanserialno", label: "借据编号", width: "160px" }, { prop: "customername", label: "客户名称", width: "150px" }, { prop: "businesscity", label: "业务城市", width: "95px" }, { prop: "customerid", label: "客户编号", width: "185px" }, { prop: "phone", label: "客户手机号", width: "120px" }, { prop: "paymentname", label: "还款方式", width: "120px" }, { prop: "businesssum", label: "贷款金额", isMoney: true, width: "130px" }, { prop: "principalbalance", label: "贷款余额", isMoney: true, width: "130px" }, { prop: "payTotalAmt", label: "剩余应还合计", isMoney: true, width: "130px" }, { prop: "businesstermmonth", label: "贷款期限", width: "85px" }, { prop: "payPeriodNo", label: "已还期数", width: "85px" }, { prop: "overduedays", label: "逾期天数", width: "100px" }, { prop: "maxoverduedays", label: "历史最大逾期天数", width: "140px" }, { prop: "overdueTotalAmt", label: "逾期合计", width: "130px" }, { prop: "overdueprincipal", isMoney: true, label: "逾期本金", width: "130px" }, { prop: "overdueinterest", label: "逾期利息", isMoney: true, width: "130px" }, { prop: "overdueallfee", label: "逾期费用", isMoney: true, width: "130px" }, { prop: "extendtimes", label: "展期次数", width: "85px" }, { prop: "latelyextenddate", label: "最近展期日期", width: "130px" }, { prop: "changePsLimit", label: "还款计划变更次数", width: "140px" }, { prop: "changePsDate", label: "最近还款计划变更日期", width: "170px" }, { prop: "waiveLimit", label: "息费减免次数", width: "120px" }, { prop: "waiveDate", label: "最近息费减免日期", width: "140px" }, { prop: "loanStatusValue", label: "借据状态", width: "85px" }, { prop: "loanupStatusValue", label: "挂起状态", width: "85px" }, { prop: "programname", label: "项目", width: "120px" }, { prop: "signedcity", label: "面签城市", width: "95px" }, { prop: "applydate", label: "报单日期", width: "100px" }, { prop: "applytime", label: "报单时间", width: "100px" }, { prop: "putoutdate", label: "放款日期", width: "100px" }, { prop: "maturitydate", label: "贷款到期日", width: "110px" }, { prop: "refereename", label: "推荐人", width: "95px" }, { prop: "refereeblorg", label: "推荐人直属机构", width: "240px" }, { prop: "refereebllevel1iorg", label: "推荐人所属一级内部机构", width: "180px" }, { prop: "formname", label: "报单人", width: "95px" }, { prop: "formblorg", label: "报单人直属机构", width: "240px" }, { prop: "formbllevel1iorg", label: "报单人所属一级内部机构", width: "180px" }, { prop: "guarantorList", label: "担保人姓名清单", width: "130px" }, { prop: "discountflag", label: "贴息标志", width: "85px" }, { prop: "discounttype", label: "贴息类型", width: "100px" }, { prop: "discountWayValue", label: "贴息付款方式", width: "120px" }, // { // prop: "proratetype", // label: "利率单位", // width: "140px" // }, // { // prop: "rate", // label: "利率(%)", // width: "130px" // }, // { // prop: "a1rate", // label: "手续费费率(%)", // width: "120px" // }, // { // prop: "a1feepaytype", // label: "手续费收取方式", // width: "130px" // }, { prop: "loanputoutbtype", label: "贷款发放商家标志", width: "140px" }, { prop: "rfactorflag", label: "再保理标志", width: "100px" }, { prop: "amountLoan", label: "实际放款金额", width: "140px" }, { prop: "finishDate", label: "结清日期", width: "140px" }, ]; // 贷款申请-查询 export const qryApplyHeader = [ { prop: "serialNo", label: "申请编号", width: "180px", fixed: true, type: "link" // link, button, buttons }, { prop: "customerName", label: "客户名称", fixed: true, width: "100px" }, { prop: "productName", label: "产品名称", width: "150px" }, { prop: "projectname", label: "项目名称", width: "150px" }, { prop: "businessSum", label: "申请金额", isMoney: true, width: "130px" }, { prop: "phaseName", label: "当前流程阶段", width: "140px" }, { prop: "firstTrialUserName", label: "业务经理", width: "120px" }, { prop: "businessTerm", label: "贷款期限", width: "85px" }, { prop: "repaymentTypeDesc", label: "还款方式", width: "120px" }, { prop: "discounttypeDesc", label: "贴息类型", width: "100px" }, { prop: "inputdate", label: "报单日期", width: "100px" }, { prop: "actualputoutdate", label: "实际放款日期", width: "150px" }, { prop: "rate", label: "利率(%)", width: "130px" }, { prop: "guarantors", label: "担保人", width: "180px", isDesc: true }, { prop: "enterprisename", label: "核心企业", width: "150px" }, { prop: "occurTypeDesc", label: "业务类型", width: "100px" }, { prop: "businessCityDesc", label: "业务城市", width: "95px" }, { prop: "thirdOrderNo", label: "第三方订单号", width: "180px" }, // { // prop: "customerID", // label: "客户编号", // width: "185px" // }, // { // prop: "phone", // label: "客户手机号", // width: "120px" // }, // { // prop: "coborrowers", // label: "共借人姓名清单", // width: "130px" // }, // { // prop: "amountloan", // label: "授信/放款金额", // isMoney: true, // width: "140px" // }, // { // prop: "prefundunitlist", // label: "授信通过资金单元", // width: "165px" // }, // { // prop: "fundunitname", // label: "放款资金单元", // width: "120px" // }, // { // prop: "signedcityDesc", // label: "面签城市", // width: "95px" // }, // { // prop: "inputtime", // label: "报单时间", // width: "100px" // }, // { // prop: "planlenddate", // label: "计划放款日期", // width: "110px" // }, // { // prop: "refereename", // label: "推荐人", // width: "95px" // }, // { // prop: "refereeorgname", // label: "推荐人直属机构", // width: "240px" // }, // { // prop: "refereefirstinternallevelname", // label: "推荐人所属一级内部机构", // width: "180px" // }, // { // prop: "operateusername", // label: "报单人", // width: "95px" // }, // { // prop: "operateorgname", // label: "报单人直属机构", // width: "240px" // }, // { // prop: "operatefirstinternallevelname", // label: "报单人所属一级内部机构", // width: "180px" // }, // { // prop: "obligorname", // label: "债务人", // width: "95px" // }, // { // prop: "discountFlagDesc", // label: "贴息标志", // width: "85px" // }, // { // prop: "discountwayDesc", // label: "贴息付款方式", // width: "120px" // }, // { // prop: "poundagerate", // label: "手续费费率(%)", // width: "130px" // }, // { // prop: "poundagechargeDesc", // label: "手续费收取方式", // width: "130px" // }, // { // prop: "loanstoreflagDesc", // label: "贷款发放商家标志", // width: "140px" // } ]; // 贷款申请查询-资方 export const qryApplyCapitaHeader = [ { prop: "serialNo", label: "申请编号", width: "160px", fixed: true, type: "link" // link, button, buttons }, { prop: "customerName", label: "客户名称", width: "150px" }, { prop: "projectname", label: "项目名称", width: "120px" }, { prop: "hopebusinesssum", label: "申请金额", isMoney: true, width: "130px" }, { prop: "phaseName", label: "当前流程阶段", width: "160px" }, { prop: "occurTypeDesc", label: "业务类型", width: "100px" }, { prop: "businessCityDesc", label: "业务城市", width: "95px" }, { prop: "customerID", label: "客户编号", width: "185px" }, { prop: "phone", label: "客户手机号", width: "120px" }, { prop: "coborrowers", label: "共借人姓名清单", width: "130px" }, { prop: "amountloan", label: "授信/放款金额", isMoney: true, width: "140px" }, { prop: "businessTerm", label: "贷款期限", width: "85px" }, { prop: "repaymentTypeDesc", label: "还款方式", width: "120px" }, { prop: "signedcityDesc", label: "面签城市", width: "95px" }, { prop: "inputdate", label: "报单日期", width: "100px" }, { prop: "inputtime", label: "报单时间", width: "100px" }, { prop: "planlenddate", label: "计划放款日期", width: "110px" }, { prop: "actualputoutdate", label: "实际放款日期", width: "150px" }, { prop: "refereename", label: "推荐人", width: "95px" }, { prop: "refereeorgname", label: "推荐人直属机构", width: "240px" }, { prop: "refereefirstinternallevelname", label: "推荐人所属一级内部机构", width: "180px" }, { prop: "operateusername", label: "报单人", width: "95px" }, { prop: "operateorgname", label: "报单人直属机构", width: "240px" }, { prop: "operatefirstinternallevelname", label: "报单人所属一级内部机构", width: "180px" }, { prop: "guarantors", label: "担保人姓名清单", width: "130px" }, { prop: "obligorname", label: "债务人", width: "95px" }, { prop: "discountFlagDesc", label: "贴息标志", width: "85px" }, { prop: "discounttypeDesc", label: "贴息类型", width: "100px" }, { prop: "discountwayDesc", label: "贴息付款方式", width: "120px" }, // { // prop: "rate", // label: "利率(%)", // width: "130px" // }, // { // prop: "poundagerate", // label: "手续费费率(%)", // width: "130px" // }, // { // prop: "poundagechargeDesc", // label: "手续费收取方式", // width: "130px" // }, { prop: "loanstoreflagDesc", label: "贷款发放商家标志", width: "140px" } ]; // 借据查询 export const appointmentHeader = [ { prop: "reservationdate", width: "150px", label: "预约日期" }, { prop: "reservationtime", width: "150px", label: "预约时间" }, { prop: "reservationplace", width: "300px", label: "预约地点", maxLength: 40 }, { prop: "reservationrelativeman", width: "150px", label: "预约相关人", maxLength: 10 }, { prop: "reservationremark", width: "300px", label: "备注", maxLength: 160 }, { prop: "inputuserName", width: "120px", label: "最后修改人" }, { prop: "inputtime", width: "200px", label: "最后修改时间" }, { prop: "actionItem", width: "160px", label: "预约管理", type: "buttons", fixed: "right" } ]; // 客户申请复核查询 export const constcustomerApplyReviewHeader = [ { prop: "serialNo", label: "申请编号", width: "160px" }, { prop: "productName", label: "产品名称", width: "100px" }, { prop: "customerName", label: "客户名称", width: "150px" }, { prop: "occurtypeDesc", label: "业务类型", width: "100px" }, { prop: "projectname", label: "项目名称", width: "120px" }, { prop: "expectlenddate", label: "期望放款日期", width: "110px" }, { prop: "hopebusinesssum", label: "申请金额", isMoney: true, width: "130px" }, { prop: "amountloan", label: "授信/放款金额", isMoney: true, width: "140px" }, { prop: "businessTermDescription", // 组件内部特殊处理字段 label: "贷款期限", width: "85px" }, { prop: "repaymenttypeDesc", label: "还款方式", width: "120px" }, { prop: "businessCityDesc", label: "业务城市", width: "95px" }, { prop: "productdimensionname", label: "产品维度", width: "180px" }, { prop: "currentphasename", label: "当前流程阶段", width: "160px" }, { prop: "inputdate", label: "报单日期", width: "100px" }, { prop: "inputtime", label: "报单时间", width: "100px" }, { prop: "operateusername", label: "报单人", width: "95px" }, { prop: "operateorgname", label: "报单人直属机构", width: "240px" }, { prop: "operatefirstinternallevelname", label: "报单人所属一级内部机构", width: "180px" }, { prop: "currentusername", label: "当前处理人", width: "100px" }, { prop: "curoperateorgname", label: "当前处理人直属机构", width: "240px" }, { prop: "taskbegtime", label: "任务接收时间", width: "160px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ]; // 客户申请复核查询 export const EContractListHeader = [ { prop: "edocno", width: "280px", label: "电子合同编号", fixed: true, type: "link" }, { prop: "filename", width: "800px", label: "电子合同名称" }, { prop: "phasename", width: "150px", label: "生成流程阶段" }, { prop: "inputtime", width: "200px", label: "生成时间" } ]; // 凭证补全 export const supplementUploadHeader = [ { prop: "serialNo", label: "申请编号", width: "160px" }, { prop: "productName", label: "产品名称", width: "100px" }, { prop: "customerName", label: "客户名称", width: "150px" }, { prop: "occurtypeDesc", label: "业务类型", width: "100px" }, { prop: "projectname", label: "项目名称", width: "120px" }, { prop: "expectlenddate", label: "期望放款日期", width: "110px" }, { prop: "hopebusinesssum", label: "申请金额", isMoney: true, width: "130px" }, { prop: "amountloan", label: "授信/放款金额", isMoney: true, width: "140px" }, { prop: "businessTermDescription", // 组件内部特殊处理字段 label: "贷款期限", width: "85px" }, { prop: "repaymenttypeDesc", label: "还款方式", width: "120px" }, { prop: "businessCityDesc", label: "业务城市", width: "95px" }, { prop: "productdimensionname", label: "产品维度", width: "180px" }, { prop: "currentphasename", label: "当前流程阶段", width: "160px" }, { prop: "inputdate", label: "报单日期", width: "100px" }, { prop: "inputtime", label: "报单时间", width: "100px" }, { prop: "operateusername", label: "报单人", width: "95px" }, { prop: "operateorgname", label: "报单人直属机构", width: "240px" }, { prop: "operatefirstinternallevelname", label: "报单人所属一级内部机构", width: "180px" }, { prop: "currentusername", label: "当前处理人", width: "100px" }, { prop: "curoperateorgname", label: "当前处理人直属机构", width: "240px" }, { prop: "taskbegtime", label: "任务接收时间", width: "160px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ]; // 预审批复核 export const preApprovalReviewHeader = [ { prop: "serialNo", label: "申请编号", width: "160px" }, { prop: "productName", label: "产品名称", width: "100px" }, { prop: "customerName", label: "客户名称", width: "150px" }, { prop: "occurtypeDesc", label: "业务类型", width: "100px" }, { prop: "projectname", label: "项目名称", width: "120px" }, { prop: "businessCityDesc", label: "业务城市", width: "95px" }, { prop: "productdimensionname", label: "产品维度", width: "180px" }, { prop: "currentphasename", label: "当前流程阶段", width: "160px" }, { prop: "inputdate", label: "报单日期", width: "100px" }, { prop: "inputtime", label: "报单时间", width: "100px" }, { prop: "operateusername", label: "报单人", width: "95px" }, { prop: "operateorgname", label: "报单人直属机构", width: "240px" }, { prop: "operatefirstinternallevelname", label: "报单人所属一级内部机构", width: "180px" }, { prop: "currentusername", label: "当前处理人", width: "100px" }, { prop: "curoperateorgname", label: "当前处理人直属机构", width: "240px" }, { prop: "taskbegtime", label: "任务接收时间", width: "160px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ]; // 贷款面签 export const faceSignatureHeader = [ { prop: "serialNo", label: "申请编号", width: "160px" }, { prop: "productName", label: "产品名称", width: "100px" }, { prop: "customerName", label: "客户名称", width: "150px" }, { prop: "occurtypeDesc", label: "业务类型", width: "100px" }, { prop: "projectname", label: "项目名称", width: "120px" }, { prop: "hopebusinesssum", label: "申请金额", isMoney: true, width: "130px" }, { prop: "amountloan", label: "授信/放款金额", isMoney: true, width: "140px" }, { prop: "businessTermDescription", // 组件内部特殊处理字段 label: "贷款期限", width: "85px" }, { prop: "repaymenttypeDesc", label: "还款方式", width: "120px" }, { prop: "productdimensionname", label: "产品维度", width: "180px" }, { prop: "currentphasename", label: "当前流程阶段", width: "160px" }, { prop: "businessCityDesc", label: "业务城市", width: "95px" }, { prop: "signedcityDesc", label: "面签城市", width: "95px" }, { prop: "appointdate", label: "最近预约日期", width: "110px" }, { prop: "appointtime", label: "最近预约时间", width: "110px" }, { prop: "inputdate", label: "报单日期", width: "100px" }, { prop: "inputtime", label: "报单时间", width: "100px" }, { prop: "operateusername", label: "报单人", width: "95px" }, { prop: "operateorgname", label: "报单人直属机构", width: "240px" }, { prop: "operatefirstinternallevelname", label: "报单人所属一级内部机构", width: "180px" }, { prop: "currentusername", label: "当前处理人", width: "100px" }, { prop: "curoperateorgname", label: "当前处理人直属机构", width: "240px" }, { prop: "taskbegtime", label: "任务接收时间", width: "160px" }, // { // prop: 'paymentPlan', // label: '还款计划', // width: '80px', // type: 'link', // fixed: 'right' // }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ]; // 地区预审/征信录入/贷款凭证审核/赎楼业务确认/抵押审核/贷款预收息费 export const areaPretialHeader = [ { prop: "serialNo", label: "申请编号", width: "160px" }, { prop: "productName", label: "产品名称", width: "100px" }, { prop: "customerName", label: "客户名称", width: "150px" }, { prop: "occurtypeDesc", label: "业务类型", width: "100px" }, { prop: "projectname", label: "项目名称", width: "120px" }, { prop: "expectlenddate", label: "期望放款日期", width: "110px" }, { prop: "hopebusinesssum", label: "申请金额", isMoney: true, width: "130px" }, { prop: "amountloan", label: "授信/放款金额", isMoney: true, width: "140px" }, { prop: "businessTermDescription", // 组件内部特殊处理字段 label: "贷款期限", width: "85px" }, { prop: "repaymenttypeDesc", label: "还款方式", width: "120px" }, { prop: "businessCityDesc", label: "业务城市", width: "95px" }, { prop: "productdimensionname", label: "产品维度", width: "180px" }, { prop: "currentphasename", label: "当前流程阶段", width: "160px" }, { prop: "inputdate", label: "报单日期", width: "100px" }, { prop: "inputtime", label: "报单时间", width: "100px" }, { prop: "operateusername", label: "报单人", width: "95px" }, { prop: "operateorgname", label: "报单人直属机构", width: "240px" }, { prop: "operatefirstinternallevelname", label: "报单人所属一级内部机构", width: "180px" }, { prop: "currentusername", label: "当前处理人", width: "100px" }, { prop: "curoperateorgname", label: "当前处理人直属机构", width: "240px" }, { prop: "taskbegtime", label: "任务接收时间", width: "160px" }, { prop: "lastAction", label: "操作管理", width: "170px", type: "buttons", fixed: "right" } ]; // 客服管理 export const customerServiceHeader = [ { prop: "csId", label: "客服工号", width: "150px" }, { prop: "csName", label: "客服姓名", width: "150px" }, { prop: "belongOrgName", label: "机构名称", width: "150px" }, { prop: "csLandline", label: "座机号(400系统配置)", width: "200px" }, { prop: "csCellphone", label: "客服手机号", width: "150px" }, { prop: "action", label: "客服管理", width: "250px", type: "links", fixed: "right", links: ["编辑", "删除"] } ]; // 客服管理 export const customerUserHeader = [ { prop: "userid", label: "用户ID", width: "150px" }, { prop: "username", label: "用户姓名", width: "150px" }, { prop: "belongorg", label: "用户所属机构ID", width: "150px" }, { prop: "belongorgname", label: "用户所属机构名称", width: "300px" }, { prop: "action", label: "客服管理", width: "100px", type: "links", fixed: "right", links: ["选择"] } ]; // 客户呼入记录 export const customerCallHistoryHeader = [ { prop: "incomingtime", label: "呼叫时间", width: "150px" }, { prop: "answerflag", label: "接听", width: "150px" }, { prop: "number400", label: "400电话", width: "150px" }, { prop: "callseq", label: "通话标识", width: "200px" }, { prop: "caller", label: "主叫号码", width: "150px" }, { prop: "areadesc", label: "主叫区域", width: "150px" }, { prop: "callee", label: "被叫号码", width: "150px" }, { prop: "calledareadesc", label: "被叫区域", width: "150px" }, { prop: "code", label: "事件类型", width: "150px" }, { prop: "systemflag", label: "系统标识", width: "150px" }, { prop: "belongcss", label: "绑定客服", width: "150px" }, { prop: "cssorg", label: "机构名称", width: "150px" }, { prop: "action", label: "操作", width: "250px", type: "links", fixed: "right", links: ["查看客户"] } ]; // 息费结算信息-退息费信息 export const feeSettleRefundHeader = [ { label: "退息费日期", width: "auto", prop: "refunddate" }, { label: "退利息金额", prop: "refundpayinterestamt", width: "auto", isMoney: true }, { label: "退手续费金额", prop: "refundcharge", width: "auto", isMoney: true }, { label: "退担保费", prop: "refundguarantee", width: "auto", isMoney: true }, { label: "退平台服务费", prop: "refundservicefee", width: "auto", isMoney: true }, { label: "退息费银行流水", width: "auto", prop: "serialno" }, { label: "备注", width: "auto", prop: "remark" } ]; // 息费结算信息-已认领资金 export const feeSettleClaimHeader = [ { label: "认领批次号", prop: "serialno" }, { label: "认领日期", prop: "inputdate" }, { label: '收付金额', prop: 'crtamt', isMoney: true }, { label: '认领金额', prop: 'transactionamt', isMoney: true }, { label: '回款日期', prop: 'receivabletime', }, { label: "回款类型", prop: "receivabletype", isDesc: true }, { label: "回款金额", prop: "receivablesum", isMoney: true }, { label: "回款备注", prop: "trxtxt" }, { label: "银行交易流水号", prop: "trxnbr" }, { label: "对公结算户账号", prop: "acctno" }, { label: "对公结算户户名", prop: "acctname" }, { label: "转账付方银行账号", prop: "rpyacc" }, { label: "转账付方名称", prop: "rpynam" }, { label: "客户结算虚拟号", prop: "psbnbr" }, { label: "绑定客户名称", prop: "cltnam" }, { label: '转账备注', prop: 'trxtxt', }, { label: "收款日期", prop: "etydat" } ]; // 本金回款信息-已认领资金 export const receivableClaimHeader = [ { label: "认领批次号", prop: "serialno" }, { label: "认领日期", prop: "inputdate" }, { label: '收付金额', prop: 'crtamt', isMoney: true }, { label: '认领金额', prop: 'transactionamt', isMoney: true }, { label: '回款日期', prop: 'receivabletime' }, { label: "回款类型", prop: "receivabletype", isDesc: true }, { label: "回款金额", prop: "receivablesum", isMoney: true }, { label: "回款备注", prop: "trxtxt" }, { label: "银行交易流水号", prop: "trxnbr" }, { label: "对公结算户账号", prop: "acctno" }, { label: "对公结算户户名", prop: "acctname" }, { label: "转账付方银行账号", prop: "rpyacc" }, { label: "转账付方名称", prop: "rpynam" }, { label: "客户结算虚拟号", prop: "psbnbr" }, { label: "绑定客户名称", prop: "cltnam" }, { label: '转账备注', prop: 'trxtxt' }, { label: "收款日期", prop: "etydat" } ]; // 地区预审 export const advanceInterestHeader = [ { prop: "serialNo", label: "申请编号", width: "160px" }, { prop: "productName", label: "产品名称", width: "100px" }, { prop: "customerName", label: "客户名称", width: "150px" }, { prop: "occurtypeDesc", label: "业务类型", width: "100px" }, { prop: "projectname", label: "项目名称", width: "120px" }, { prop: "amountloan", label: "贷款金额", // 最终放款金额 isMoney: true, width: "130px" }, { prop: "businessTermDescription", // 组件内部特殊处理字段 label: "贷款期限", width: "85px" }, { prop: "repaymenttypeDesc", label: "还款方式", width: "120px" }, { prop: "rate", label: "贷款利率", isRate: true, width: "120px" }, { prop: "actualinteresttotal", label: "实际利息总额", isMoney: true, width: "120px" }, { prop: "poundage", label: "实际手续费", isMoney: true, width: "120px" }, { prop: "discountsum", label: "预收贴息费", isMoney: true, width: "120px" }, { prop: "advancesum", label: "预收客户息费", isMoney: true, width: "120px" }, { prop: "productdimensionname", label: "产品维度", width: "180px" }, { prop: "currentphasename", label: "当前流程阶段", width: "160px" }, { prop: "businessCityDesc", label: "业务城市", width: "95px" }, { prop: "inputdate", label: "报单日期", width: "100px" }, { prop: "inputtime", label: "报单时间", width: "100px" }, { prop: "operateusername", label: "报单人", width: "95px" }, { prop: "operateorgname", label: "报单人直属机构", width: "240px" }, { prop: "operatefirstinternallevelname", label: "报单人所属一级内部机构", width: "180px" }, { prop: "currentusername", label: "当前处理人", width: "100px" }, { prop: "curoperateorgname", label: "当前处理人直属机构", width: "240px" }, { prop: "taskbegtime", label: "任务接收时间", width: "160px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ]; // 财务放款 export const financeAdvancetHeader = [ { prop: "serialNo", label: "申请编号", width: "180px" }, { prop: "productName", label: "产品名称", width: "100px" }, { prop: "customerName", label: "客户名称", width: "150px" }, { prop: "amountloan", label: "贷款金额", // 最终放款金额 isMoney: true, width: "130px" }, { prop: "businessTermDescription", // 组件内部特殊处理字段 label: "贷款期限", width: "85px" }, { prop: "expectlenddate", label: "期望放款日期", width: "110px" }, { prop: "occurtypeDesc", label: "业务类型", width: "100px" }, { prop: "productdimensionname", label: "产品维度", width: "180px" }, { prop: "currentphasename", label: "当前流程阶段", width: "160px" }, { prop: "manualputoutflagDesc", label: "人工放款标志", width: "150px" }, { prop: "autoputoutflagDesc", label: "系统放款状态", width: "150px" }, { prop: "printvoucherflagDesc", label: "放款凭证标志", width: "150px" }, { prop: "ebankcommandflagDesc", label: "网银指令标志", width: "150px" }, { prop: "businessCityDesc", label: "业务城市", width: "95px" }, { prop: "projectname", label: "项目名称", width: "120px" }, { prop: "repaymenttypeDesc", label: "还款方式", width: "120px" }, { prop: "putoutbankname", label: "放款账户名称", width: "150px" }, { prop: "putoutcardno", label: "放款银行账号", width: "160px" }, { prop: "putoutbanknoDesc", label: "放款开户银行", width: "150px" }, { prop: "putoutbankaddr", label: "放款开户支行", width: "200px" }, { prop: "planlenddate", label: "计划放款日期", width: "110px" }, { prop: "transresult", label: "系统放款失败原因", showTooltip: true, width: "160px" }, { prop: "inputdate", label: "报单日期", width: "100px" }, { prop: "inputtime", label: "报单时间", width: "100px" }, { prop: "operateusername", label: "报单人", width: "95px" }, { prop: "operateorgname", label: "报单人直属机构", width: "240px" }, { prop: "operatefirstinternallevelname", label: "报单人所属一级内部机构", width: "180px" }, { prop: "currentusername", label: "当前处理人", width: "100px" }, { prop: "curoperateorgname", label: "当前处理人直属机构", width: "240px" }, { prop: "taskbegtime", label: "任务接收时间", width: "160px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ]; // 对公回款 export const moneyBackHeader = [ { prop: "serialNo", label: "申请编号", width: "160px" }, { prop: "productName", label: "产品名称", width: "100px" }, { prop: "customerName", label: "客户名称", width: "150px" }, { prop: "bidprojectname", label: "投标项目名称", width: "150px", showTooltip: true }, { prop: "obligorname", label: "债务企业名称", width: "150px" }, { prop: "amountloan", label: "贷款金额", // 最终放款金额 isMoney: true, width: "130px" }, { prop: "maturitydate", label: "贷款到期日", width: "110px" }, { prop: "receivablecapital", label: "应还本金", isMoney: true, width: "150px" }, { prop: "receivableinterest", label: "应还利息", isMoney: true, width: "150px" }, { prop: "receivablefee", label: "应还费用", isMoney: true, width: "150px" }, { prop: "receivablepenalty", label: "应还罚息", isMoney: true, width: "150px" }, { prop: "receivabletotal", label: "应还款总金额", isMoney: true, width: "150px" }, { prop: "surplustotal", label: "仍需还款总金额", isMoney: true, width: "150px" }, { prop: "overduestatusDesc", label: "记录类型", width: "150px" }, { prop: "isentadvancemoneyDesc", label: "是否企业垫资", width: "150px" }, { prop: "entadvancemoneystatusDesc", label: "垫资补传凭证状态", width: "150px" }, { prop: "isexceedDesc", label: "退还保证金是否超期", width: "150px" }, { prop: "exceeddays", label: "退还保证金超期天数", width: "150px" }, { prop: "businessCityDesc", label: "业务城市", width: "95px" }, { prop: "productdimensionname", label: "产品维度", width: "180px" }, { prop: "currentphasename", label: "当前流程阶段", width: "160px" }, { prop: "inputdate", label: "报单日期", width: "100px" }, { prop: "inputtime", label: "报单时间", width: "100px" }, { prop: "operateusername", label: "报单人", width: "95px" }, { prop: "operateorgname", label: "报单人直属机构", width: "240px" }, { prop: "operatefirstinternallevelname", label: "报单人所属一级内部机构", width: "180px" }, { prop: "currentusername", label: "当前处理人", width: "100px" }, { prop: "curoperateorgname", label: "当前处理人直属机构", width: "240px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ]; // 保理回款 export const factoringBackHeader = [ { prop: "serialNo", label: "申请编号", width: "160px" }, { prop: "productName", label: "产品名称", width: "100px" }, { prop: "customerName", label: "客户名称", width: "150px" }, { prop: "obligorname", label: "债务企业名称", width: "150px" }, { prop: "amountloan", label: "贷款金额", // 最终放款金额 isMoney: true, width: "130px" }, { prop: "maturitydate", label: "贷款到期日", width: "110px" }, { prop: "receivablecapital", label: "应还本金", isMoney: true, width: "150px" }, { prop: "receivableinterest", label: "应还利息", isMoney: true, width: "150px" }, { prop: "receivablefee", label: "应还费用", isMoney: true, width: "150px" }, { prop: "receivablepenalty", label: "应还罚息", isMoney: true, width: "150px" }, { prop: "receivabletotal", label: "应还款总金额", isMoney: true, width: "150px" }, { prop: "surplustotal", label: "仍需还款总金额", isMoney: true, width: "150px" }, { prop: "overduestatusDesc", label: "记录类型", width: "150px" }, { prop: "businessCityDesc", label: "业务城市", width: "95px" }, { prop: "productdimensionname", label: "产品维度", width: "180px" }, { prop: "currentphasename", label: "当前流程阶段", width: "160px" }, { prop: "inputdate", label: "报单日期", width: "100px" }, { prop: "inputtime", label: "报单时间", width: "100px" }, { prop: "operateusername", label: "报单人", width: "95px" }, { prop: "operateorgname", label: "报单人直属机构", width: "240px" }, { prop: "operatefirstinternallevelname", label: "报单人所属一级内部机构", width: "180px" }, { prop: "currentusername", label: "当前处理人", width: "100px" }, { prop: "curoperateorgname", label: "当前处理人直属机构", width: "240px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ]; // 赎楼回款 export const buildingBackHeader = [ { prop: "serialNo", label: "申请编号", width: "160px" }, { prop: "productName", label: "产品名称", width: "100px" }, { prop: "customerName", label: "客户名称", width: "150px" }, { prop: "obligorname", label: "债务企业名称", width: "150px" }, { prop: "amountloan", label: "贷款金额", // 最终放款金额 isMoney: true, width: "130px" }, { prop: "maturitydate", label: "贷款到期日", width: "110px" }, { prop: "receivablecapital", label: "应还本金", isMoney: true, width: "150px" }, { prop: "receivableinterest", label: "应还利息", isMoney: true, width: "150px" }, { prop: "receivablefee", label: "应还费用", isMoney: true, width: "150px" }, { prop: "receivablepenalty", label: "应还罚息", isMoney: true, width: "150px" }, { prop: "receivabletotal", label: "应还款总金额", isMoney: true, width: "150px" }, { prop: "surplustotal", label: "仍需还款总金额", isMoney: true, width: "150px" }, { prop: "overduestatusDesc", label: "记录类型", width: "150px" }, { prop: "businessCityDesc", label: "业务城市", width: "95px" }, { prop: "productdimensionname", label: "产品维度", width: "180px" }, { prop: "currentphasename", label: "当前流程阶段", width: "160px" }, { prop: "inputdate", label: "报单日期", width: "100px" }, { prop: "inputtime", label: "报单时间", width: "100px" }, { prop: "operateusername", label: "报单人", width: "95px" }, { prop: "operateorgname", label: "报单人直属机构", width: "240px" }, { prop: "operatefirstinternallevelname", label: "报单人所属一级内部机构", width: "180px" }, { prop: "currentusername", label: "当前处理人", width: "100px" }, { prop: "curoperateorgname", label: "当前处理人直属机构", width: "240px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ]; // 赎楼贷息费结算 export const interestSettlementtHeader = [ { prop: "serialNo", label: "申请编号", width: "160px" }, { prop: "productName", label: "产品名称", width: "100px" }, { prop: "customerName", label: "客户名称", width: "150px" }, { prop: "amountloan", label: "贷款金额", // 最终放款金额 isMoney: true, width: "130px" }, { prop: "receivabledate", label: "实际回款日期", width: "110px" }, { prop: "actualputoutday", label: "实际借款天数", width: "110px" }, { prop: "receivablefeetotal", label: "应收息费总额", isMoney: true, width: "130px" }, { prop: "advancefeetotal", label: "预收息费总额", isMoney: true, width: "130px" }, { prop: "receivablepenalty", label: "应收罚息", isMoney: true, width: "130px" }, { prop: "settletotal", label: "待结算总金额", isMoney: true, width: "130px" }, { prop: "surplussettletotal", label: "仍需结算总金额", isMoney: true, width: "130px" }, { prop: "overduestatusDesc", label: "记录类型", isMoney: true, width: "130px" }, { prop: "businessCityDesc", label: "业务城市", width: "95px" }, { prop: "productdimensionname", label: "产品维度", width: "180px" }, { prop: "currentphasename", label: "当前流程阶段", width: "160px" }, { prop: "inputdate", label: "报单日期", width: "100px" }, { prop: "inputtime", label: "报单时间", width: "100px" }, { prop: "operateusername", label: "报单人", width: "95px" }, { prop: "operateorgname", label: "报单人直属机构", width: "240px" }, { prop: "operatefirstinternallevelname", label: "报单人所属一级内部机构", width: "180px" }, { prop: "currentusername", label: "当前处理人", width: "100px" }, { prop: "curoperateorgname", label: "当前处理人直属机构", width: "240px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ]; // 授信企业信息 export const creditBusinesstHeader = [ { prop: "serialNo", label: "申请编号", width: "160px" }, { prop: "customerName", label: "客户名称", width: "150px" }, { prop: "reditcode", label: "统一社会信用码", width: "160px" }, { prop: "hopebusinesssum", label: "申请金额", isMoney: true, width: "130px" }, { prop: "productcreditamtlimit", label: "授信/放款金额", isMoney: true, width: "140px" }, { prop: "businessTerm", width: "85px", label: "贷款期限" }, { prop: "productName", label: "产品名称", width: "100px" }, { prop: "occurtypeDesc", label: "业务类型", width: "100px" }, { prop: "businessCityDesc", label: "业务城市", width: "95px" }, { prop: "productdimensionname", label: "产品维度", width: "180px" }, { prop: "currentphasename", label: "当前流程阶段", width: "160px" }, // { // prop: 'paymentname', // label: '还款方式', // width: '120px' // }, { prop: "inputdate", label: "报单日期", width: "100px" }, { prop: "inputtime", label: "报单时间", width: "100px" }, { prop: "operateusername", label: "报单人", width: "95px" }, { prop: "operateorgname", label: "报单人直属机构", width: "240px" }, { prop: "operatefirstinternallevelname", label: "报单人所属一级内部机构", width: "180px" }, { prop: "lastAction", label: "操作管理", width: "100px", type: "buttons", fixed: "right" } ]; // 投标凭证回传 export const bidVoucherReturntHeader = [ { prop: "serialNo", label: "申请编号", width: "160px" }, { prop: "productName", label: "产品名称", width: "100px" }, { prop: "customerName", label: "客户名称", width: "150px" }, { prop: "obligorname", // 接口暂无字段 label: "债务企业名称", width: "150px" }, { prop: "amountloan", label: "贷款金额", isMoney: true, width: "130px" }, { prop: "putoutdate", label: "放款日期", width: "130px" }, { prop: "maturitydate", label: "贷款到期日", width: "110px" }, { prop: "businessCityDesc", label: "业务城市", width: "95px" }, { prop: "productdimensionname", label: "产品维度", width: "180px" }, { prop: "currentphasename", label: "当前流程阶段", width: "160px" }, { prop: "inputdate", label: "报单日期", width: "100px" }, { prop: "inputtime", label: "报单时间", width: "100px" }, { prop: "operateusername", label: "报单人", width: "95px" }, { prop: "operateorgname", label: "报单人直属机构", width: "240px" }, { prop: "operatefirstinternallevelname", label: "报单人所属一级内部机构", width: "180px" }, { prop: "currentusername", label: "当前处理人", width: "100px" }, { prop: "curoperateorgname", label: "当前处理人直属机构", width: "240px" }, { prop: "taskbegtime", label: "任务接收时间", width: "160px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ]; // 公司资质 export const bidProjectListHeader = [ { prop: "aptname", label: "资质名称", width: "auto" }, { prop: "aptcertstartdate", label: "资质发证日期", width: "auto" }, { prop: "aptcertenddate", label: "资质到期日期", width: "auto" }, { prop: "aptcertorgname", label: "资质发证机构", width: "auto" } ]; export const bidProjectBusinessHeader = [ { label: "业务对接人姓名", prop: "pickupusername", width: "auto" }, { label: "业务对接人职务", prop: "pickupuserjob", width: "auto" }, { label: "业务对接人电话", prop: "pickupuserphone", width: "auto" } ]; // 担保人 export const bidGuarantorHeader = [ { label: "担保人姓名", prop: "customername", width: "auto" }, { label: "担保人职务", prop: "jobtitle", width: "auto" }, { label: "担保人证件类型", prop: "certtype", isDesc: true, width: "auto" }, { label: "担保人身份证号码", prop: "certid", width: "auto" }, { label: "担保人手机号码", prop: "phone", width: "auto" } ]; // 保理-单据信息 export const creditorBillsHeader = [ { label: "单据类型", prop: "billtype", isDesc: true, width: "auto" }, { label: "发票代码/单据编码", prop: "billcode", width: "auto" }, { label: "发票号码/单据号码", prop: "billno", width: "auto" }, { label: "开票日期/制单日期", prop: "billdate", width: "auto" }, { label: "发票金额/单据金额", prop: "billsum", isMoney: true, width: "auto" }, { label: "单据备注", prop: "billremark", width: "auto" } ]; // 风控审批申请管理 export const riskApprovalApplyHeader = [ { label: "申请编号", prop: "serialno", width: "160px" }, { label: "客户名称", prop: "customername", width: "150px" }, { label: "产品名称", prop: "productname", width: "160px" }, { label: "产品维度", prop: "productdimensionname", width: "180px" }, { label: "业务类型", prop: "occurtypeDesc", width: "100px" }, { label: "自动审批状态", prop: "taskstateDesc", width: "110px" }, { label: "报单日期", prop: "inputdate", width: "100px" }, { label: "报单时间", prop: "inputtime", width: "100px" }, { label: "报单人", prop: "operateusername", width: "95px" }, { label: "报单人直属机构", prop: "operateorgname", width: "240px" }, { label: "报单人所属一级内部机构", prop: "operatefirstinternallevelname", width: "180px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ]; // 贷款任务调整 export const loanTaskAdjustmentHeader = [ { label: "申请编号", prop: "serialNo", width: "160px" }, { label: "客户名称", prop: "customerName", width: "150px" }, { label: "产品名称", prop: "productName", width: "160px" }, { label: "产品维度", prop: "productDimensionname", width: "180px" }, { label: "业务类型", prop: "occurTypeDesc", width: "100px" }, { label: "当前流程阶段", prop: "currentPhasename", width: "160px" }, { label: "当前处理人", prop: "currentUserName", width: "100px" }, { label: "当前处理人直属机构", prop: "curOperateorgName", width: "240px" }, { label: "报单日期", prop: "inputDate", width: "160px" }, { label: "报单时间", prop: "inputTime", width: "100px" }, { label: "报单人", prop: "operateusername", width: "95x" }, { label: "报单人直属机构", prop: "operateorgname", width: "240px" }, { label: "报单人所属一级内部机构", prop: "operatefirstinternallevelname", width: "180px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ]; // 应收账款融资登记撤销 export const registerRevokeHeader = [ { prop: "serialNo", label: "申请编号", width: "160px" }, { prop: "productName", label: "产品名称", width: "160px" }, { prop: "customerName", label: "客户名称", width: "150px" }, { prop: "obligorname", label: "债务企业名称", width: "200px" }, { prop: "businesssum", label: "贷款金额", isMoney: true, width: "130px" }, { prop: "businessCityDesc", label: "业务城市", width: "95px" }, { prop: "productdimensionname", label: "产品维度", width: "180px" }, { prop: "currentphasename", label: "当前流程阶段", width: "160px" }, { prop: "inputdate", label: "报单日期", width: "100px" }, { prop: "inputtime", label: "报单时间", width: "100px" }, { prop: "operateusername", label: "报单人", width: "95px" }, { prop: "operateorgname", label: "报单人直属机构", width: "240px" }, { prop: "operatefirstinternallevelname", label: "报单人所属一级内部机构", width: "180px" }, { prop: "currentusername", label: "当前处理人", width: "100px" }, { prop: "curoperateorgname", label: "当前处理人直属机构", width: "240px" }, { prop: "taskbegtime", label: "任务接收时间", width: "160px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ]; // 应收账款债务人支付结算 export const obligorPaySettleHeader = [ { prop: "serialNo", label: "申请编号", width: "160px" }, { prop: "productName", label: "产品名称", width: "160px" }, { prop: "customerName", label: "客户名称", width: "150px" }, { prop: "obligorname", label: "债务企业名称", width: "200px" }, { prop: "businesssum", label: "贷款金额", isMoney: true, width: "130px" }, { prop: "expectedpaydate", label: "预计支付日期", width: "110px" }, { prop: "zwzfr", label: "最晚支付日期", width: "110px" }, { prop: "receivabletotal", label: "应还总金额", isMoney: true, width: "130px" }, { prop: "surplustotal", label: "仍需还总金额", isMoney: true, width: "130px" }, { prop: "debtorpaysum", label: "债务人支付金额", isMoney: true, width: "130px" }, { prop: "stillbackpaysum", label: "仍需收回债务人支付金额", isMoney: true, width: "180px" }, { prop: "staypaybalance", label: "待结算支付差额", isMoney: true, width: "130px" }, { prop: "stillpaybalance", label: "仍需结算支付差额", isMoney: true, width: "140px" }, { prop: "debtorpaydate", label: "实际支付日期", width: "110px" }, { prop: "businessCityDesc", label: "业务城市", width: "95px" }, { prop: "productdimensionname", label: "产品维度", width: "180px" }, { prop: "currentphasename", label: "当前流程阶段", width: "160px" }, { prop: "inputdate", label: "报单日期", width: "100px" }, { prop: "inputtime", label: "报单时间", width: "100px" }, { prop: "operateusername", label: "报单人", width: "95px" }, { prop: "operateorgname", label: "报单人直属机构", width: "240px" }, { prop: "operatefirstinternallevelname", label: "报单人所属一级内部机构", width: "180px" }, { prop: "currentusername", label: "当前处理人", width: "100px" }, { prop: "curoperateorgname", label: "当前处理人直属机构", width: "240px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ]; export const PayCompanysHeader = [ { prop: "merId", label: "商户号", width: "160px" }, { prop: "companyId", label: "支付公司编码", width: "160px" }, { prop: "companyIdDesc", label: "支付公司名称", width: "160px" }, { prop: "acctNo", label: "账号", width: "160px" }, { prop: "acctName", label: "账户名", width: "200px" }, { prop: "balance", label: "余额", width: "160px", isMoney: true }, { prop: "updateTime", label: "更新时间" } ]; // 合作方任务调整 export const partnerTasksAdjustmentHeader = [ { label: "申请编号", prop: "serialNo", width: "160px" }, { label: "业务类型", prop: "objecttypeDesc", width: "150px" }, { label: "统一社会信用码", prop: "unifiedsocialCreditCode", width: "160px" }, { label: "合作方名称", prop: "channelName", width: "200px" }, { label: "合作模式", prop: "cooperationModeDesc", width: "100px" }, { label: "合作方归属地区", prop: "channelareaName", width: "160px" }, { label: "当前阶段", prop: "curPhaseName", width: "160px" }, { label: "当前处理人", prop: "currentUserName", width: "100px" }, { label: "当前处理人直属机构", prop: "curoperateOrgName", width: "240px" }, { label: "申请日期", prop: "inputDate", width: "160px" }, { label: "申请时间", prop: "inputTime", width: "100px" }, { label: "申请人", prop: "operateusername", width: "95x" }, { label: "申请人直属机构", prop: "operateorgName", width: "240px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ]; // 企业任务调整 export const adjustEnterpriseTaskHeader = [ { label: "申请编号", prop: "serialNo", width: "160px" }, { label: "业务类型", prop: "objecttypeDesc", width: "150px" }, { label: "统一社会信用码", prop: "reditCode", width: "160px" }, { label: "企业工商登记名", prop: "enterpriseName", width: "160px" }, { label: "企业准入类型", prop: "enterpriseAccessTypeDesc", width: "160px" }, { label: "企业归属地区", prop: "channelareaName", width: "160px" }, { label: "当前阶段", prop: "curPhaseName", width: "160px" }, { label: "当前处理人", prop: "currentUserName", width: "100px" }, { label: "当前处理人直属机构", prop: "curoperateOrgName", width: "240px" }, { label: "申请日期", prop: "inputDate", width: "160px" }, { label: "申请时间", prop: "inputTime", width: "100px" }, { label: "申请人", prop: "operateusername", width: "95x" }, { label: "申请人直属机构", prop: "operateorgName", width: "240px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ]; // 项目任务调整 export const ajustProjectTaskHeader = [ { label: "申请编号", prop: "serialNo", width: "160px" }, { label: "业务类型", prop: "objecttypeDesc", width: "160px" }, { label: "项目编号", prop: "projectNo", width: "160px" }, { label: "项目名称", prop: "projectName", width: "160px" }, { label: "项目城市", prop: "projectCityDesc", width: "160px" }, { label: "项目类型", prop: "projectTypeDesc", width: "160px" }, { label: "项目负责人", prop: "managerName", width: "160px" }, { label: "项目归属地区", prop: "projectAttributionDesc", width: "160px" }, { label: "当前阶段", prop: "curPhaseName", width: "160px" }, { label: "当前处理人", prop: "currentUserName", width: "100px" }, { label: "当前处理人直属机构", prop: "curoperateOrgName", width: "240px" }, { label: "申请日期", prop: "inputDate", width: "160px" }, { label: "申请时间", prop: "inputTime", width: "100px" }, { label: "申请人", prop: "operateusername", width: "95x" }, { label: "申请人直属机构", prop: "operateorgName", width: "240px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ]; // 再保理申请 export const ReFactoringApplyHeader = [ { prop: "serialNo", label: "申请编号", width: "160px" }, { prop: "productName", label: "产品名称", width: "160px" }, { prop: "customerName", label: "客户名称", width: "150px" }, { prop: "obligorname", label: "债务企业名称", width: "200px" }, { prop: "businesssum", label: "贷款金额", isMoney: true, width: "130px" }, { prop: "businessTermDay", width: "85px", label: "贷款期限" }, { prop: "repaymenttypeDesc", label: "还款方式", width: "120px" }, { prop: "putoutdate", label: "放款日期", width: "130px" }, { prop: "businessCityDesc", label: "业务城市", width: "95px" }, { prop: "productdimensionname", label: "产品维度", width: "180px" }, { prop: "currentphasename", label: "当前流程阶段", width: "160px" }, { prop: "inputdate", label: "报单日期", width: "100px" }, { prop: "inputtime", label: "报单时间", width: "100px" }, { prop: "operateusername", label: "报单人", width: "95px" }, { prop: "operateorgname", label: "报单人直属机构", width: "240px" }, { prop: "operatefirstinternallevelname", label: "报单人所属一级内部机构", width: "180px" }, { prop: "currentusername", label: "当前处理人", width: "100px" }, { prop: "curoperateorgname", label: "当前处理人直属机构", width: "240px" }, { prop: "taskbegtime", label: "任务接收时间", width: "160px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ]; // 贷款合同发送 export const contractHeader = [ { width: "180px", label: "贷款申请编号", prop: "applySerialNo" }, { width: "160px", label: "借据编号", prop: "loanSerialNo" }, { width: "160px", label: "客户编号", prop: "customerId" }, { width: "160px", label: "客户名称", prop: "customerName" }, { width: "160px", label: "客户手机号", prop: "phone" }, { width: "160px", label: "客户证件号", prop: "customerCertNo" }, { width: "160px", label: "产品名称", prop: "productName" }, { width: "160px", label: "产品维度名称", prop: "productDimensionName" }, { width: "160px", label: "贷款发放日期", prop: "putoutDate" }, { width: "160px", label: "贷款期限", prop: "businessTerm" }, { width: "160px", label: "还款方式", prop: "repaymentType" }, { width: "160px", label: "贷款状态", prop: "loanStatusName" }, // { // width: "160px", // label: "累计发送次数", // prop: "sendCount" // }, // { // width: "160px", // label: "最近电子版发送状态", // prop: "estatusDesc" // }, // { // width: "160px", // label: "最近纸质版发送状态", // prop: "mstatusDesc" // }, // { // width: "160px", // label: "最近发送申请时间", // prop: "beginTime" // }, // { // width: "160px", // label: "最近发送完成时间", // prop: "endTime" // }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ]; // 表格信息-历史邮寄信息 export const historyMailHeader = [ { label: '发送流水号', prop: 'mailingNo' }, { label: '邮寄状态', prop: 'statusDesc' }, { label: '收件人名称', prop: 'recipient' }, { label: '收件人电话', prop: 'phone' }, { label: '收件地址', prop: 'adress' }, { label: '邮政编码', prop: 'zipCode' }, { label: '快递公司', prop: 'courierCompany' }, { label: '物流单号', prop: 'logisticsNumber' }, { label: '邮递日期', prop: 'mailingDate' }, { label: '备注', prop: 'remark' }, { label: '申请日期', prop: 'inputDate' }, { label: '申请时间', prop: 'inputTime' }, { label: '申请人', prop: 'inputuserName' }, { label: '申请人直属机构', prop: 'inputorgName' }, { label: '最近修改人', prop: 'updateUserName' }, { label: '最近修改时间', prop: 'updateDate' } ] // 贷款申请资料补传 export const supplementLoanHeader = [ { prop: "serialNo", label: "申请编号", width: "160px" }, { prop: "customerName", label: "客户名称", width: "160px" }, { prop: "productName", label: "产品", width: "160px" }, { prop: "productDimensionName", label: "产品维度", width: "160px" }, { prop: "occurTypeDesc", label: "业务类型", width: "160px" }, { prop: "phaseName", label: "当前流程阶段", width: "160px" }, { prop: "inputDate", label: "报单日期", width: "100px" }, { prop: "inputTime", label: "报单时间", width: "100px" }, { prop: "operateusername", label: "报单人", width: "95px" }, { prop: "operateorgname", label: "报单人直属机构", width: "240px" }, { prop: "operatefirstinternallevelname", label: "报单人所属一级内部机构", width: "180px" }, { prop: "lastAction", label: "操作管理", width: "140px", type: "buttons", fixed: "right" } ] // 表格信息-历史电子邮件信息列表查询 export const historyElectronicsHeader = [ { label: '发送流水号', prop: 'sendId' }, { label: '邮件发送状态', prop: 'estatusDesc' }, { label: '收件人名称', prop: 'customerName' }, { label: '收件人电话', prop: 'sdPhone' }, { label: '电子邮箱', prop: 'toAdress' }, { label: '邮件主题', prop: 'etitle' }, { label: '邮件内容', prop: 'econtent' }, { label: '备注', prop: 'remark' }, { label: '发送日期', prop: 'edDate' }, { label: '申请日期', prop: 'inputDate' }, { label: '申请时间', prop: 'inputTime' }, { label: '申请人', prop: 'userName' }, { label: '申请人直属机构', prop: 'orgName' }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ] export const delaySupplyHeader = [ { prop: "serialNo", width: "160px", label: "申请编号", }, { prop: "customerName", width: "150px", label: "客户名称", }, { prop: "bidprojectname", width: "150px", label: "投标项目名称", showTooltip: true }, { prop: "reditCode", width: "160px", label: "统一社会信用码", }, { prop: "amountloan", width: "150px", label: "贷款金额", isMoney: true }, { prop: "businessSum", width: "150px", label: "放款金额", isMoney: true }, { prop: "businessTerm", width: "150px", label: "贷款期限", }, { prop: "repaymentTypeDesc", width: "150px", label: "还款方式", }, { prop: "bidisdelayDesc", width: "150px", label: "是否延期开标", }, { prop: "productName", width: "150px", label: "产品名称", }, { prop: "occurTypeDesc", width: "150px", label: "业务类型", }, { prop: "businessCityDesc", width: "150px", label: "业务城市", }, { prop: "productdimensionname", width: "150px", label: "产品维度", }, { prop: "phaseName", width: "150px", label: "当前流程阶段", }, { prop: "inputdate", label: "报单日期", width: "100px" }, { prop: "operateusername", label: "报单人", width: "95px" }, { prop: "operateorgname", label: "报单人直属机构", width: "240px" }, { prop: "operatefirstinternallevelname", label: "报单人所属一级内部机构", width: "180px" }, { prop: "updateusername", label: "修改人", width: "95px" }, { prop: "updatetime", label: "修改时间", width: "100px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ] export const commissionHeader = [ { prop: "lsthouseno", width: "150px", label: "楼栋号", }, { prop: "lstbldno", width: "150px", label: "房号", }, { prop: "lstctrctsq", width: "150px", label: "合同面积", }, { prop: "lstctrctamt", width: "150px", label: "合同金额", isMoney: true }, { prop: "lstcustname", width: "150px", label: "客户名称", }, { prop: "lstcustmobile", width: "150px", label: "客户电话", }, { prop: "lstappdate", width: "150px", label: "认购日期", }, { prop: "lstctrctdate", width: "150px", label: "签约日期", }, { prop: "lstctrctcomm", width: "150px", label: "应收佣金(元)", isMoney: true }, { prop: "lstctrctchannel", width: "150px", label: "经纪公司名称", }, { prop: "lstfactoramt", width: "150px", label: "垫佣融资金额", isMoney: true }, ] export const EntAlterHeader = [ { label: '申请编号', prop: 'alterobjectno', type: "link", width: 'auto' }, { label: '申请人', prop: 'inputusername', width: 'auto' }, { label: '申请时间', prop: 'inputdate', width: 'auto' }, { label: '状态', prop: 'flowstateDesc', width: 'auto' }, ] export const EntInfoApprovaltHeader = [ { prop: "serialNo", label: "申请编号", width: "160px" }, { prop: "customerName", label: "客户名称", width: "150px" }, { prop: "reditcode", label: "统一社会信用码", width: "160px" }, { prop: "productcreditamtlimit", label: "授信/放款金额", isMoney: true, width: "140px" }, { prop: "flowstateDesc", label: "变更状态", width: "100px" }, { prop: "productName", label: "产品名称", width: "100px" }, { prop: "occurtypeDesc", label: "业务类型", width: "100px" }, { prop: "businessCityDesc", label: "业务城市", width: "95px" }, { prop: "productdimensionname", label: "产品维度", width: "180px" }, { prop: "inputusername", label: "变更申请人", width: "100px" }, { prop: "inputdate", label: "变更申请时间", width: "110px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ]; // 贷款初审/贷款复审/贷款终审 export const loanReviewHeader = [ { prop: "serialNo", label: "申请编号", width: "180px" }, { prop: "productName", label: "产品名称", width: "100px" }, { prop: "customerName", label: "客户名称", width: "150px" }, { prop: "occurtypeDesc", label: "业务类型", width: "100px" }, { prop: "projectname", label: "项目名称", width: "120px" }, { prop: "projecttypeDesc", label: "项目类型", width: "120px" }, { prop: "expectlenddate", label: "期望放款日期", width: "110px" }, { prop: "hopebusinesssum", label: "申请金额", isMoney: true, width: "130px" }, { prop: "amountloan", label: "授信/放款金额", isMoney: true, width: "140px" }, { prop: "businessTermDescription", // 组件内部特殊处理字段 label: "贷款期限", width: "85px" }, { prop: "repaymenttypeDesc", label: "还款方式", width: "120px" }, { prop: "businessCityDesc", label: "业务城市", width: "95px" }, { prop: "productdimensionname", label: "产品维度", width: "180px" }, { prop: "currentphasename", label: "当前流程阶段", width: "160px" }, { prop: "inputdate", label: "报单日期", width: "100px" }, { prop: "inputtime", label: "报单时间", width: "100px" }, { prop: "operateusername", label: "报单人", width: "95px" }, { prop: "operateorgname", label: "报单人直属机构", width: "240px" }, { prop: "operatefirstinternallevelname", label: "报单人所属一级内部机构", width: "180px" }, { prop: "currentusername", label: "当前处理人", width: "100px" }, { prop: "curoperateorgname", label: "当前处理人直属机构", width: "240px" }, { prop: "taskbegtime", label: "任务接收时间", width: "160px" }, { prop: "lastAction", label: "操作管理", width: "170px", type: "buttons", fixed: "right" } ]; // 客服投诉与事件列表 export const ComplainAndEventListHeader = [ { prop: "distinguishType", width: "160px", label: "记录类型" }, { prop: "eventType", width: "250px", label: "事件类型" }, { prop: "content", width: "280px", label: "备注" }, { prop: "insertUserNo", width: "250px", label: "操作人工号" }, { prop: "dealStatus", width: "250px", label: "状态" }, { prop: "insertDate", width: "250px", label: "操作时间" } ] //催收事件列表字段 export const debtCollectionHeader = [ { label: '记录类型', prop: 'recordTypeName', width: '160px' }, { label: '事件类型', prop: 'eventTypeName', width: '160px' }, { label: '动作类型', prop: 'actionTypeName', width: '160px' }, { label: '联系人姓名', prop: 'contactName', width: '160px' }, { label: '与借款人关系', prop: 'borrowerRelation', width: '160px' }, { label: '沟通工具', prop: 'communicateToolName', width: '160px' }, { label: '沟通时间', prop: 'communicateDate', width: '250px' }, // { // label: '事件结束时间', // prop: 'endTime', // width: '250px' // }, { label: '联系号码', prop: 'contactNo', width: '250px' }, { label: '备注', prop: 'memo', width: '260px', showTooltip: true, }, { label: '操作人', prop: 'opsUserName', width: '160px' }, { label: '操作时间', prop: 'inputTime', width: '250px' }, { label: '操作人所属主体', prop: 'opsOrgName', width: '250px' }, { label: '事件类型二', prop: 'eventTypeTwoName', width: '160px' }, { prop: "lastAction", label: "操作管理", width: "240px", type: "buttons", fixed: "right" } ] // 客服投诉详情-基本信息 export const complainBaseHeader = [ { label: '申请编号', prop: 'busiNo', width: "300px", }, { label: '客户名称', prop: 'customerName', width: "300px", }, { label: '身份证号', prop: 'idCard', width: "300px", }, { label: '产品名称', prop: 'productName', width: "300px", }, { label: '报单日期', prop: 'inputDate', width: "350px", }, ] // 客服投诉详情-投诉记录 export const complainRecordHeader = [ { label: '投诉来源', prop: 'comPlainSource', width: "200px", }, { label: '投诉日期', prop: 'insertDate', width: "160px", }, { label: '完结日期', prop: 'endDate', width: "160px", }, { label: '首次回访时间', prop: 'firstReturnVisitDate', width: "160px", }, { label: '案例处理时长', prop: 'caseDealTime', width: "120px", }, { label: '最后操作人', prop: 'finishOperator', width: "100px", }, { label: '投诉记录人', prop: 'insertUserName', width: "100px", }, { label: '投诉类型', prop: 'compPlainType', width: "100px", }, { label: '回拨电话', prop: 'callBackPhone', width: "120px", }, { label: '是否本人', prop: 'isMaster', width: "100px", }, { label: '案例负责情况占比', prop: 'caseDutyRate', width: "140px", }, { label: '处理状态', prop: 'dealStatus', width: "100px", }, ] // 客服投诉详情-跟进记录 export const trackRecordHeader = [ { label: '跟进投诉来源', prop: 'trackComplainSourceName', width: "180px", }, { label: '投诉判断', prop: 'trackComplainJudgeName', width: "100px", }, { label: '案例级别', prop: 'caseLevelName', width: "100px", }, { label: '投诉类型(一级)', prop: 'trackComplainTypeFirstName', width: "120px", }, { label: '投诉类型(二级)', prop: 'trackComplainTypeSecondName', width: "120px", }, { label: '跟进阶段', prop: 'trackStageName', width: "160px", }, { label: '跟进详情', prop: 'trackDetail', width: "380px", showTooltip: true }, { label: '跟进时间', prop: 'insertDate', width: "160px", }, { label: '跟进人', prop: 'insertUserName', width: "80px", }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ] // 和包订单详情-联系人信息 export const heBaoRelationInfoHeader = [ { label: '联系人姓名', prop: 'relationName', width: "520px", }, { label: '联系人手机号码', prop: 'relationMobilePhone', width: "520px", }, { label: '联系人与借款人关系', prop: 'relationshipLoanDesc', width: "520px", }, ] // 和包订单详情-还款计划 export const heBaoRepayInfoHeader = [ { label: '期次', prop: 'periodNo', width: "260px", }, { label: '应还款日', prop: 'repayDate', width: "260px", }, { label: '应还金额', prop: 'repayAmount', width: "260px", }, { label: '已还金额', prop: 'actualRepayAmount', width: "260px", }, { label: '状态', prop: 'statusDesc', width: "260px", }, { label: '实际还款时间', prop: 'actualRepayDate', width: "260px", } ] // 应收账款 export const accountsReceivableHeader = [ // { // label: "应收账款明细序号", // prop: "billno", // width: "170px" // }, { label: "产品名称", prop: "productname", width: "150px" }, { label: "债权人类型", prop: "creditortypedesc", width: "160px" }, { label: "债权人名称", prop: "creditorname", width: "160px" }, { label: "债权人证件类型", prop: "creditorcerttypedesc", width: "160px" }, { label: "债权人证件号码", prop: "creditorcertid", width: "180px" }, { label: "核心企业名称", prop: "enterprisename", width: "160px" }, { label: "核心企业统一社会信用代码", prop: "reditcode", width: "260px" }, { label: "应收账款名称", prop: "billname", width: "240px" }, { label: "应收账款凭证类型", prop: "billtypedesc", width: "160px" }, { label: "应收账款凭证号码", prop: "billno", width: "160px" }, { label: "应收账款节点", prop: "operateusername", width: "160x" }, { label: "应收账款金额", prop: "billsum", width: "120px" }, { label: "截止付款日期", prop: "pjpamentendday", width: "120px" }, { label: "应收账款兑付状态", prop: "cashstatusdesc", width: "100x" }, { label: "授信比例", prop: "creditratio", width: "100x" }, { label: "授信额度", prop: "creditamt", width: "100x" }, { label: "剩余额度", prop: "remanentamt", width: "100px" }, { label: "已用额度", prop: "useamt", width: "100x" }, { label: "额度周期", prop: "quotacycletypedesc", width: "100px" }, { label: "质押标志", prop: "pledgestatusdesc", width: "100x" }, { label: "额度状态", prop: "quotastatusdesc", width: "100px" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ]; //项目合同 export const projectContractHeader = [ { width: "200px", label: "项目编号", prop: "archiveNo" }, { width: "160px", label: "项目名称", prop: "archiveName" }, { width: "160px", label: "项目类型", prop: "archiveTypeDesc" }, { width: "160px", label: "项目公司名称", prop: "companyName" }, { width: "160px", label: "产品名称", prop: "productName" }, { width: "160px", label: "当前节点", prop: "curNodeDesc" }, { width: "160px", label: "创建人", prop: "createUser" }, { width: "160px", label: "创建时间", prop: "createDate" }, { width: "160px", label: "最近更新时间", prop: "operationDate" }, { width: "160px", label: "最近维护人", prop: "operationUser" }, { prop: "lastAction", label: "操作管理", width: "160px", type: "buttons", fixed: "right" } ]; //档案列表 export const archivestHeader = [ { width: "260px", label: "档案编号", prop: "archiveNo" }, { width: "300px", label: "档案名称", prop: "archiveName", showTooltip: true }, { width: "180px", label: "档案类型", prop: "archiveTypeDesc" }, { width: "190px", label: "档案内容", prop: "contentDesc" }, { width: "180px", label: "产品名称", prop: "productName" }, // { // width: "160px", // label: "当前节点", // prop: "curNodeDesc" // }, { width: "180px", label: "创建人", prop: "createUser" }, { width: "180px", label: "创建时间", prop: "createDate" }, { width: "160px", label: "最近更新时间", prop: "operationDate" }, { width: "160px", label: "最近维护人", prop: "operationUser" }, { prop: "lastAction", label: "操作管理", width: "170px", type: "buttons", fixed: "right" } ]; //跨境电商店铺列表字段 export const qryMallInfoListHeader = [ { prop: 'sellerId', label: '店铺ID', }, { prop: 'sellerName', label: '实体主体名称', }, { prop: 'registerName', label: '注册联系人姓名', }, { prop: 'registerCertId', label: '注册联系人身份证号', }, { prop: 'registerDate', label: '注册日期', }, { prop: 'withdrawableAmount', label: '可提现金额(美元)', isMoney: true, }, { prop: 'prOrderAmountAvgL12m', label: '近12个月月均提现订单金额(美元)', isMoney: true, }, { prop: 'afterPrRefusalRateL12m', label: '近12个月提现后的拒付率', }, { prop: 'afterPrRefusalRateL1m', label: '近1个月提现后的拒付率', }, { prop: 'afterPrRefundRateL12m', label: '近12个月提现后的退款率', }, { prop: 'afterPrRefundRateL1m', label: '近1个月提现后的退款率', }, { prop: 'invokeShopCamelsScore', label: '驼驼分', }, { prop: 'invokeShopCamelsStar', label: '驼驼星级', }, { prop: 'invokeShopRecommendQuota', label: '飞速提现额度建议(美元)', isMoney: true, }, ] //跨境电商订单列表字段 export const qryMallOrderGoodsListHeader = [ { prop: 'sellerid', label: '店铺ID', width: '170px', }, { prop: 'orderid', label: '订单号', width: '170px', }, { prop: 'buyername', label: '买家名称', }, { prop: 'buyercountry', label: '买家国别', }, { prop: 'orderdate', label: '下单时间', width: '180px', }, { prop: 'orderamt', label: '订单金额(人民币)', isMoney: true, }, { prop: 'expresstype', label: '物流公司', }, { prop: 'expressno', label: '物流单号', }, { prop: 'expressStartDate', label: '物流发出日期', width: '180px', }, { prop: 'expressEndDate', label: '物流抵达日期', width: '180px', }, ] //劳务工贷项目列表(暂) export const qryProjectCompanyListHeader = [ { prop: 'serialno', label: '项目id', width: '270px', type: "link", }, { prop: 'projname', label: '项目名称', width: '570px', }, { prop: 'projstatus', label: '项目状态', width: '120px', }, { prop: 'phasename', label: '系统审批状态', width: '220px', }, { prop: 'creditamt', label: '项目授信总额', width: '270px', isMoney: true, }, { prop: 'guaranteeamt', label: '项目已收保证金总额', width: '270px', isMoney: true, }, { prop: "lastAction", label: "操作", width: "160px", type: "buttons", fixed: "right" } ] //项目产值明细信息 export const qryInvoiceInfoDetailListHeader = [ { prop: 'projname', label: '项目名称', width: '170px', }, { prop: 'valbatchid', label: '产值单批次id', width: '170px', }, { prop: 'valbatchname', label: '产值单批次名称', width: '170px', }, { prop: 'valamt', label: '产值单批次金额', width: '170px', isMoney: true, }, { prop: 'inputdate', label: '开票日期', width: '170px', }, { prop: 'invoicetype', label: '开票类型', width: '170px', }, { prop: 'invoicecode', label: '发票代码', width: '170px', }, { prop: 'invoiceno', label: '发票编号', width: '170px', }, { prop: 'noTaxAmt', label: '不含税金额', width: '170px', }, { prop: 'taxrate', label: '税率', width: '170px', }, { prop: 'taxamt', label: '税额', width: '170px', }, { prop: 'invoicebuyer', label: '付款方', width: '170px', }, { prop: 'invoiceseller', label: '收款方', width: '170px', }, { prop: 'issuer', label: '开票人', width: '170px', }, { prop: 'goodsname', label: '商品名称', width: '170px', }, { prop: 'invoiceunitprice', label: '单价', width: '170px', }, { prop: 'invoicenumber', label: '数量', width: '170px', }, { prop: 'payercompany', label: '付款单位', width: '170px', }, { prop: 'recievercompany', label: '收款单位', width: '170px', }, { prop: 'contractname', label: '合同名称', width: '170px', }, { prop: 'inputtime', label: '更新时间', width: '170px', }, { prop: "lastAction", label: "操作", width: "160px", type: "buttons", fixed: "right" } ] export const workerOutputDetailListHeader = [ { prop: 'workSerialNo', label: '工人id', width: '170px', type: "link", }, { prop: 'workName', label: '工人名称', width: '170px', }, { prop: 'contractName', label: '合同名称', width: '170px', }, { prop: 'team', label: '班组', width: '170px', }, { prop: 'rewardAmt', label: '奖励金额', width: '170px', isMoney: true, }, { prop: 'punishAmt', label: '惩罚金额', width: '170px', isMoney: true, }, { prop: 'monthSalaryAmt', label: '月总工资', width: '170px', isMoney: true, }, { prop: 'salaryDueAmt', label: '应付工资', width: '170px', isMoney: true, }, { prop: 'salaryPaidAmt', label: '已付工资', width: '170px', isMoney: true, }, { prop: 'salaryNopaidAmt', label: '未付工资', width: '170px', isMoney: true, }, { prop: 'attendDays', label: '出勤天数', width: '170px', }, { prop: 'attendSalaryAmt', label: '出勤工资', width: '170px', isMoney: true, }, { prop: 'overtimeSalaryAmt', label: '加班工资', width: '170px', isMoney: true, }, { prop: 'salaryType', label: '计薪方式', width: '170px', }, { prop: 'salaryYearMonth', label: '薪水年月', width: '170px', }, { prop: 'salaryStartDate', label: '计薪开始时间', width: '170px', }, { prop: 'salaryEndDate', label: '计薪结束时间', width: '170px', }, { prop: 'thirdUpdateTime', label: '更新时间', width: '170px', }, ] //放款明细 export const projectDisbursementDetailListHeader = [ { prop: 'applySerialNo', label: '申请单号', width: '270px', }, { prop: 'workerName', label: '客户姓名', width: '170px', }, { prop: 'businessSum', label: '放款金额', width: '170px', isMoney: true, }, { prop: 'putoutDate', label: '放款日期', width: '170px', }, { prop: 'finishDate', label: '结清日期', width: '170px', }, { prop: 'depositAmt', label: '息费总额', width: '170px', isMoney: true, }, { prop: 'deductedAmt', label: '已使用保证金金额', width: '170px', isMoney: true, }, ] //放款明细 export const vLoadReconcileInfoListHeader = [ { prop: "productName", label: "产品名称", width: "200px" }, { prop: 'customerName', label: '主授信人名称', width: '170px', type: "link", }, { prop: 'businesssum', label: '借款总额', width: '170px', isMoney: true, }, { prop: 'payallsum', label: '已还总金额', width: '170px', isMoney: true, }, { prop: 'principalbalance', label: '剩余本金', width: '170px', isMoney: true, }, { prop: "lawName", label: "委外律所", width: "300px" }, { prop: "firstTrialUserName", label: "客户经理", width: "170px" }, { prop: "riskManager", label: "风险经理", width: "170px" }, { prop: "phaseName", width: "100px", label: "审批状态" }, { prop: "lastAction", label: "操作", width: "160px", type: "buttons", fixed: "right" } ] //律所沟通历史记录 export const lawCommunHistoryListHeader = [ { prop: "objectName", label: "律师事务所", width: "170px" }, { prop: "communicationTime", label: "沟通时间", width: "170px" }, { prop: "content", label: "沟通内容", width: "1700px", showTooltip: true, }, ] //V贷和解首次还款列表 export const vLoanReconcileRepaymentTrialListHeader = [ { prop: "applyserialno", label: "申请单号", width: "170px", fixed: true, type: "link", }, { prop: "customername", label: "客户姓名", width: "170px" }, { prop: "businesssum", label: "贷款金额", width: "170px", isMoney: true, }, { prop: "putoutdate", label: "贷款日期", width: "170px", }, { prop: "compromisepayamt", label: "截止和解日期已还金额", width: "170px", isMoney: true, }, { prop: "latestpayamt", label: "和解日期后还款金额", width: "170px", isMoney: true, }, { prop: "calcprincipalamt", label: "重算入账本金", width: "170px", isMoney: true, }, { prop: "calcinterestamt", label: "重算入账利息", width: "170px", isMoney: true, }, { prop: "principalamt", label: "重算后剩余借款本金", width: "170px", isMoney: true, }, { prop: "firstprincipalamt", label: "首次需还款本金", width: "170px", isMoney: true, }, { prop: "firstinterestamt", label: "首次需还款利息", width: "170px", isMoney: true, }, { prop: "firstpayamt", label: "首次需还款总额", width: "170px", isMoney: true, }, ] //V贷和解还款明细列表 export const vLoanReconcileRepaymentDetailListHeader = [ { prop: "serialno", label: "申请单号", width: "250px", }, { prop: "trxnbr", label: "流水号", width: "250px", }, { prop: "transdate", label: "流水日期", width: "170px", }, { prop: "actualpaydate", label: "还款日期", width: "170px", }, { prop: "payamt", label: "还款金额", width: "170px", isMoney: true, }, { prop: "payprincipalamt", label: "重算后入账本金", width: "170px", isMoney: true, }, { prop: "payinterestamt", label: "重算后入账利息", width: "170px", isMoney: true, }, ] //5天内还款预计金额 export const first5DayScheduledRepaymentHeader = [ { label: '首次还款日期', prop: 'firstRepaymentDate', }, { label: '首次需还款本金', prop: 'totalFirstPrincipalAmt', isMoney: true }, { label: '首次需还款利息', prop: 'totalFirstInterestAmt', isMoney: true }, { label: '已还金额', prop: 'totalLatestPayAmt', isMoney: true }, { label: '剩余还需还款金额', prop: 'totalFirstAmt', isMoney: true }, ] //主授信人还款计划 export const creditScheduleListHeader = [ { label: '期次', prop: 'periodNo', }, { label: '应还日期', prop: 'payDate', }, { label: '应还总额', prop: 'payBalance', isMoney: true }, { label: '应还本金', prop: 'payPrincipalAmt', isMoney: true }, { label: '实还本金', prop: 'actualPayPrincipalAmt', isMoney: true }, { label: '应还利息', prop: 'payInterestAmt', isMoney: true }, { label: '实还利息', prop: 'actualPayInterestAmt', isMoney: true }, { label: '应还罚息', prop: 'payPenaltyAmt', isMoney: true }, { label: '实还罚息', prop: 'actualPayPenaltyAmt', isMoney: true }, ] //还款情况流水数据 export const creditTransFlowListHeader = [ { label: '流水号', prop: 'trxnbr', }, { label: '还款日期', prop: 'etydat', }, { label: '还款金额', prop: 'amount', isMoney: true }, ] //履约情况 export const queryFulfillmentListHeader = [ { label: '履约节点', prop: 'nodename', }, { label: '履约还款日期', prop: 'paydate', }, { label: '履约还款本金', prop: 'principalamt', isMoney: true }, { label: '履约还款利息', prop: 'interestamt', isMoney: true }, { label: '是否履约', prop: 'isFulfillment', }, ] //提前结清试算展示字段 export const trialFinishPaymentHeader = [ { label: '申请单号', prop: 'applyserialno', }, { label: '客户姓名', prop: 'customername', }, { label: '贷款金额', prop: 'businesssum', isMoney: true }, { label: '贷款日期', prop: 'putoutdate', }, { label: '已还金额', prop: 'compromisepayamt', isMoney: true }, { label: '重算入账本金', prop: 'totalActPrincipalAmt', isMoney: true }, { label: '重算入账利息', prop: 'totalActInterestAmt', isMoney: true }, { label: '剩余应还本金', prop: 'principalamt', isMoney: true }, { label: '剩余应还利息', prop: 'interestamt', isMoney: true }, { label: '剩余应还总额', prop: 'firstpayamt', isMoney: true }, ] //根据主授信人查询借款信息字段 export const queryMainCreditLoanListHeader = [ { label: '贷款单号', prop: 'applySerialNo', }, { label: '贷款人名称', prop: 'customerName', }, { label: '贷款金额', prop: 'businessSum', isMoney: true }, { label: '放款日期', prop: 'putoutDate', }, { label: '贷款到期日', prop: 'maturityDate', }, { label: '贷款利率', prop: 'businessRate', }, { label: '应还本金', prop: 'payPrincipalAmt', isMoney: true }, { label: '实还本金', prop: 'actualPayPrincipalAmt', isMoney: true }, { label: '应还利息', prop: 'payInterestAmt', isMoney: true }, { label: '实还利息', prop: 'actualPayInterestAmt', isMoney: true }, { label: '应还罚息', prop: 'payPrincipalPenaltyAmt', isMoney: true }, { label: '实还罚息', prop: 'actualPayPrincipalPenaltyAmt', isMoney: true }, ] //待认领流水header export const bankWaterInfoHeader = [ { label: '银行交易流水号', prop: 'trxnBr' }, { label: '认领状态', prop: 'statusDesc' }, { label: '收款日期', prop: 'etyDat' }, { label: '收付金额', prop: 'crtAmt', isMoney: true }, { label: '剩余待认领金额', prop: 'coreBalance', isMoney: true }, { label: '转账付方银行账号', prop: 'rpyAcc' }, { label: '转账付方名称', prop: 'rpyNam' }, // { // label: '客户结算虚拟号', // prop: 'psbnBr' // }, // { // label: '绑定客户名称', // prop: 'cltNam' // }, { label: '转账备注', prop: 'trxTxt' }, { label: '对公结算户账号', prop: 'acctNo' }, { label: '对公结算户户名', prop: 'acctName' }, { label: '项目名称', prop: 'projectName' } ]; //查询VD部分还款试算 export const trialVDPartPaymentListHeader = [ { label: '借据编号', prop: 'loanId', }, { label: '贷款单号', prop: 'applyserialno', }, { label: '贷款人名称', prop: 'customername', }, { label: '贷款金额', prop: 'businesssum', isMoney: true }, { label: '放款日期', prop: 'putoutdate', }, { label: '贷款到期日', prop: 'maturitydate', }, { label: '贷款利率', prop: 'businessrate', }, { label: '应还本金', prop: 'payprincipalamt', isMoney: true }, { label: '减免本金', prop: 'waiveprincipalamt', isMoney: true }, { label: '实还本金', prop: 'actualpayprincipalamt', isMoney: true }, { label: '应还利息', prop: 'payinterestamt', isMoney: true }, { label: '减免利息', prop: 'waiveinterestamt', isMoney: true }, { label: '实还利息', prop: 'actualpayinterestamt', isMoney: true }, { label: '应还罚息', prop: 'payprincipalpenaltyamt', isMoney: true }, { label: '减免罚息', prop: 'waiveprincipalpenaltyamt', isMoney: true }, { label: '实还罚息', prop: 'actualpayprincipalpenaltyamt', isMoney: true }, ] //维保记录 export const maintenanceRecordHeader = [ { label: '维保年月', prop: 'date', width: "auto" }, { label: '维保进店里程(公里)', prop: 'mile', width: "auto" }, { label: '维保类型', prop: 'type', width: "auto" }, { label: '维保明细', prop: 'detail', width: "auto" }, { label: '材料', prop: 'other', width: "auto" }, ] //保养时间记录 export const serviceTimeRecordHeader = [ { label: '索引', prop: 'index', width: "auto" }, { label: '保养时间', prop: 'date', width: "auto" } ] //车身结构损伤记录 export const bodyStructureDamageRecordHeader = [ { label: '车身部位', prop: 'comp_name', width: "auto" }, { label: '损伤项', prop: 'repair_items', width: "auto" } ] //碰撞信息 export const insuranceHeader = [ { label: '开始日期', prop: 'start_date', width: "auto" }, { label: '结束日期', prop: 'end_date', width: "auto" } ] //事故记录表头 export const claimsHeader = [ { label: '事故日期', prop: 'claim_date', width: "auto" }, { label: '车主', prop: 'owner', width: "auto" }, { label: '车牌号', prop: 'plate', width: "auto" }, { label: '事故描述', prop: 'description', width: "auto" }, { label: '核损金额(元)', prop: 'total_fee', width: "auto" }, { label: '人工费(元)', prop: 'labor_fee', width: "auto" }, { label: '材料费(元)', prop: 'material_fee', width: "auto" }, { label: '维修项目', prop: 'repair_detail', width: "auto" }, { label: '材料', prop: 'material', width: "auto" } ]; //存量资产部门汇总表 export const riskReportExistAssetsDepartmentHeader = [ { prop: "departName", label: "业务团队", width: "auto" }, { prop: "businessSum", label: "放款总额", width: "auto", isMoney: true, }, { prop: "yearBusinessSum", label: "本年放款总额", width: "auto", isMoney: true, }, { prop: "normalBalance", label: "贷款余额", width: "auto", isMoney: true, }, { prop: "monthBusinessSum", label: "本月放款总额", width: "auto", isMoney: true, }, { prop: "monthActualPayAmt", label: "本月回收总额", width: "auto", isMoney: true, }, { prop: "overdueNum", label: "逾期笔数", width: "auto" }, { prop: "overdueBalance", label: "逾期金额", width: "auto", isMoney: true, }, { prop: "overNormalBalancePercent", label: "逾期金额余额占比", width: "auto" }, { prop: "overSumPercent", label: "逾期金额总额占比", width: "auto" }, { prop: "monthOverActualPayNum", label: "本月逾期回款笔数", width: "auto" }, { prop: "monthOverActualPayAmt", label: "本月逾期回款金额", width: "auto", isMoney: true, }, ] //存量资产产品汇总表 export const riskReportExistAssetsProductHeader = [ { prop: "fundUnitInfo", label: "放款主体", width: "auto" }, { prop: "prodName", label: "产品名称", width: "auto" }, { prop: "businessSum", label: "放款总额", width: "auto", isMoney: true, }, { prop: "yearBusinessSum", label: "本年放款总额", width: "auto", isMoney: true, }, { prop: "normalBalance", label: "贷款余额", width: "auto", isMoney: true, }, { prop: "monthBusinessSum", label: "本月放款总额", width: "auto", isMoney: true, }, { prop: "monthActualPayAmt", label: "本月回收总额", width: "auto", isMoney: true, }, { prop: "overdueNum", label: "逾期笔数", width: "auto" }, { prop: "overdueBalance", label: "逾期金额", width: "auto", isMoney: true, }, { prop: "overNormalBalancePercent", label: "逾期金额余额占比", width: "auto", }, { prop: "overSumPercent", label: "逾期金额总额占比", width: "auto" }, ] //资产明细查询 export const riskReportAssetDetailListHeader = [ { prop: "fundUnitInfo", label: "放款主体", width: "auto" }, { prop: "prodName", label: "产品名称", width: "auto" }, { label: '客户名称', prop: 'customerName', width: "auto", }, { prop: "applyserialno", label: "申请单号", width: "auto", }, { label: "项目编号", prop: "projNo", width: "auto" }, { prop: "businessSum", label: "放款总额", width: "auto", isMoney: true, }, { prop: 'putOutDate', label: '放款日期', width: 'auto', }, { label: '贷款到期日', prop: 'maturityDate', width: 'auto', }, { prop: "businessRate", label: "贷款利率", isRate: true, width: "auto" }, { prop: "paymentName", label: "还款方式", width: "auto" }, { prop: "normalBalance", label: "贷款余额", isMoney: true, width: "auto" }, { prop: 'loanStatusName', label: '贷款状态', width: 'auto', }, { prop: "overDueDays", label: "逾期天数", width: "auto" }, { prop: "namCustMgr", label: "客户经理", width: "auto" }, { prop: "bussDept", label: "业务部门", width: "auto" }, ] //团队逾期汇总(金额) export const riskReportDepartmentOverdueAmtHeader = [ { prop: "businessTeam", label: "业务团队", width: "auto" }, { prop: "total", label: "逾期总数", width: "auto", isMoney: true, }, { prop: "overdueOneMonth", label: "逾期1个月", width: "auto", isMoney: true, }, { prop: "overdueOneTwoMonth", label: "逾期1-2个月", width: "auto", isMoney: true, }, { prop: "overdueTwoThreeMonth", label: "逾期2-3个月", width: "auto", isMoney: true, }, { prop: "overdueThreeSixMonth", label: "逾期3-6个月", width: "auto", isMoney: true, }, { prop: "outsourced", label: "其中已委外", width: "auto", isMoney: true, }, { prop: "meetingPassed", label: "其中已过会暂不委外", width: "auto", isMoney: true, }, { prop: "unMeeting", label: "其中未过会也未委外", width: "auto", isMoney: true, }, { prop: "retiredCase", label: "其中已退案", width: "auto", isMoney: true, }, { prop: "sued", label: "其中已诉讼", width: "auto", isMoney: true, }, { prop: "moreThenSixMonths", label: "逾期6个月以上", width: "auto", isMoney: true, }, { prop: "outsourcedSixMonths", label: "其中已委外", width: "auto", isMoney: true, }, { prop: "meetingPassedSixMonths", label: "其中已过会暂不委外", width: "auto", isMoney: true, }, { prop: "unMeetingSixMonths", label: "其中未过会也未委外", width: "auto", isMoney: true, }, { prop: "retiredCaseSixMonths", label: "其中已退案", width: "auto", isMoney: true, }, { prop: "suedSixMonths", label: "其中已诉讼", width: "auto", isMoney: true, }, ] //团队逾期汇总(笔数) export const riskReportDepartmentOverdueNumHeader = [ { prop: "businessTeam", label: "业务团队", width: "auto" }, { prop: "total", label: "逾期总数", width: "auto", }, { prop: "overdueOneMonth", label: "逾期1个月", width: "auto", }, { prop: "overdueOneTwoMonth", label: "逾期1-2个月", width: "auto", }, { prop: "overdueTwoThreeMonth", label: "逾期2-3个月", width: "auto", }, { prop: "overdueThreeSixMonth", label: "逾期3-6个月", width: "auto", }, { prop: "outsourced", label: "其中已委外", width: "auto", }, { prop: "meetingPassed", label: "其中已过会暂不委外", width: "auto", }, { prop: "unMeeting", label: "其中未过会也未委外", width: "auto", }, { prop: "retiredCase", label: "其中已退案", width: "auto", }, { prop: "sued", label: "其中已诉讼", width: "auto", }, { prop: "moreThenSixMonths", label: "逾期6个月以上", width: "auto", }, { prop: "outsourcedSixMonths", label: "其中已委外", width: "auto", }, { prop: "meetingPassedSixMonths", label: "其中已过会暂不委外", width: "auto", }, { prop: "unMeetingSixMonths", label: "其中未过会也未委外", width: "auto", }, { prop: "retiredCaseSixMonths", label: "其中已退案", width: "auto", }, { prop: "suedSixMonths", label: "其中已诉讼", width: "auto", }, ] //团队逾期回款汇总(金额) export const riskReportDepartmentOverdueReturnAmtHeader = [ { prop: "businessTeam", label: "业务团队", width: "auto" }, { prop: "total", label: "本月逾期回款", width: "auto", isMoney: true, }, { prop: "overdueOneMonth", label: "逾期1个月", width: "auto", isMoney: true, }, { prop: "overdueOneTwoMonth", label: "逾期1-2个月", width: "auto", isMoney: true, }, { prop: "overdueTwoThreeMonth", label: "逾期2-3个月", width: "auto", isMoney: true, }, { prop: "overdueThreeSixMonth", label: "逾期3-6个月", width: "auto", isMoney: true, }, { prop: "outsourced", label: "其中已委外", width: "auto", isMoney: true, }, { prop: "meetingPassed", label: "其中已过会暂不委外", width: "auto", isMoney: true, }, { prop: "unMeeting", label: "其中未过会也未委外", width: "auto", isMoney: true, }, { prop: "retiredCase", label: "其中已退案", width: "auto", isMoney: true, }, { prop: "sued", label: "其中已诉讼", width: "auto", isMoney: true, }, { prop: "moreThenSixMonths", label: "逾期6个月以上", width: "auto", isMoney: true, }, { prop: "outsourcedSixMonths", label: "其中已委外", width: "auto", isMoney: true, }, { prop: "meetingPassedSixMonths", label: "其中已过会暂不委外", width: "auto", isMoney: true, }, { prop: "unMeetingSixMonths", label: "其中未过会也未委外", width: "auto", isMoney: true, }, { prop: "retiredCaseSixMonths", label: "其中已退案", width: "auto", isMoney: true, }, { prop: "suedSixMonths", label: "其中已诉讼", width: "auto", isMoney: true, }, ] //团队逾期回款汇总(笔数) export const riskReportDepartmentOverdueReturnNumHeader = [ { prop: "businessTeam", label: "业务团队", width: "auto" }, { prop: "total", label: "本月逾期回款", width: "auto", }, { prop: "overdueOneMonth", label: "逾期1个月", width: "auto", }, { prop: "overdueOneTwoMonth", label: "逾期1-2个月", width: "auto", }, { prop: "overdueTwoThreeMonth", label: "逾期2-3个月", width: "auto", }, { prop: "overdueThreeSixMonth", label: "逾期3-6个月", width: "auto", }, { prop: "outsourced", label: "其中已委外", width: "auto", }, { prop: "meetingPassed", label: "其中已过会暂不委外", width: "auto", }, { prop: "unMeeting", label: "其中未过会也未委外", width: "auto", }, { prop: "retiredCase", label: "其中已退案", width: "auto", }, { prop: "sued", label: "其中已诉讼", width: "auto", }, { prop: "moreThenSixMonths", label: "逾期6个月以上", width: "auto", }, { prop: "outsourcedSixMonths", label: "其中已委外", width: "auto", }, { prop: "meetingPassedSixMonths", label: "其中已过会暂不委外", width: "auto", }, { prop: "unMeetingSixMonths", label: "其中未过会也未委外", width: "auto", }, { prop: "retiredCaseSixMonths", label: "其中已退案", width: "auto", }, { prop: "suedSixMonths", label: "其中已诉讼", width: "auto", }, ] //客户经理逾期汇总(笔数) export const riskReportCustManagerOverdueNumHeader = [ { prop: "managerName", label: "客户经理", width: "auto" }, { prop: "businessTeam", label: "业务团队", width: "auto" }, { prop: "productName", label: "产品名称", width: "auto" }, { prop: "total", label: "逾期总数", width: "auto", }, { prop: "overdueOneMonth", label: "逾期1个月", width: "auto", }, { prop: "overdueOneTwoMonth", label: "逾期1-2个月", width: "auto", }, { prop: "overdueTwoThreeMonth", label: "逾期2-3个月", width: "auto", }, { prop: "overdueThreeSixMonth", label: "逾期3-6个月", width: "auto", }, { prop: "outsourced", label: "其中已委外", width: "auto", }, { prop: "meetingPassed", label: "其中已过会暂不委外", width: "auto", }, { prop: "unMeeting", label: "其中未过会也未委外", width: "auto", }, { prop: "retiredCase", label: "其中已退案", width: "auto", }, { prop: "sued", label: "其中已诉讼", width: "auto", }, { prop: "moreThenSixMonths", label: "逾期6个月以上", width: "auto", }, { prop: "outsourcedSixMonths", label: "其中已委外", width: "auto", }, { prop: "meetingPassedSixMonths", label: "其中已过会暂不委外", width: "auto", }, { prop: "unMeetingSixMonths", label: "其中未过会也未委外", width: "auto", }, { prop: "retiredCaseSixMonths", label: "其中已退案", width: "auto", }, { prop: "suedSixMonths", label: "其中已诉讼", width: "auto", }, { prop: "suedResultSixMonths", label: "其中诉讼已出判决结果", width: "auto", }, ] //客户经理逾期汇总(金额) export const riskReportCustManagerOverdueAmtHeader = [ { prop: "managerName", label: "客户经理", width: "auto" }, { prop: "businessTeam", label: "业务团队", width: "auto" }, { prop: "productName", label: "产品名称", width: "auto" }, { prop: "total", label: "逾期总数", width: "auto", isMoney: true, }, { prop: "overdueOneMonth", label: "逾期1个月", width: "auto", isMoney: true, }, { prop: "overdueOneTwoMonth", label: "逾期1-2个月", width: "auto", isMoney: true, }, { prop: "overdueTwoThreeMonth", label: "逾期2-3个月", width: "auto", isMoney: true, }, { prop: "overdueThreeSixMonth", label: "逾期3-6个月", width: "auto", isMoney: true, }, { prop: "outsourced", label: "其中已委外", width: "auto", isMoney: true, }, { prop: "meetingPassed", label: "其中已过会暂不委外", width: "auto", isMoney: true, }, { prop: "unMeeting", label: "其中未过会也未委外", width: "auto", isMoney: true, }, { prop: "retiredCase", label: "其中已退案", width: "auto", isMoney: true, }, { prop: "sued", label: "其中已诉讼", width: "auto", isMoney: true, }, { prop: "moreThenSixMonths", label: "逾期6个月以上", width: "auto", isMoney: true, }, { prop: "outsourcedSixMonths", label: "其中已委外", width: "auto", isMoney: true, }, { prop: "meetingPassedSixMonths", label: "其中已过会暂不委外", width: "auto", isMoney: true, }, { prop: "unMeetingSixMonths", label: "其中未过会也未委外", width: "auto", isMoney: true, }, { prop: "retiredCaseSixMonths", label: "其中已退案", width: "auto", isMoney: true, }, { prop: "suedSixMonths", label: "其中已诉讼", width: "auto", isMoney: true, }, { prop: "suedResultSixMonths", label: "其中诉讼已出判决结果", width: "auto", isMoney: true, }, ] //存量资产逾期明细 export const riskReportOverdueAssetDetailsHeader = [ { prop: "applySerialNo", label: "申请单号", width: "auto" }, { prop: "loanMain", label: "放款主体", width: "auto" }, { prop: "productName", label: "产品名称", width: "auto" }, { prop: "customerName", label: "客户名称", width: "auto" }, { prop: "specificSerialNo", label: "项目编号", width: "auto" }, { prop: "businessSum", label: "借款金额", width: "auto", isMoney: true, }, { prop: "rate", label: "年化利率", isRate: true, width: "auto" }, { prop: "putoutDate", label: "放款日期", width: "auto" }, { prop: "maturityDate", label: "贷款到期日", width: "auto" }, { prop: "maxOverdueDays", label: "历史最大逾期天数", width: "auto" }, { prop: "classifyOverdue", label: "逾期分类", width: "auto" }, { prop: "overdueDays", label: "当前逾期天数", width: "auto" }, { prop: "overduePrincipal", label: "当前逾期本金", width: "auto" }, { prop: "overdueAllFee", label: "当前逾期息费", width: "auto" }, { prop: "monthActualPayAmt", label: "本月回款总额", width: "auto" }, { prop: "showPhaseName", label: "当前委外状态", width: "auto" }, { prop: "phaseName", label: "当前诉讼状态", width: "auto" }, ] //供应链管理 export const supplyChainManagementTableHeader = [ { prop: "customerName", label: "主授信人名称", width: "auto", fixed: true, type: "link" // link, button, buttons }, { prop: "productName", label: "产品名称", width: "auto" }, { prop: 'businesssum', label: '借款总额', width: 'auto', isMoney: true, }, { prop: 'payallsum', label: '已还总金额', width: 'auto', isMoney: true, }, { prop: 'principalbalance', label: '剩余本金', width: 'auto', isMoney: true, }, { prop: "namCustMgr", label: "客户经理", width: "auto" }, { prop: "lastAction", label: "操作", width: "auto", type: "buttons", fixed: "right" } ]