Commit e6b2b1ec authored by 季圣华's avatar 季圣华
Browse files

给修正库存增加完成提示

parent 183d2560
......@@ -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 {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment