fix(wms): 修复收货后模态框未关闭问题并移除废弃按钮
在收货详情页添加关闭模态框的逻辑,同时移除仓库概览页中已废弃的导出二维码按钮
This commit is contained in:
@@ -430,6 +430,7 @@ export default {
|
||||
}).then(_ => {
|
||||
this.$message.success("确认收货成功");
|
||||
this.getList()
|
||||
this.receiptModalVisible = false;
|
||||
}).finally(() => {
|
||||
this.buttonLoading = false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user