This commit is contained in:
TianyangZhang 2026-05-15 17:08:12 +08:00
commit 8d9b58c537
1 changed files with 1 additions and 0 deletions

View File

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