Browse Source

0823更新

master
ruanqi 4 years ago
parent
commit
0b8e4a15be
  1. 2
      src/views/modules/production/dailyPlan.vue

2
src/views/modules/production/dailyPlan.vue

@ -1165,6 +1165,7 @@
scheduleTime: this.searchData.scheduleDate, scheduleTime: this.searchData.scheduleDate,
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
shiftNo: this.searchData.shiftNo, shiftNo: this.searchData.shiftNo,
partNo:row.partNo
} }
checkScheduleLoad(inData).then(({data}) => { checkScheduleLoad(inData).then(({data}) => {
if (data.code === 0) { if (data.code === 0) {
@ -1254,6 +1255,7 @@
site: this.$store.state.user.site, site: this.$store.state.user.site,
orderNo: this.schedulingModalData.orderNo, orderNo: this.schedulingModalData.orderNo,
itemNo: this.schedulingModalData.itemNo, itemNo: this.schedulingModalData.itemNo,
partNo:this.schedulingModalData.partNo,
workCenterNo: this.schedulingModalData.workCenterNo, workCenterNo: this.schedulingModalData.workCenterNo,
resourceID: this.schedulingModalTableData[i].resourceId, resourceID: this.schedulingModalTableData[i].resourceId,
qtyToSchedule: this.schedulingModalTableData[i].scheduleQty, qtyToSchedule: this.schedulingModalTableData[i].scheduleQty,

Loading…
Cancel
Save