|
|
@ -541,19 +541,20 @@ export default {
|
|
|
|
this.$message.warning("请先选择盘点仓库和货位");
|
|
|
|
this.$message.warning("请先选择盘点仓库和货位");
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
let params = {
|
|
|
|
this.selectInvProductVisible = true;
|
|
|
|
invCode: this.formData.invCode,
|
|
|
|
// let params = {
|
|
|
|
invSpaceCode: this.formData.invSpaceCode
|
|
|
|
// invCode: this.formData.invCode,
|
|
|
|
};
|
|
|
|
// invSpaceCode: this.formData.invSpaceCode
|
|
|
|
getCountInvProductProduct(params).then((res) => {
|
|
|
|
// };
|
|
|
|
if (res.data.total !== 0) {
|
|
|
|
// getCountInvProductProduct(params).then((res) => {
|
|
|
|
let invProductList = res.data.list;
|
|
|
|
// if (res.data.total !== 0) {
|
|
|
|
for (let product of invProductList) {
|
|
|
|
// let invProductList = res.data.list;
|
|
|
|
this.countProductList.push(product);
|
|
|
|
// for (let product of invProductList) {
|
|
|
|
}
|
|
|
|
// this.countProductList.push(product);
|
|
|
|
this.saveOrder(1);
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
// this.saveOrder(1);
|
|
|
|
});
|
|
|
|
// }
|
|
|
|
|
|
|
|
// });
|
|
|
|
} else if (this.countType === 2) {
|
|
|
|
} else if (this.countType === 2) {
|
|
|
|
if (isBlank(this.formData.invCode) || isBlank(this.formData.invSpaceCode)) {
|
|
|
|
if (isBlank(this.formData.invCode) || isBlank(this.formData.invSpaceCode)) {
|
|
|
|
this.$message.warning("请先选盘点仓库");
|
|
|
|
this.$message.warning("请先选盘点仓库");
|
|
|
|