点击“开始盘点”,提示“保存成功”,但暂无数据

dev
黄泽腾 2 years ago
parent 20a6d7d135
commit 6a104a0b7d

@ -554,10 +554,6 @@ export default {
this.$message.warning("请先选择盘点仓库");
return;
}
if (this.codeArray.length === 0) {
this.$message.warning("请先录入产品");
return;
}
this.productList = [];
this.selectInvProductVisible = true;
this.queryInvProducts();
@ -590,10 +586,6 @@ export default {
this.$message.warning("请先选盘点仓库");
return;
}
if (this.codeArray.length === 0) {
this.$message.warning("请先录入产品");
return;
}
this.multiProduct = [];
this.selectInvProductVisible = true;
this.queryInvProducts();

Loading…
Cancel
Save