Compare commits

..

No commits in common. "bcffd72359746813a282d8478c9f75fa5c2e6ae9" and "44c1e7cd9448450b139baa67f84fa359a0d4185f" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -340,7 +340,6 @@ export default {
let obj = {}; let obj = {};
obj.wm = item.id; obj.wm = item.id;
obj.batch = item.batch; obj.batch = item.batch;
obj.state = item.state;
obj.defect = item.defect; obj.defect = item.defect;
obj.material = item.material; obj.material = item.material;
obj.count_canhandover = item.count_canhandover; obj.count_canhandover = item.count_canhandover;