From d6181587ed331b9153fd2a59509109fde3156e60 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 12 Jan 2026 17:40:02 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=89=A9=E6=96=99=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B7=A5=E5=8D=95=E5=8F=B7=E5=88=97=E5=92=8C?= =?UTF-8?q?=E5=87=BA=E5=85=A5=E5=BA=93=E7=AD=9B=E9=80=89=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在出库记录页面添加"工单号"列 - 在库存页面添加出入库类型筛选功能 - 调整库存页面操作按钮布局和权限 - 优化表单选项显示逻辑 - 添加进出库记录弹窗功能 --- .../productionMaterial/MmInventory.vue | 118 ++++++++---------- .../productionMaterial/MmRecordOutbound.vue | 1 + 2 files changed, 50 insertions(+), 69 deletions(-) diff --git a/src/views/materialManagement/productionMaterial/MmInventory.vue b/src/views/materialManagement/productionMaterial/MmInventory.vue index 128a03e..9732dbf 100644 --- a/src/views/materialManagement/productionMaterial/MmInventory.vue +++ b/src/views/materialManagement/productionMaterial/MmInventory.vue @@ -41,6 +41,13 @@ + + + + + + + {{ $t('btn.search') }} {{ $t('btn.reset') }} @@ -95,22 +102,36 @@ - + @@ -120,18 +141,6 @@ - - - - {{ item.type || '' }} {{ item.materialCode }} {{ item.materialName }} [{{ item.supplierName || '' }}]{{ item.type || '' }} {{ item.materialCode || '' }} {{ item.materialName || '' }} [{{ item.supplierName || '' }}] - - - @@ -221,6 +219,9 @@ + @@ -235,39 +236,6 @@ - - - - + + + + + + + + + diff --git a/src/views/materialManagement/productionMaterial/MmRecordOutbound.vue b/src/views/materialManagement/productionMaterial/MmRecordOutbound.vue index b7a9e46..3c8b394 100644 --- a/src/views/materialManagement/productionMaterial/MmRecordOutbound.vue +++ b/src/views/materialManagement/productionMaterial/MmRecordOutbound.vue @@ -87,6 +87,7 @@ +