fix:handoverb中state

This commit is contained in:
shijing 2026-05-13 15:08:36 +08:00
parent 0d730fad23
commit f61cfd4448
3 changed files with 3 additions and 0 deletions

View File

@ -517,6 +517,7 @@ export default {
let obj = {};
obj.id = item.id;
obj.wm = item.id;
obj.state = item.state;
obj.batch = item.batch;
obj.process = item.material_.process_name;
obj.count_canhandover = item.count_canhandover;

View File

@ -671,6 +671,7 @@ export default {
data.forEach(item=>{
let obj = {};
obj.wm = item.wm;
obj.state = item.state?item.state:'';
obj.label = item.label;
obj.batch = item.batch;
obj.defect = item.defect;

View File

@ -431,6 +431,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;