diff --git a/anrui-riskcenter-ui/src/views/homevisitpreparation/homevisitpreparationAdd.vue b/anrui-riskcenter-ui/src/views/homevisitpreparation/homevisitpreparationAdd.vue index abaa71cd71..d3cbd28802 100644 --- a/anrui-riskcenter-ui/src/views/homevisitpreparation/homevisitpreparationAdd.vue +++ b/anrui-riskcenter-ui/src/views/homevisitpreparation/homevisitpreparationAdd.vue @@ -13,7 +13,7 @@
*生成合同设置
- + 一车一合同 一贷款人一合同 @@ -283,7 +283,6 @@ export default { viewTitle: '', submitdisabled: false, contractDisabled: false, - contractKey: '', tableKey: 0, index: 0, career_list: [], @@ -303,6 +302,7 @@ export default { bankNumber: '', children: '', childrenKey: '', + conSetUpKey: '', emergencyContactMobile: '', emergencyContactName: '', emergencyContactType: '', @@ -387,7 +387,7 @@ export default { this.contractDisabled = false } else { this.contractDisabled = true - this.contractKey = res.data + this.formobj.conSetUpKey = res.data } } }) @@ -461,7 +461,7 @@ export default { } }, saveOrUpdate() { - if (this.contractKey === '') { + if (this.formobj.conSetUpKey === '') { this.$message({ showClose: true, type: 'error', message: '生成合同设置不能为空' }) return } @@ -494,7 +494,7 @@ export default { spinner: 'el-icon-loading', background: 'rgba(0, 0, 0, 0.7)' }) - req.saveLoanCon({ sid: this.formobj.sid, conSetUpKey: this.contractKey }).then((res) => { + req.saveLoanCon({ sid: this.formobj.sid, conSetUpKey: this.formobj.conSetUpKey }).then((res) => { if (res.success) { loading.close() this.$message({ showClose: true, type: 'success', message: '操作成功' }) @@ -525,6 +525,7 @@ export default { bankNumber: '', children: '', childrenKey: '', + conSetUpKey: '', emergencyContactMobile: '', emergencyContactName: '', emergencyContactType: '', @@ -553,7 +554,6 @@ export default { vehRegis: '' } this.submitdisabled = false - this.contractKey = '' this.contractDisabled = false this.$refs['form_obj'].resetFields() this.$emit('doback') diff --git a/anrui-riskcenter-ui/src/views/repaymentschedule/repaymentscheduleAdd.vue b/anrui-riskcenter-ui/src/views/repaymentschedule/repaymentscheduleAdd.vue index abf7b2f0da..62ce046af6 100644 --- a/anrui-riskcenter-ui/src/views/repaymentschedule/repaymentscheduleAdd.vue +++ b/anrui-riskcenter-ui/src/views/repaymentschedule/repaymentscheduleAdd.vue @@ -60,6 +60,15 @@
其它融({{ formobj.otherPolicyName }})
+ + +
资方合同号
+ + {{ formobj.otherBankNo }} + + +
+
贷款金额
@@ -127,6 +136,7 @@ export default { mainLastRepay: '', otherPolicyName: '', otherAmount: '', + otherBankNo: '', otherPeriod: '', otherRepayDate: '', otherFirstRepay: '', @@ -200,6 +210,7 @@ export default { otherPolicyName: '', otherAmount: '', otherPeriod: '', + otherBankNo: '', otherRepayDate: '', otherFirstRepay: '', otherMidRepay: '',