From 46c132f0da041d7c95352341ccdf4676510c7d03 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Fri, 10 Jan 2025 17:21:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A4=E5=88=86id=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../corporateLoans/apply/creditApplication/index.vue | 10 ++++++---- .../corporateLoans/apply/loanApplication/step1.vue | 2 +- src/pages/manage/list/corporateLoans/management.vue | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/pages/manage/list/corporateLoans/apply/creditApplication/index.vue b/src/pages/manage/list/corporateLoans/apply/creditApplication/index.vue index 7cd3d01..81d0ea7 100644 --- a/src/pages/manage/list/corporateLoans/apply/creditApplication/index.vue +++ b/src/pages/manage/list/corporateLoans/apply/creditApplication/index.vue @@ -408,12 +408,14 @@ export default { const preId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',766,768' const rule = [] form.cooperationPeriod && rule.push({ answerId: 875, emptyOne: 149, emptyTwo: form.cooperationPeriod, operationIds: preId + ',875', type: 3 }) - form.matureRepayment && rule.push({ answerId: 907, emptyOne: '', emptyTwo: '', operationIds: preId + ',798,907', type: '' }) + form.matureRepayment && rule.push({ answerId: 907, emptyOne: 147, emptyTwo: 269, operationIds: preId + ',798,907', type: 1 }) + form.otherRepaymentsCheck && rule.push({ answerId: 907, emptyOne: 147, emptyTwo: 270, operationIds: preId + ',798,907', type: 1 }) form.otherRepayments && rule.push({ answerId: 894, emptyOne: 153, emptyTwo: form.otherRepayments, operationIds: preId + ',798,894', type: 3 }) - form.paymentForMaterials && rule.push({ answerId: 908, emptyOne: '', emptyTwo: '', operationIds: preId + ',833,908', type: '' }) - form.payLaborCosts && rule.push({ answerId: 909, emptyOne: '', emptyTwo: '', operationIds: preId + ',833,909', type: '' }) - form.payExpenses && rule.push({ answerId: 910, emptyOne: '', emptyTwo: '', operationIds: preId + ',833,910', type: '' }) + form.paymentForMaterials && rule.push({ answerId: 908, emptyOne: 148, emptyTwo: 271, operationIds: preId + ',833,908', type: 1 }) + form.payLaborCosts && rule.push({ answerId: 908, emptyOne: 148, emptyTwo: 272, operationIds: preId + ',833,908', type: 1 }) + form.payExpenses && rule.push({ answerId: 908, emptyOne: 148, emptyTwo: 273, operationIds: preId + ',833,908', type: 1 }) + form.otherUseCheck && rule.push({ answerId: 908, emptyOne: 148, emptyTwo: 274, operationIds: preId + ',833,908', type: 1 }) form.otherUses && rule.push({ answerId: 895, emptyOne: 153, emptyTwo: form.otherUses, operationIds: preId + ',833,895', type: 3 }) form.specialInstructions && rule.push({ answerId: 802, emptyOne: 125, emptyTwo: form.specialInstructions, operationIds: preId + ',802', type: 3 }) diff --git a/src/pages/manage/list/corporateLoans/apply/loanApplication/step1.vue b/src/pages/manage/list/corporateLoans/apply/loanApplication/step1.vue index 90064e3..50cb132 100644 --- a/src/pages/manage/list/corporateLoans/apply/loanApplication/step1.vue +++ b/src/pages/manage/list/corporateLoans/apply/loanApplication/step1.vue @@ -182,7 +182,7 @@ export default { form.companyRegisteredAddress && rule.push({ answerId: 883, emptyOne: 153, emptyTwo: form.companyRegisteredAddress, operationIds: preId + ',883', type: 3 }) form.corporateName && rule.push({ answerId: 884, emptyOne: 153, emptyTwo: form.corporateName, operationIds: preId + ',884', type: 3 }) form.corporateIdNumber && rule.push({ answerId: 885, emptyOne: 153, emptyTwo: form.corporateIdNumber, operationIds: preId + ',885', type: 3 }) - form.creditRating && rule.push({ answerId: 896, emptyOne: '', emptyTwo: '', operationIds: preId + ',896', type: '' }) + form.creditRating && rule.push({ answerId: 896, emptyOne: 155, emptyTwo: form.creditRating, operationIds: preId + ',896', type: 3 }) form.creditAmount && rule.push({ answerId: 897, emptyOne: '', emptyTwo: '', operationIds: preId + ',897', type: '' }) await addOperation({ parentId: preId, diff --git a/src/pages/manage/list/corporateLoans/management.vue b/src/pages/manage/list/corporateLoans/management.vue index 5b0426c..94c3a9d 100644 --- a/src/pages/manage/list/corporateLoans/management.vue +++ b/src/pages/manage/list/corporateLoans/management.vue @@ -22,7 +22,7 @@ - +