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,