fix:交接多选后显示
This commit is contained in:
parent
a53d3e4989
commit
f406c87f5c
|
@ -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)
|
||||
})
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
})
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
})
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue