From d1458496d3e6ba41408d95fbb18dffde3a97b445 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Tue, 14 Oct 2025 14:58:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/recv/recv.vue | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/views/modules/recv/recv.vue b/src/views/modules/recv/recv.vue index 4278e0a..eb89a17 100644 --- a/src/views/modules/recv/recv.vue +++ b/src/views/modules/recv/recv.vue @@ -81,15 +81,8 @@ style="font-size: 16px" size="small">包装记录 - - + + @@ -267,7 +260,8 @@ export default { deliveryDate: row.plannedDeliveryDate || '', arrivalDate: this.getCurrentDate(), supplierBatchNo: '', - wdr:"*" + wdr:"*", + height: '', }; this.processFlag = 2; }, @@ -404,6 +398,7 @@ export default { warehouseType: item.warehouseType , // 日期字段 manufactureDate: item.manufactureDate, + height: item.height, // 处理单元列表 handlingUnitList: this.handlingUnit.map(hu => ({ perQty: hu.perQty,