Browse Source

采购合格入库

master
han\hanst 2 months ago
parent
commit
574e883f96
  1. 5
      src/views/modules/production-inbound/inboundRegister.vue
  2. 1
      src/views/modules/recv/qualifiedStorage.vue

5
src/views/modules/production-inbound/inboundRegister.vue

@ -351,11 +351,10 @@ export default {
unCompleteQty: parseFloat(row.lotSize) - parseFloat(row.qtyComplete),
sequenceNoNew: nextSequence,
batchNo: `${row.orderNo}-${row.releaseNo}-${row.sequenceNo}-${nextSequence}`,
locationNo: 'AS',
locationNo: '',
serialNo: '*',
wdr: '*',
engChgLevel: '1',
ifsAutoReport: false, // Auto Report of Operation
ifsAutoReport: true, // Auto Report of Operation
ifsSimplifiedMaterial: true, // Simplified Material Check
height: this.parseHeightFromPartNo(row.partNo) //
};

1
src/views/modules/recv/qualifiedStorage.vue

@ -563,6 +563,7 @@ export default {
locationNo: '', // HandlingUnit
lotBatchNo: '', // HandlingUnit
wdr: '', // HandlingUnit
engChgLevel: this.selectedReceipt.engChgLevel || '1',
toLocationNo: this.targetLocationId,
qtyToMove: totalQty,
qtyArrived: this.selectedReceipt.qtyArrived,

Loading…
Cancel
Save