修复按物资上架窗口在清除上架货位后仍可以成功扫入条码

prod
1178634255 2 years ago
parent a742e319dc
commit 38ff9c6a7a

@ -222,6 +222,7 @@ export default {
}
if (this.list.length === 0) {
//this.$message.error(this.formData.invSpaceCode);
this.$message.error("请录入需要上架的物资数据");
return;
}

Loading…
Cancel
Save