From 0acc1f9cf48eceb656e9535d2552c64284a22c4f Mon Sep 17 00:00:00 2001 From: beyond <931414026@qq.com> Date: Sun, 29 Dec 2019 18:22:34 +0800 Subject: [PATCH] beyond 12.29 --- src/lang/en.js | 8 +- src/lang/zh.js | 13 +- src/views/InstallmentList/index.vue | 15 + src/views/Verification/AddVerification.vue | 313 ++++----------- src/views/Verification/VerificationList.vue | 177 ++++++--- .../Verification/components/DetailList.vue | 92 ++--- .../Verification/components/MyDialog.vue | 206 +++------- .../Verification/components/MyInstallment.vue | 62 ++- .../components/MyInstallment2.vue | 368 ++++++++++++++++++ 9 files changed, 700 insertions(+), 554 deletions(-) create mode 100644 src/views/Verification/components/MyInstallment2.vue diff --git a/src/lang/en.js b/src/lang/en.js index 1152551d..98794c4a 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -2341,7 +2341,6 @@ export default { customerPhone: 'contact no.', address: 'address', installmentMoney: 'loan principal', - totalMoney: 'loan amount', leftMoney: 'principal balance', paidCount: 'paid terms', count: 'terms', @@ -2355,14 +2354,17 @@ export default { status: 'payment status', productCode: 'product Id', productName: 'product name', - leftAllmoney: 'balance', pay: 'paid', unpay: 'unpaid', Overdueamount: 'delay amount', Overduefrequency: 'delay times', collectperson: 'collector', collectstatus: 'collection status', - actualDate: 'collection date' + actualDate: 'collection date', + leftAllmoney: 'uppaidMoney', + totalMoney: 'totalMoney', + paidMoney: 'paidMoney', + cancelMoney: 'cancelMoney' }, ChangeCount: { title: 'subject', diff --git a/src/lang/zh.js b/src/lang/zh.js index c4820394..f0267469 100644 --- a/src/lang/zh.js +++ b/src/lang/zh.js @@ -2347,7 +2347,6 @@ export default { customerPhone: '客户电话', address: '地址', installmentMoney: '分期本金', - totalMoney: '分期金额', leftMoney: '剩余本金', paidCount: '已还期数', count: '分期期数', @@ -2361,14 +2360,17 @@ export default { status: '还款状态', productCode: '商品编号', productName: '商品名称', - leftAllmoney: '剩余金额', pay: '已收金额', unpay: '未收金额', Overdueamount: '逾期金额', Overduefrequency: '逾期次数', collectperson: '收款人', collectstatus: '收款状态', - actualDate: '收款日期' + actualDate: '收款日期', + leftAllmoney: '未还金额', + totalMoney: '分期金额', + paidMoney: '已还金额', + cancelMoney: '核销金额' }, ChangeCount: { title: '改期主题', @@ -3847,6 +3849,9 @@ export default { }, Verification: { jbr: '经办人', - hxrq: '核销日期' + hxrq: '核销日期', + qqq: '应结算金额', + www: '已结算金额', + eee: '核销金额' } } diff --git a/src/views/InstallmentList/index.vue b/src/views/InstallmentList/index.vue index c1167127..24a14769 100644 --- a/src/views/InstallmentList/index.vue +++ b/src/views/InstallmentList/index.vue @@ -160,6 +160,21 @@ {{ scope.row.leftAllmoney }} + + + + + + + + +