|
|
@ -370,6 +370,7 @@ export default { |
|
|
|
mainVehicleAmount: '', |
|
|
|
monthlyRepay: '', |
|
|
|
nominalPrice: '', |
|
|
|
offsetAccessories: '', |
|
|
|
offsetPremium: '', |
|
|
|
offsetPurchasetax: '', |
|
|
|
offsetTotal: '', |
|
|
@ -517,6 +518,7 @@ export default { |
|
|
|
this.finance.mainVehicleAmount = '' |
|
|
|
this.finance.monthlyRepay = '' |
|
|
|
this.finance.nominalPrice = '' |
|
|
|
this.finance.offsetAccessories = '' |
|
|
|
this.finance.offsetPremium = '' |
|
|
|
this.finance.offsetPurchasetax = '' |
|
|
|
this.finance.offsetTotal = '' |
|
|
@ -897,6 +899,7 @@ export default { |
|
|
|
this.finance.downPayAmounts = resp.data.downPayAmounts |
|
|
|
this.finance.proxyTotal = resp.data.proxyTotal |
|
|
|
this.finance.receivableTotal = resp.data.receivableTotal |
|
|
|
this.finance.offsetAccessories = resp.data.offsetAccessories |
|
|
|
this.finance.offsetTotal = resp.data.offsetTotal |
|
|
|
this.finance.realTotal = resp.data.realTotal |
|
|
|
this.finance.vehTotalPrice = resp.data.vehTotalPrice |
|
|
@ -951,6 +954,7 @@ export default { |
|
|
|
mainVehicleAmount: '', |
|
|
|
monthlyRepay: '', |
|
|
|
nominalPrice: '', |
|
|
|
offsetAccessories: '', |
|
|
|
offsetPremium: '', |
|
|
|
offsetPurchasetax: '', |
|
|
|
offsetTotal: '', |
|
|
|