Browse Source

退料添加默认库位

master
shenzhouyu 1 month ago
parent
commit
1b0445e6cf
  1. 2
      src/views/modules/production-return/productionReturnPDAIssueList.vue
  2. 2
      src/views/modules/production-return/productionReturnPickingDetail.vue

2
src/views/modules/production-return/productionReturnPDAIssueList.vue

@ -597,7 +597,7 @@ export default {
partNo: this.partNo || this.orderInfo.partNo || '', partNo: this.partNo || this.orderInfo.partNo || '',
partDesc: this.orderInfo.description || '', partDesc: this.orderInfo.description || '',
wdrNo: this.wdrNo || '*', wdrNo: this.wdrNo || '*',
locationId: '',
locationId: 'RM1DA0603', //
height: 0, height: 0,
quantity: 0, quantity: 0,
} }

2
src/views/modules/production-return/productionReturnPickingDetail.vue

@ -554,7 +554,7 @@ export default {
partNo: this.componentPartNo, partNo: this.componentPartNo,
partDesc: this.componentPartDesc, partDesc: this.componentPartDesc,
wdrNo: this.wdrNo || '*', wdrNo: this.wdrNo || '*',
locationId: '',
locationId: 'RM1DA0603',//
height: 0, height: 0,
quantity: 0, quantity: 0,
} }

Loading…
Cancel
Save