change - 生产派工图纸按照dispatchCode、processId分组BUG

master
yinq 1 month ago
parent aa36a11b15
commit def59507d8

@ -806,6 +806,7 @@ export default {
id: id,
processId: scope.row.processId,
productionTime: scope.row.productionTime,
materialBomId: scope.row.materialBomId,
planStatus: this.PLAN_STATUS.DISPATCHED,
userId: ""
})
@ -815,6 +816,7 @@ export default {
id: id,
processId: scope.row.processId,
productionTime: scope.row.productionTime,
materialBomId: scope.row.materialBomId,
planStatus: this.PLAN_STATUS.DISPATCHED,
userId: "",
}
@ -1116,8 +1118,10 @@ export default {
obj.children = [{
id: this.id,
processId: obj.processId,
materialBomId: obj.materialBomId,
planStatus: this.PLAN_STATUS.DISPATCHED,
productionTime: obj.productionTime
productionTime: obj.productionTime,
userId: ""
}]
}

Loading…
Cancel
Save