From 652055c3d36f579d574f5b9b0ab6b1fe4dd7b982 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Tue, 19 Nov 2024 11:15:18 +0800 Subject: [PATCH] =?UTF-8?q?task#16101=EF=BC=8C=E5=B7=A5=E5=8D=95=E8=AE=B0?= =?UTF-8?q?=E8=B4=A6=EF=BC=8C=E5=B0=8F=E8=BD=AE=E4=B8=AA=E6=95=B0=E5=92=8C?= =?UTF-8?q?=E8=B4=B9=E7=94=A8=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workOrder/accounting.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/workOrder/accounting.vue b/src/views/workOrder/accounting.vue index df93a885..17f1c4f9 100644 --- a/src/views/workOrder/accounting.vue +++ b/src/views/workOrder/accounting.vue @@ -101,7 +101,7 @@
小轮个数:
-
+
小轮费:
@@ -529,6 +529,9 @@ export default { this.form.supplierBasePrice = data.data.basePrice this.form.supplierExtraPrice = data.data.extraPrice this.form.supplierSettleAmount = data.data.totalPrice + if (data.supplierTyreAmount){ + this.form.supplierTyreAmount=data.supplierTyreAmount + } } // } /*if(this.form.cutInsuranceAmount == 1 && this.form.policyState === 0){