fix:来料未完成合批时也可选择清除缺陷
This commit is contained in:
parent
b1add4edae
commit
11216e2554
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue