From fbf1bf15afa48c9fec3b693abbc77a4c29cb39f1 Mon Sep 17 00:00:00 2001 From: Tom Date: Sun, 4 Jan 2026 18:10:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=89=A9=E6=96=99=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=93=E5=BA=93=E5=90=8D=E7=A7=B0=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98=E5=B9=B6=E7=AE=80=E5=8C=96=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E7=B1=BB=E5=9E=8B=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在出库和入库页面添加禁用的仓库名称输入框 - 移除出库页面中注释掉的创建时间字段 - 简化入库页面中入库类型的显示方式 - 在位置变更时同步更新仓库名称 --- .../productionMaterial/MmRecordInbound.vue | 13 ++++++++----- .../productionMaterial/MmRecordOutbound.vue | 13 ++++--------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/src/views/materialManagement/productionMaterial/MmRecordInbound.vue b/src/views/materialManagement/productionMaterial/MmRecordInbound.vue index f69092c..6c8d7b2 100644 --- a/src/views/materialManagement/productionMaterial/MmRecordInbound.vue +++ b/src/views/materialManagement/productionMaterial/MmRecordInbound.vue @@ -58,11 +58,7 @@ - - - + @@ -169,6 +165,12 @@ + + + + + + @@ -489,6 +491,7 @@ function handleLocationCodeChange() { form.value.locationCode = selectedLocation.locationCode form.value.locationName = selectedLocation.locationName form.value.warehouseCode = selectedLocation.warehouseCode + form.value.warehouseName = selectedLocation.warehouseName } } diff --git a/src/views/materialManagement/productionMaterial/MmRecordOutbound.vue b/src/views/materialManagement/productionMaterial/MmRecordOutbound.vue index 2e910a0..700df06 100644 --- a/src/views/materialManagement/productionMaterial/MmRecordOutbound.vue +++ b/src/views/materialManagement/productionMaterial/MmRecordOutbound.vue @@ -150,11 +150,11 @@ - + @@ -203,12 +203,6 @@ - -