From cce7b34fe0e886bd01d5518349977ec09f5171c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E8=AF=9D?= <752718920@qq.com> Date: Sat, 30 Apr 2022 17:26:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=85=B6=E5=AE=83=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E7=9A=84=E9=87=91=E9=A2=9D=E8=B5=8B=E5=80=BC=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/bill/modules/OtherInModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jshERP-web/src/views/bill/modules/OtherInModal.vue b/jshERP-web/src/views/bill/modules/OtherInModal.vue index 0bb1fa37..18a768a4 100644 --- a/jshERP-web/src/views/bill/modules/OtherInModal.vue +++ b/jshERP-web/src/views/bill/modules/OtherInModal.vue @@ -248,7 +248,7 @@ for(let item of detailArr){ totalPrice += item.allPrice-0 } - billMain.totalPrice = totalPrice + billMain.totalPrice = 0-totalPrice if(this.fileList && this.fileList.length > 0) { billMain.fileName = this.fileList } else {