From d82719fb01bcd56c382f35d624b92eecaa5db09b Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 17 三月 2026 14:57:06 +0800
Subject: [PATCH] 军泰伟业 1.仓储物流需要加上库位,库位暂时分为外购、自制、委外三种类型 2.生产订单加上库存数量,方便实时查看 3.产品发货后,若部分产品退回,可修改订单发货数量(减去退回的产品数量),若订单产品全部退回,可对发货的订单进行取消撤回操作
---
src/router/index.js | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 9c5a968..e5dc580 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -72,20 +72,6 @@
],
},
{
- path: "/main/MobileChat",
- component: Layout,
- redirect: "",
- hidden: true,
- children: [
- {
- path: "",
- component: () => import("@/views/chatHome/chatHomeIndex/MobileChat"),
- name: "MobileChat",
- meta: { title: "AI瀵硅瘽", icon: "dashboard", affix: true },
- },
- ],
- },
- {
path: "/user",
component: Layout,
hidden: true,
@@ -106,6 +92,20 @@
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" },
+ },
+ ],
+ },
];
// 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇
--
Gitblit v1.9.3