From 889d8ddf4c13c1b1bdbabd04c2d80b904020151e Mon Sep 17 00:00:00 2001
From: hsy <1029150275@qq.com>
Date: 星期三, 19 八月 2026 12:49:24 +0800
Subject: [PATCH] 生产订单与报工模块改造汇总 (Git Commit 文档) feat(mes-pro): 生产订单及报工模块审批流与批次填报改造 1. 生产订单功能增强 (Work Order)

---
 src/router/routes/modules/mes.ts |   46 +++++++++++++++++++---------------------------
 1 files changed, 19 insertions(+), 27 deletions(-)

diff --git a/src/router/routes/modules/mes.ts b/src/router/routes/modules/mes.ts
index 2b62534..54d4328 100644
--- a/src/router/routes/modules/mes.ts
+++ b/src/router/routes/modules/mes.ts
@@ -12,33 +12,6 @@
     },
     children: [
       {
-        path: 'wm/warehouse/location',
-        name: 'MesWmLocation',
-        meta: {
-          title: '搴撳尯璁剧疆',
-          activePath: '/mes/wm/warehouse',
-        },
-        component: () => import('#/views/mes/wm/warehouse/location/index.vue'),
-      },
-      {
-        path: 'wm/warehouse/area',
-        name: 'MesWmArea',
-        meta: {
-          title: '搴撲綅璁剧疆',
-          activePath: '/mes/wm/warehouse',
-        },
-        component: () => import('#/views/mes/wm/warehouse/area/index.vue'),
-      },
-      {
-        path: 'wm/barcode/config',
-        name: 'MesWmBarcodeConfig',
-        meta: {
-          title: '鏉$爜閰嶇疆',
-          activePath: '/mes/wm/barcode',
-        },
-        component: () => import('#/views/mes/wm/barcode/config/index.vue'),
-      },
-      {
         path: 'pro/task/gantt-edit',
         name: 'MesProTaskGanttEdit',
         meta: {
@@ -47,6 +20,25 @@
         },
         component: () => import('#/views/mes/pro/task/edit/index.vue'),
       },
+      {
+        path: 'pd/project/detail/:id',
+        name: 'MesPdProjectDetail',
+        meta: {
+          title: '璁捐浠诲姟璇︽儏',
+          activePath: '/mes/pd/project',
+        },
+        component: () => import('#/views/mes/pd/project/detail/index.vue'),
+      },
+      {
+        path: 'pro/feedback/detail/:id',
+        name: 'MesProFeedbackDetail',
+        meta: {
+          title: '鐢熶骇鎶ュ伐璇︽儏',
+          activePath: '/mes/pro/feedback',
+        },
+        props: true,
+        component: () => import('#/views/mes/pro/feedback/detail/index.vue'),
+      },
     ],
   },
 ];

--
Gitblit v1.9.3