From 9811e173880d0d80a7c562723286c3efa399318a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Tue, 30 May 2023 21:31:27 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=A7=A3=E5=86=B3=E5=95=86=E5=93=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=97=B6=E5=80=99=E6=9D=A1=E7=A0=81=E8=A2=AB=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E7=9A=84bug=EF=BC=9B2.=E7=A7=BB=E9=99=A4=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/material/MaterialList.vue | 1 - jshERP-web/src/views/material/modules/MaterialModal.vue | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/jshERP-web/src/views/material/MaterialList.vue b/jshERP-web/src/views/material/MaterialList.vue index 64116440..14a979d6 100644 --- a/jshERP-web/src/views/material/MaterialList.vue +++ b/jshERP-web/src/views/material/MaterialList.vue @@ -398,7 +398,6 @@ } }, handleImportXls() { - this.$message.warning('最近增加了多属性、仓位货架、制造商、自定义列,请下载最新的模板!'); let importExcelUrl = this.url.importExcelUrl let templateUrl = '/doc/goods_template.xls' let templateName = '商品Excel模板[下载]' diff --git a/jshERP-web/src/views/material/modules/MaterialModal.vue b/jshERP-web/src/views/material/modules/MaterialModal.vue index 523fb772..34f7afb6 100644 --- a/jshERP-web/src/views/material/modules/MaterialModal.vue +++ b/jshERP-web/src/views/material/modules/MaterialModal.vue @@ -457,6 +457,7 @@ this.manySkuStatus = false this.maxBarCodeInfo = '' this.visible = true + this.meDeleteIdList = [] this.modalStyle = 'top:20px;height: 95%;' if(JSON.stringify(record) === '{}') { this.fileList = []