From b0a7f824ec000a13d49e9e0e7e8e15e8e0401d25 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期四, 19 三月 2026 15:41:06 +0800
Subject: [PATCH] feat:1.工序检验时,需要加入【不良数量】(不良数量+合格数量=报工总数)、【原因】字段(不良原因做成字典)

---
 src/router/index.js |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index bc7fd70..a358858 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -92,6 +92,35 @@
     name: "DeviceInfo",
     meta: { title: "璁惧淇℃伅", icon: "monitor" },
   },
+  // 娣诲姞椤圭洰璇︽儏椤甸潰璺敱閰嶇疆
+  {
+    path: "/oaSystem/projectManagement/projectDetail",
+    component: Layout,
+    hidden: true,
+    children: [
+      {
+        path: ":projectId",
+        component: () => import("@/views/oaSystem/projectManagement/projectDetail.vue"),
+        name: "ProjectDetail",
+        meta: { title: "椤圭洰璇︽儏", activeMenu: "/oaSystem/projectManagement" },
+      },
+    ],
+  },
+
+  // 鐢熶骇璁㈠崟-鐢熶骇璇︽儏锛堝伐搴忚繘搴︼級
+  {
+    path: "/productionManagement/productionOrder/detail",
+    component: Layout,
+    hidden: true,
+    children: [
+      {
+        path: "",
+        component: () => import("@/views/productionManagement/productionOrder/Detail/index.vue"),
+        name: "ProductionOrderDetail",
+        meta: { title: "鐢熶骇璇︽儏", activeMenu: "/productionManagement/productionOrder" },
+      },
+    ],
+  },
 ];
 
 // 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇

--
Gitblit v1.9.3