From def59507d808fd97e4e0d1cf545a8b4996417b42 Mon Sep 17 00:00:00 2001 From: yinq Date: Tue, 17 Dec 2024 13:37:14 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E7=94=9F=E4=BA=A7=E6=B4=BE?= =?UTF-8?q?=E5=B7=A5=E5=9B=BE=E7=BA=B8=E6=8C=89=E7=85=A7dispatchCode?= =?UTF-8?q?=E3=80=81processId=E5=88=86=E7=BB=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hw-ui/src/views/mes/productplan/editProductPlan.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hw-ui/src/views/mes/productplan/editProductPlan.vue b/hw-ui/src/views/mes/productplan/editProductPlan.vue index 0e962bc8..b08f92e6 100644 --- a/hw-ui/src/views/mes/productplan/editProductPlan.vue +++ b/hw-ui/src/views/mes/productplan/editProductPlan.vue @@ -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: "" }] }