Compare commits
2 Commits
44c1e7cd94
...
bcffd72359
| Author | SHA1 | Date |
|---|---|---|
|
|
bcffd72359 | |
|
|
11216e2554 |
|
|
@ -340,6 +340,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