From 6acf265fd8bb3067d7ecf38fc134c9db0bea8e37 Mon Sep 17 00:00:00 2001 From: git_rabbit Date: Mon, 5 Jan 2026 11:51:13 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat(=E7=89=A9=E6=96=99=E7=AE=A1=E7=90=86):?= =?UTF-8?q?=20=E4=BC=98=E5=8C=96=E8=A1=A8=E5=8D=95=E7=AD=9B=E9=80=89?= =?UTF-8?q?=E5=92=8C=E6=98=BE=E7=A4=BA=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为所有下拉选择框添加"全部"选项 - 在物料管理页面新增物料标号筛选字段 - 将操作方向输入框改为下拉选择框 - 调整表格列显示顺序和可见性 - 移除冗余的主键ID字段 - 优化表单布局和字段顺序 --- .../productionMaterial/MmInventory.vue | 4 +- .../productionMaterial/MmLocation.vue | 10 ++- .../productionMaterial/MmMaterial.vue | 89 +++++++++++-------- .../productionMaterial/MmMaterialCategory.vue | 11 +-- .../productionMaterial/MmTransactionType.vue | 45 +++++----- 5 files changed, 86 insertions(+), 73 deletions(-) diff --git a/src/views/materialManagement/productionMaterial/MmInventory.vue b/src/views/materialManagement/productionMaterial/MmInventory.vue index dc3e73e..f406145 100644 --- a/src/views/materialManagement/productionMaterial/MmInventory.vue +++ b/src/views/materialManagement/productionMaterial/MmInventory.vue @@ -15,11 +15,12 @@ - + + {{ item.locationCode }} {{ item.locationName }} @@ -28,6 +29,7 @@ + {{ item.warehouseCode }} {{ item.warehouseName }} diff --git a/src/views/materialManagement/productionMaterial/MmLocation.vue b/src/views/materialManagement/productionMaterial/MmLocation.vue index 3669fba..c4a1154 100644 --- a/src/views/materialManagement/productionMaterial/MmLocation.vue +++ b/src/views/materialManagement/productionMaterial/MmLocation.vue @@ -8,6 +8,7 @@ + {{ item.locationCode }} {{ item.locationName }} @@ -16,6 +17,7 @@ + {{ item.warehouseCode }} {{ item.warehouseName }} @@ -47,7 +49,13 @@ @sort-change="sortChange" :default-sort="{ prop: 'createdTime', order: 'descending' }"> - + diff --git a/src/views/materialManagement/productionMaterial/MmMaterial.vue b/src/views/materialManagement/productionMaterial/MmMaterial.vue index faa1455..38a7c8e 100644 --- a/src/views/materialManagement/productionMaterial/MmMaterial.vue +++ b/src/views/materialManagement/productionMaterial/MmMaterial.vue @@ -13,18 +13,30 @@ - - - - {{ item.value }} - {{ item.label }} - - - - - {{ $t('btn.search') }} - {{ $t('btn.reset') }} + + +
+ + + + + {{ item.value }} + {{ item.label }} + + + + + + + + + + + {{ $t('btn.search') }} + {{ $t('btn.reset') }} + +
@@ -46,24 +58,25 @@ @sort-change="sortChange" :default-sort="{ prop: 'createdTime', order: 'descending' }"> - - - - - - - - - - + + + + + + + + + + + - + - - + +