diff --git a/src/pages/inventoryMove/coms/comMoveRecord.vue b/src/pages/inventoryMove/coms/comMoveRecord.vue index 520cff17..5b636627 100644 --- a/src/pages/inventoryMove/coms/comMoveRecord.vue +++ b/src/pages/inventoryMove/coms/comMoveRecord.vue @@ -444,7 +444,7 @@ } console.log(detail) if (detail == undefined) { - let newDetail = createDetailInfo(balance, pack); + let newDetail = createDetailInfoForLabel(balance, pack, result.label); // newDetail.inventoryStatus = balance.inventoryStatus; if (this.businessTypeCode == "Move") { newDetail.toInventoryStatus = balance.inventoryStatus; @@ -452,9 +452,9 @@ newDetail.toInventoryStatus = this.toInventoryStatus; } - if (newDetail.packingNumber == '') { - newDetail.packingNumber = pack.number; - } + // if (newDetail.packingNumber == '') { + // newDetail.packingNumber = pack.number; + // } newDetail.toLocationCode = this.toLocationCode; newDetail.managementTypeParams = managementTypeParams; newDetail.fromLocationCode = result.fromLocationCode diff --git a/src/pages/inventoryMove/coms/okToHoldRecordPack.vue b/src/pages/inventoryMove/coms/okToHoldRecordPack.vue index 6b70c023..cd1e0d55 100644 --- a/src/pages/inventoryMove/coms/okToHoldRecordPack.vue +++ b/src/pages/inventoryMove/coms/okToHoldRecordPack.vue @@ -10,7 +10,8 @@ 来源库位: - + + @@ -19,7 +20,8 @@ 零件: - + + @@ -28,7 +30,8 @@ 批次: - + + @@ -73,7 +76,8 @@ fromLocationCode:'', itemCode:'', batch:'', - showOne:false + showOne:false, + isFromLocationFocus:false } }, props: { @@ -126,9 +130,9 @@ }, fromLocationScanMsg(){ if (this.fromLocationCode) { - console.log(111,this.fromLocationCode) this.scanMsg = this.fromLocationCode this.fromWitch = 'fromLocationScanMsg' + this.isFromLocationFocus = false this.handelScanMsg() } },