给修正库存增加完成提示
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user