给修正库存增加完成提示

This commit is contained in:
季圣华
2021-11-01 00:45:12 +08:00
parent 183d25603b
commit e6b2b1ecf7

View File

@@ -242,6 +242,7 @@
that.loading = true; that.loading = true;
postAction(that.url.batchSetMaterialCurrentStockUrl, {ids: ids}).then((res) => { postAction(that.url.batchSetMaterialCurrentStockUrl, {ids: ids}).then((res) => {
if(res.code === 200){ if(res.code === 200){
that.$message.info('修正库存成功!');
that.loadData(); that.loadData();
that.onClearSelected(); that.onClearSelected();
} else { } else {