|
|
|
@ -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, |
|
|
|
|