From 1353708a838fa8b74aeb595be47921fab77cb017 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Thu, 14 Nov 2024 11:30:51 +0800 Subject: [PATCH] =?UTF-8?q?YT-956=E6=89=AB=E6=8F=8F=E7=9B=B8=E5=90=8C?= =?UTF-8?q?=E7=89=A9=E6=96=99=E4=B8=8D=E5=90=8C=E6=89=B9=E6=AC=A1=EF=BC=8C?= =?UTF-8?q?=E7=AC=AC=E4=BA=8C=E6=AC=A1=E6=89=AB=E6=8F=8F=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E8=BE=93=E5=85=A52=EF=BC=8C=E5=B8=A6=E5=87=BA=E7=9A=84?= =?UTF-8?q?=E6=98=AF=E5=BA=93=E5=AD=98=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/inventoryMove/coms/comMoveRecord.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/inventoryMove/coms/comMoveRecord.vue b/src/pages/inventoryMove/coms/comMoveRecord.vue index f0722be2..ab990d4d 100644 --- a/src/pages/inventoryMove/coms/comMoveRecord.vue +++ b/src/pages/inventoryMove/coms/comMoveRecord.vue @@ -422,7 +422,6 @@ this.$refs.okToHoldRecordPackRef.showOne = false } else { var detail = '' - console.log(9988,managementTypeParams) if(managementTypeParams == 'BY_QUANTITY'){ detail = item.subList.find(r => { if (r.fromLocationCode == balance.locationCode && @@ -455,6 +454,7 @@ newDetail.toLocationCode = this.toLocationCode; newDetail.managementTypeParams = managementTypeParams; newDetail.fromLocationCode = result.fromLocationCode + newDetail.handleQty = result.label.qty newDetail.packQty = balance.packQty; newDetail.packUnit = balance.packUnit; item.subList.push(newDetail);