|
|
@ -329,6 +329,7 @@ export default { |
|
|
|
mainVehicleAmount: '', |
|
|
|
monthlyRepay: '', |
|
|
|
nominalPrice: '', |
|
|
|
offsetAccessories: '', |
|
|
|
offsetPremium: '', |
|
|
|
offsetPurchasetax: '', |
|
|
|
offsetTotal: '', |
|
|
@ -451,6 +452,7 @@ export default { |
|
|
|
mainVehicleAmount: '', |
|
|
|
monthlyRepay: '', |
|
|
|
nominalPrice: '', |
|
|
|
offsetAccessories: '', |
|
|
|
offsetPremium: '', |
|
|
|
offsetPurchasetax: '', |
|
|
|
offsetTotal: '', |
|
|
@ -766,6 +768,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 |
|
|
@ -814,6 +817,7 @@ export default { |
|
|
|
mainVehicleAmount: '', |
|
|
|
monthlyRepay: '', |
|
|
|
nominalPrice: '', |
|
|
|
offsetAccessories: '', |
|
|
|
offsetPremium: '', |
|
|
|
offsetPurchasetax: '', |
|
|
|
offsetTotal: '', |
|
|
|