From 0c1316013bf34227a699de1f90bbee0b8b16439a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Wed, 15 Dec 2021 23:41:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E9=9B=B6=E5=94=AE=E5=87=BA?= =?UTF-8?q?=E5=BA=93=E6=96=B0=E6=89=8B=E6=8F=90=E7=A4=BA=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/bill/modules/RetailOutModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jshERP-web/src/views/bill/modules/RetailOutModal.vue b/jshERP-web/src/views/bill/modules/RetailOutModal.vue index 17cd24cf..4541a096 100644 --- a/jshERP-web/src/views/bill/modules/RetailOutModal.vue +++ b/jshERP-web/src/views/bill/modules/RetailOutModal.vue @@ -284,7 +284,7 @@ this.addInit(this.prefixNo) this.fileList = [] this.$nextTick(() => { - handleIntroJs('retailOut', 1) + handleIntroJs(this.prefixNo, 1) }) this.$nextTick(() => { this.form.setFieldsValue({'payType': '现付', 'getAmount':0, 'backAmount':0})