From 556bf43ff1b3d2a3f72d26a541dd589b2efee39d Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 17 三月 2026 17:39:56 +0800
Subject: [PATCH] 1.不合格处理印铜工序,只能选择报废 2.不合格处理增加隔离选项,并添加备注
---
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