|
|
@ -149,6 +149,14 @@ |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="24"> |
|
|
|
<div class="span-sty">其它融贴息</div> |
|
|
|
<el-form-item> |
|
|
|
<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> |
|
|
|
</div> |
|
|
|
<div class="title">应收明细</div> |
|
|
|
<el-row> |
|
|
@ -357,6 +365,7 @@ export default { |
|
|
|
operationAmount: '', |
|
|
|
otherAmount: '', |
|
|
|
otherAmountRemark: '', |
|
|
|
otherDiscount: '', |
|
|
|
otherPolicyAmount: '', |
|
|
|
otherPolicyInterest: '', |
|
|
|
otherPolicyMonthlyRepay: '', |
|
|
@ -478,6 +487,7 @@ export default { |
|
|
|
operationAmount: '', |
|
|
|
otherAmount: '', |
|
|
|
otherAmountRemark: '', |
|
|
|
otherDiscount: '', |
|
|
|
otherPolicyAmount: '', |
|
|
|
otherPolicyInterest: '', |
|
|
|
otherPolicyMonthlyRepay: '', |
|
|
@ -771,6 +781,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 |
|
|
@ -830,6 +841,7 @@ export default { |
|
|
|
operationAmount: '', |
|
|
|
otherAmount: '', |
|
|
|
otherAmountRemark: '', |
|
|
|
otherDiscount: '', |
|
|
|
otherPolicyAmount: '', |
|
|
|
otherPolicyInterest: '', |
|
|
|
otherPolicyMonthlyRepay: '', |
|
|
|