From ee2f4cd4d4a7863ca59dbdb06538634eb9d1a186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=8E=E9=B1=BC=E8=A5=BF?= Date: Wed, 28 Jul 2021 02:00:36 +0000 Subject: [PATCH] =?UTF-8?q?update=20jshERP-web/src/views/financial/modules?= =?UTF-8?q?/MoneyOutModal.vue.=20=E4=BF=AE=E5=A4=8D=E5=BD=95=E5=85=A5?= =?UTF-8?q?=E4=BB=98=E6=AC=BE=E5=8D=95=E9=87=91=E9=A2=9D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/financial/modules/MoneyOutModal.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/jshERP-web/src/views/financial/modules/MoneyOutModal.vue b/jshERP-web/src/views/financial/modules/MoneyOutModal.vue index 9996cd78..00230c25 100644 --- a/jshERP-web/src/views/financial/modules/MoneyOutModal.vue +++ b/jshERP-web/src/views/financial/modules/MoneyOutModal.vue @@ -231,6 +231,7 @@ totalPrice += item.eachAmount-0 } billMain.totalPrice = 0-totalPrice + billMain.changeAmount = 0-billMain.changeAmount if(this.fileList && this.fileList.length > 0) { billMain.fileName = this.fileList }