From c361f7db2b15149fc51e907d69cae0f305bb2dd0 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Tue, 14 Oct 2025 14:51:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E5=92=8C=E5=85=B6=E4=BB=96=E5=87=BA=E5=85=A5=E5=BA=93=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E5=8A=A0=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/warehouse/ifsInventoryInit.vue | 12 +++++++++--- src/views/modules/warehouse/labelQuery.vue | 11 +++++++++-- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/src/views/modules/warehouse/ifsInventoryInit.vue b/src/views/modules/warehouse/ifsInventoryInit.vue index 068e922..390fe66 100644 --- a/src/views/modules/warehouse/ifsInventoryInit.vue +++ b/src/views/modules/warehouse/ifsInventoryInit.vue @@ -271,7 +271,12 @@ - + + + + + + - + + + + + + { if (this.$refs['otherInboundForm']) { @@ -485,7 +491,8 @@ export default { packageCount: parseInt(this.otherInboundForm.packageCount), manufactureDate: this.otherInboundForm.manufactureDate || null, expiredDate: this.otherInboundForm.expiredDate || null, - remark: this.otherInboundForm.remark + remark: this.otherInboundForm.remark, + height: this.otherInboundForm.height || null, } // 创建HandlingUnit