|
|
|
@ -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();
|
|
|
|
|