fix:handoverb中state
This commit is contained in:
parent
0d730fad23
commit
f61cfd4448
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue