|
|
@ -83,7 +83,7 @@ |
|
|
|
<el-col :span="6"> |
|
|
|
<div class="span-sty">贷款保证金</div> |
|
|
|
<el-form-item> |
|
|
|
<el-input class="addinputw" v-model="finance.bondAmount" placeholder="" @input="bondAmountInput" clearable @keyup.native="finance.bondAmount = oninput(finance.bondAmount, 0)"/> |
|
|
|
<el-input class="addinputw" :disabled="finance.bondTypeKey == '01'" v-model="finance.bondAmount" placeholder="" @input="bondAmountInput" clearable @keyup.native="finance.bondAmount = oninput(finance.bondAmount, 0)"/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="6"> |
|
|
@ -299,9 +299,11 @@ export default { |
|
|
|
finance: { |
|
|
|
accessoriesAmount: '', |
|
|
|
accessoriesAmountCb: false, |
|
|
|
actualDiscount: '', |
|
|
|
bondAmount: '', |
|
|
|
bondAmounts: '', |
|
|
|
bondRatio: '', |
|
|
|
bondTypeKey: '', |
|
|
|
dealWay: '', |
|
|
|
dealWayKey: '', |
|
|
|
depositPremium: '', |
|
|
@ -331,6 +333,7 @@ export default { |
|
|
|
offsetPurchasetax: '', |
|
|
|
offsetTotal: '', |
|
|
|
operationAmount: '', |
|
|
|
otherActualDiscount: '', |
|
|
|
otherAmount: '', |
|
|
|
otherAmountRemark: '', |
|
|
|
otherDiscount: '', |
|
|
@ -418,9 +421,11 @@ export default { |
|
|
|
this.finance = { |
|
|
|
accessoriesAmount: '', |
|
|
|
accessoriesAmountCb: false, |
|
|
|
actualDiscount: '', |
|
|
|
bondAmount: '', |
|
|
|
bondAmounts: '', |
|
|
|
bondRatio: '', |
|
|
|
bondTypeKey: '', |
|
|
|
dealWay: '', |
|
|
|
dealWayKey: '', |
|
|
|
depositPremium: '', |
|
|
@ -450,6 +455,7 @@ export default { |
|
|
|
offsetPurchasetax: '', |
|
|
|
offsetTotal: '', |
|
|
|
operationAmount: '', |
|
|
|
otherActualDiscount: '', |
|
|
|
otherAmount: '', |
|
|
|
otherAmountRemark: '', |
|
|
|
otherDiscount: '', |
|
|
@ -517,6 +523,8 @@ export default { |
|
|
|
this.finance.serviceChargeTypeKey = choose[0].serviceChargeTypeKey |
|
|
|
// 从金融产品政策中-- 获取服务费 |
|
|
|
this.finance.serviceChargeTypeValue = choose[0].serviceChargeTypeValue |
|
|
|
// 从金融产品政策中 -- 保证金类型(01 固定 贷款保证金不能修改 02 敞口 贷款保证金可修改) |
|
|
|
this.finance.bondTypeKey = choose[0].bondTypeKey |
|
|
|
// 贴息用途赋值 |
|
|
|
this.finance.factoryDiscountUse = '抵利息' |
|
|
|
this.finance.factoryDiscountUseKey = '02' |
|
|
@ -761,6 +769,8 @@ export default { |
|
|
|
this.finance.offsetTotal = resp.data.offsetTotal |
|
|
|
this.finance.realTotal = resp.data.realTotal |
|
|
|
this.finance.vehTotalPrice = resp.data.vehTotalPrice |
|
|
|
this.finance.actualDiscount = resp.data.actualDiscount |
|
|
|
this.finance.otherActualDiscount = resp.data.otherActualDiscount |
|
|
|
this.$emit('backData', this.finance) |
|
|
|
this.handleColse() |
|
|
|
} else { |
|
|
@ -774,9 +784,11 @@ export default { |
|
|
|
this.finance = { |
|
|
|
accessoriesAmount: '', |
|
|
|
accessoriesAmountCb: false, |
|
|
|
actualDiscount: '', |
|
|
|
bondAmount: '', |
|
|
|
bondAmounts: '', |
|
|
|
bondRatio: '', |
|
|
|
bondTypeKey: '', |
|
|
|
dealWay: '', |
|
|
|
dealWayKey: '', |
|
|
|
depositPremium: '', |
|
|
@ -806,6 +818,7 @@ export default { |
|
|
|
offsetPurchasetax: '', |
|
|
|
offsetTotal: '', |
|
|
|
operationAmount: '', |
|
|
|
otherActualDiscount: '', |
|
|
|
otherAmount: '', |
|
|
|
otherAmountRemark: '', |
|
|
|
otherDiscount: '', |
|
|
|