From 0b8e4a15be3ae49ea30bf4153db94a470b596e2a Mon Sep 17 00:00:00 2001 From: ruanqi Date: Mon, 25 Apr 2022 21:37:10 +0800 Subject: [PATCH] =?UTF-8?q?0823=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/production/dailyPlan.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/modules/production/dailyPlan.vue b/src/views/modules/production/dailyPlan.vue index e8d568b..77d5814 100644 --- a/src/views/modules/production/dailyPlan.vue +++ b/src/views/modules/production/dailyPlan.vue @@ -1165,6 +1165,7 @@ scheduleTime: this.searchData.scheduleDate, userId: this.$store.state.user.name, shiftNo: this.searchData.shiftNo, + partNo:row.partNo } checkScheduleLoad(inData).then(({data}) => { if (data.code === 0) { @@ -1254,6 +1255,7 @@ site: this.$store.state.user.site, orderNo: this.schedulingModalData.orderNo, itemNo: this.schedulingModalData.itemNo, + partNo:this.schedulingModalData.partNo, workCenterNo: this.schedulingModalData.workCenterNo, resourceID: this.schedulingModalTableData[i].resourceId, qtyToSchedule: this.schedulingModalTableData[i].scheduleQty,