From a9bc364ddd248e7ebf91819fab23ff3393e28b77 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Tue, 16 Apr 2024 09:37:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=87=91=E8=9E=8D=E6=96=B9?= =?UTF-8?q?=E6=A1=88=E6=A0=87=E5=87=86=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/publicPage/financialscheme.vue | 4 ++++ .../src/components/publicPage/financialschemeEdit.vue | 8 ++++++++ .../src/components/publicPage/financialschemeInfo.vue | 7 +++++++ .../src/views/workflow/publicPage/financialscheme.vue | 4 ++++ .../src/views/workflow/publicPage/financialschemeEdit.vue | 7 +++++++ .../src/views/workflow/publicPage/financialschemeInfo.vue | 8 ++++++++ 6 files changed, 38 insertions(+) diff --git a/anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialscheme.vue b/anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialscheme.vue index d50015b8aa..4e784c2987 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialscheme.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialscheme.vue @@ -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: '', diff --git a/anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialschemeEdit.vue b/anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialschemeEdit.vue index 5160992fee..42344e9dab 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialschemeEdit.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialschemeEdit.vue @@ -254,6 +254,12 @@ {{ formobj.offsetPurchasetax }} + + +
配件抵顶
+ {{ formobj.offsetAccessories }} +
+
实收合计
@@ -362,6 +368,7 @@ export default { mainVehicleAmount: '', monthlyRepay: '', nominalPrice: '', + offsetAccessories: '', offsetPremium: '', offsetPurchasetax: '', offsetTotal: '', @@ -470,6 +477,7 @@ export default { mainVehicleAmount: '', monthlyRepay: '', nominalPrice: '', + offsetAccessories: '', offsetPremium: '', offsetPurchasetax: '', offsetTotal: '', diff --git a/anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialschemeInfo.vue b/anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialschemeInfo.vue index 5cc6bf5f08..37a3889b24 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialschemeInfo.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialschemeInfo.vue @@ -253,6 +253,12 @@ {{ formobj.offsetPurchasetax }}
+ + +
配件抵顶
+ {{ formobj.offsetAccessories }} +
+
实收合计
@@ -439,6 +445,7 @@ export default { mainVehicleAmount: '', monthlyRepay: '', nominalPrice: '', + offsetAccessories: '', offsetPremium: '', offsetPurchasetax: '', offsetTotal: '', diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/publicPage/financialscheme.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/publicPage/financialscheme.vue index 1a7767f752..0744cf41d8 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/publicPage/financialscheme.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/publicPage/financialscheme.vue @@ -369,6 +369,7 @@ export default { mainVehicleAmount: '', monthlyRepay: '', nominalPrice: '', + offsetAccessories: '', offsetPremium: '', offsetPurchasetax: '', offsetTotal: '', @@ -503,6 +504,7 @@ export default { mainVehicleAmount: '', monthlyRepay: '', nominalPrice: '', + offsetAccessories: '', offsetPremium: '', offsetPurchasetax: '', offsetTotal: '', @@ -824,6 +826,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 @@ -878,6 +881,7 @@ export default { mainVehicleAmount: '', monthlyRepay: '', nominalPrice: '', + offsetAccessories: '', offsetPremium: '', offsetPurchasetax: '', offsetTotal: '', diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/publicPage/financialschemeEdit.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/publicPage/financialschemeEdit.vue index 54976438c4..14ba5ec0cd 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/publicPage/financialschemeEdit.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/publicPage/financialschemeEdit.vue @@ -254,6 +254,12 @@ {{ formobj.offsetPurchasetax }}
+ + +
配件抵顶
+ {{ formobj.offsetAccessories }} +
+
实收合计
@@ -362,6 +368,7 @@ export default { mainVehicleAmount: '', monthlyRepay: '', nominalPrice: '', + offsetAccessories: '', offsetPremium: '', offsetPurchasetax: '', offsetTotal: '', diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/publicPage/financialschemeInfo.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/publicPage/financialschemeInfo.vue index 64e42c44c9..9df327e548 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/publicPage/financialschemeInfo.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/publicPage/financialschemeInfo.vue @@ -253,6 +253,12 @@ {{ formobj.offsetPurchasetax }}
+ + +
配件抵顶
+ {{ formobj.offsetAccessories }} +
+
实收合计
@@ -354,6 +360,7 @@ export default { mainVehicleAmount: '', monthlyRepay: '', nominalPrice: '', + offsetAccessories: '', offsetPremium: '', offsetPurchasetax: '', offsetTotal: '', @@ -436,6 +443,7 @@ export default { mainVehicleAmount: '', monthlyRepay: '', nominalPrice: '', + offsetAccessories: '', offsetPremium: '', offsetPurchasetax: '', offsetTotal: '',