From 2d31373dc4ecdf497947db4f22261c3077bef7bb Mon Sep 17 00:00:00 2001 From: git_rabbit Date: Wed, 28 Jan 2026 17:54:32 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E7=94=9F=E4=BA=A7=E5=B7=A5=E5=8D=95):?= =?UTF-8?q?=20=E4=BC=98=E5=8C=96=E5=B7=A5=E5=8D=95=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=92=8C=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除出货按钮和注释掉的代码 - 调整表单布局,将车间改为产线和班组 - 修改领料批次为原材料批次 - 增加优先级显示列 - 优化操作按钮布局和功能 - 调整表格列显示和排序 - 更新相关字段名称和逻辑 --- src/views/baseManagement/BaseRoute/index.vue | 507 +++++++++--------- .../productionMaterial/MmInventory.vue | 1 - .../productionMaterial/MmRecordInbound.vue | 17 +- .../components/InventoryRecordDialog.vue | 6 +- .../productManagement/ProWorkorder/index.vue | 88 +-- 5 files changed, 300 insertions(+), 319 deletions(-) diff --git a/src/views/baseManagement/BaseRoute/index.vue b/src/views/baseManagement/BaseRoute/index.vue index f4bd5f0..a90be56 100644 --- a/src/views/baseManagement/BaseRoute/index.vue +++ b/src/views/baseManagement/BaseRoute/index.vue @@ -4,218 +4,208 @@ * @Date: (2024-07-09) --> \ No newline at end of file + diff --git a/src/views/materialManagement/productionMaterial/MmInventory.vue b/src/views/materialManagement/productionMaterial/MmInventory.vue index 391fc7e..f04aa24 100644 --- a/src/views/materialManagement/productionMaterial/MmInventory.vue +++ b/src/views/materialManagement/productionMaterial/MmInventory.vue @@ -50,7 +50,6 @@ {{ $t('btn.outStorage') }} - 出货 diff --git a/src/views/materialManagement/productionMaterial/MmRecordInbound.vue b/src/views/materialManagement/productionMaterial/MmRecordInbound.vue index 74dde34..b61ca21 100644 --- a/src/views/materialManagement/productionMaterial/MmRecordInbound.vue +++ b/src/views/materialManagement/productionMaterial/MmRecordInbound.vue @@ -52,21 +52,6 @@ - @@ -121,7 +106,7 @@ title="领料" v-hasPermi="['mmrecordinbound:lingliao']" @click="handleTakeMaterial(scope.row)" - >领料10线领料 diff --git a/src/views/materialManagement/productionMaterial/components/InventoryRecordDialog.vue b/src/views/materialManagement/productionMaterial/components/InventoryRecordDialog.vue index 9c9e967..9d4deef 100644 --- a/src/views/materialManagement/productionMaterial/components/InventoryRecordDialog.vue +++ b/src/views/materialManagement/productionMaterial/components/InventoryRecordDialog.vue @@ -8,7 +8,11 @@ - + diff --git a/src/views/productManagement/ProWorkorder/index.vue b/src/views/productManagement/ProWorkorder/index.vue index b9ca314..d297de9 100644 --- a/src/views/productManagement/ProWorkorder/index.vue +++ b/src/views/productManagement/ProWorkorder/index.vue @@ -7,11 +7,23 @@
- + + + + + + + + + + + +
- - - - - - - - - - - - - - + +
@@ -83,9 +83,9 @@ 工单导出 - + @@ -125,7 +125,11 @@ @sort-change="sortChange"> - + + + --> - - - + + + - - +