Browse Source

完善风控管理--金融方案--其它融模块增加其它融贴息

master
yunuo970428 2 years ago
parent
commit
6ff876f6bf
  1. 5
      anrui-riskcenter-ui/src/components/publicPage/financialscheme.vue
  2. 1
      anrui-riskcenter-ui/src/views/workFlow/publicPage/financialscheme.vue

5
anrui-riskcenter-ui/src/components/publicPage/financialscheme.vue

@ -150,9 +150,9 @@
</el-row>
<el-row>
<el-col :span="24">
<div class="span-sty">其它融金额</div>
<div class="span-sty">其它融贴息</div>
<el-form-item>
<el-input class="addinputw" v-model="finance.otherDiscount" placeholder="" clearable @keyup.native="finance.otherDiscount = oninput(finance.otherDiscount, 0)"/>
<el-input class="addinputw" style="width: 20%" v-model="finance.otherDiscount" placeholder="" clearable @keyup.native="finance.otherDiscount = oninput(finance.otherDiscount, 0)"/>
</el-form-item>
</el-col>
</el-row>
@ -748,6 +748,7 @@ export default {
this.finance.loanInterest = resp.data.loanInterest
this.finance.otherPolicyMonthlyRepay = resp.data.otherPolicyMonthlyRepay
this.finance.otherPolicyInterest = resp.data.otherPolicyInterest
this.finance.otherPolicyYearRatio = resp.data.otherPolicyYearRatio
this.finance.loanDownPay = resp.data.loanDownPay
this.finance.downPayAmountsRatio = resp.data.downPayAmountsRatio
this.finance.loanAmountTotal = resp.data.loanAmountTotal

1
anrui-riskcenter-ui/src/views/workFlow/publicPage/financialscheme.vue

@ -749,6 +749,7 @@ export default {
this.finance.loanInterest = resp.data.loanInterest
this.finance.otherPolicyMonthlyRepay = resp.data.otherPolicyMonthlyRepay
this.finance.otherPolicyInterest = resp.data.otherPolicyInterest
this.finance.otherPolicyYearRatio = resp.data.otherPolicyYearRatio
this.finance.loanDownPay = resp.data.loanDownPay
this.finance.downPayAmountsRatio = resp.data.downPayAmountsRatio
this.finance.loanAmountTotal = resp.data.loanAmountTotal

Loading…
Cancel
Save