From 03b96c374b1e3ee594d1d2a679ae3a2b19da3f5e Mon Sep 17 00:00:00 2001 From: wangzimeng <3297159934@qq.com> Date: Thu, 17 Jul 2025 09:31:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=A5=A8=E4=B8=AD=E5=BF=83-=E5=90=88?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E7=A5=A8=E7=9A=84=E5=A4=9A=E6=9D=A1=E6=80=BB?= =?UTF-8?q?=E9=87=91=E9=A2=9D=E8=AE=A1=E7=AE=97=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=8F=91=E7=A5=A8=EF=BC=9A=E5=8F=91=E7=A5=A8=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E7=9A=84=E5=B8=83=E5=B1=80=E8=B0=83=E6=95=B4=E4=B8=8B=E5=88=92?= =?UTF-8?q?=E7=BA=BF=E9=97=B4=E8=B7=9D=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packageB/invoice/addHead.vue | 19 ++++++++++--------- packageB/invoice/addInvoice.vue | 30 ++++++++++++++++++------------ packageB/invoice/invoiceCenter.vue | 2 +- 3 files changed, 29 insertions(+), 22 deletions(-) diff --git a/packageB/invoice/addHead.vue b/packageB/invoice/addHead.vue index 779d263..7ff419a 100644 --- a/packageB/invoice/addHead.vue +++ b/packageB/invoice/addHead.vue @@ -29,7 +29,7 @@ - + @@ -49,7 +49,7 @@ - + @@ -75,41 +75,41 @@ - + - + - + - + - + - + @@ -124,7 +124,8 @@ - + + diff --git a/packageB/invoice/addInvoice.vue b/packageB/invoice/addInvoice.vue index c1bba4e..756d0c7 100644 --- a/packageB/invoice/addInvoice.vue +++ b/packageB/invoice/addInvoice.vue @@ -49,12 +49,12 @@ - + - + - @@ -69,7 +69,7 @@ - + @@ -95,7 +95,7 @@ - + @@ -112,30 +112,35 @@ --> - + - + + - + + - + + - + + - + + @@ -148,7 +153,8 @@ - + + diff --git a/packageB/invoice/invoiceCenter.vue b/packageB/invoice/invoiceCenter.vue index eb9213a..26fbc83 100644 --- a/packageB/invoice/invoiceCenter.vue +++ b/packageB/invoice/invoiceCenter.vue @@ -401,7 +401,7 @@ if (this.num > 1) { list1.forEach(e => { // if(e.payprice) - this.totalPrice += e.payprice + this.totalPrice = this.totalPrice + Number(e.payprice) }) } else if (this.num > 1) { this.totalPrice = list1[0].payprice