From e6b2b1ecf7ad432f7272f13446d3983b7e8edf3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Mon, 1 Nov 2021 00:45:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E4=BF=AE=E6=AD=A3=E5=BA=93=E5=AD=98?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AE=8C=E6=88=90=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 + 1 file changed, 1 insertion(+) diff --git a/jshERP-web/src/views/material/MaterialList.vue b/jshERP-web/src/views/material/MaterialList.vue index caec786b..10e6628f 100644 --- a/jshERP-web/src/views/material/MaterialList.vue +++ b/jshERP-web/src/views/material/MaterialList.vue @@ -242,6 +242,7 @@ that.loading = true; postAction(that.url.batchSetMaterialCurrentStockUrl, {ids: ids}).then((res) => { if(res.code === 200){ + that.$message.info('修正库存成功!'); that.loadData(); that.onClearSelected(); } else {