diff --git a/src/views/modules/production-inbound/inboundRegister.vue b/src/views/modules/production-inbound/inboundRegister.vue index 2c5b84d..effcf1b 100644 --- a/src/views/modules/production-inbound/inboundRegister.vue +++ b/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) // 根据物料编码自动填充高度 }; diff --git a/src/views/modules/recv/qualifiedStorage.vue b/src/views/modules/recv/qualifiedStorage.vue index 7754acc..3fbc8a9 100644 --- a/src/views/modules/recv/qualifiedStorage.vue +++ b/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,