|
|
@ -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 |
|
|
|