Browse Source

完善生成还款计划

master
yunuo970428 2 years ago
parent
commit
90556d1561
  1. 11
      anrui-riskcenter-ui/src/views/repaymentschedule/repaymentscheduleAdd.vue

11
anrui-riskcenter-ui/src/views/repaymentschedule/repaymentscheduleAdd.vue

@ -60,6 +60,15 @@
</el-row>
<div v-if="formobj.isOtherPolicy == '1'">
<div class="title">其它融<span>({{ formobj.otherPolicyName }})</span></div>
<el-row>
<el-col :span="24">
<div class="span-sty">资方合同号</div>
<el-form-item>
<span v-if="formobj.sameBank == '1'" class="addinputInfo">{{ formobj.otherBankNo }}</span>
<el-input v-else class="addinputInfo" style="width: 30%" v-model="formobj.otherBankNo" clearable placeholder=""/>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="8">
<div class="span-sty">贷款金额</div>
@ -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: '',

Loading…
Cancel
Save