fix:交接多选后显示

This commit is contained in:
shijing 2025-07-03 15:34:00 +08:00
parent a53d3e4989
commit f406c87f5c
4 changed files with 15 additions and 10 deletions

View File

@ -436,8 +436,9 @@ export default {
obj.wm = item.id;
obj.batch = item.batch;
obj.process = item.material_.process_name;
obj.count_cando = item.count_cando;
obj.count = item.count_cando;
obj.count_canhandover = item.count_canhandover;
obj.count = item.count_canhandover;
obj.label = item.defect !== null?item.batch+'('+item.material_name+')'+item.defect_name:item.batch+'('+item.material_name+')';
handoverb.push(obj)
})
}

View File

@ -437,8 +437,9 @@ export default {
obj.wm = item.id;
obj.batch = item.batch;
obj.process = item.material_.process_name;
obj.count_cando = item.count_cando;
obj.count = item.count_cando;
obj.count_canhandover = item.count_canhandover;
obj.count = item.count_canhandover;
obj.label = item.defect !== null?item.batch+'('+item.material_name+')'+item.defect_name:item.batch+'('+item.material_name+')';
handoverb.push(obj)
})
}

View File

@ -322,8 +322,9 @@ export default {
let obj = {};
obj.wm = item.id;
obj.batch = item.batch;
obj.count_cando = item.count_cando;
obj.count = item.count_cando;
obj.count_canhandover = item.count_canhandover;
obj.count = item.count_canhandover;
obj.label = item.defect !== null?item.batch+'('+item.material_name+')'+item.defect_name:item.batch+'('+item.material_name+')';
handoverb.push(obj)
})
}

View File

@ -356,8 +356,9 @@ export default {
let obj = {};
obj.wm = item.id;
obj.batch = item.batch;
obj.count_cando = item.count_cando;
obj.count = item.count_cando;
obj.count_canhandover = item.count_canhandover;
obj.count = item.count_canhandover;
obj.label = item.defect !== null?item.batch+'('+item.material_name+')'+item.defect_name:item.batch+'('+item.material_name+')';
handoverb.push(obj)
})
}
@ -391,8 +392,9 @@ export default {
let obj = {};
obj.wm = item.id;
obj.batch = item.batch;
obj.count_cando = item.count_cando;
obj.count = item.count_cando;
obj.count_canhandover = item.count_canhandover;
obj.count = item.count_canhandover;
obj.label = item.defect !== null?item.batch+'('+item.material_name+')'+item.defect_name:item.batch+'('+item.material_name+')';
handoverb.push(obj)
})
}