fix:来料未完成合批时也可选择清除缺陷

This commit is contained in:
shijing 2026-05-15 17:06:12 +08:00
parent b1add4edae
commit 11216e2554
1 changed files with 1 additions and 0 deletions

View File

@ -340,6 +340,7 @@ export default {
let obj = {};
obj.wm = item.id;
obj.batch = item.batch;
obj.state = item.state;
obj.defect = item.defect;
obj.material = item.material;
obj.count_canhandover = item.count_canhandover;