From 7570f18ad0164dcb9bb71808f68e89053aaa2bbf Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期五, 14 十一月 2025 16:14:28 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI
---
src/store/modules/permission.js | 128 +++++++++++++++++++++++++-----------------
1 files changed, 77 insertions(+), 51 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index d43a115..23d1b2d 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -44,8 +44,8 @@
title: "閿�鍞鐞�",
},
hidden: false,
- name: "Sales",
- path: "/sales",
+ name: "Sell",
+ path: "/sell",
redirect: "noRedirect",
children: [
{
@@ -56,8 +56,8 @@
title: "閿�鍞嚭搴撳崟",
},
hidden: false,
- name: "SalesOUt",
- path: "salesOUt",
+ name: "SellOut",
+ path: "sellOut",
redirect: "noRedirect",
component: "Layout",
children: [
@@ -210,8 +210,8 @@
title: "鐢熶骇璧勬枡",
},
hidden: false,
- name: "Gy",
- path: "gy",
+ name: "Production",
+ path: "production",
redirect: "noRedirect",
component: "Layout",
children: [
@@ -222,7 +222,8 @@
noCache: false,
title: "鐢熶骇璧勬枡鍒楄〃",
},
- component: () => import("@/views/basic/gySource/index.vue"),
+ component: () =>
+ import("@/views/basic/production/gySource.vue"),
hidden: false,
name: "GySource",
path: "gySource",
@@ -280,6 +281,31 @@
hidden: false,
name: "GyEmployee",
path: "gyEmployee",
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "閮ㄩ棬鍒楄〃",
+ },
+ component: () =>
+ import("@/views/basic/gy/gyDepartment.vue"),
+ hidden: false,
+ name: "GyDepartment",
+ path: "gyDepartment",
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "渚涘簲鍟嗗垪琛�",
+ },
+ component: () => import("@/views/basic/gy/gySupplier.vue"),
+ hidden: false,
+ name: "GySupplier",
+ path: "gySupplier",
},
],
},
@@ -357,50 +383,6 @@
},
],
},
- {
- alwaysShow: true,
- component: "Layout",
- meta: {
- icon: "build",
- link: null,
- noCache: false,
- title: "绯荤粺绠$悊",
- },
- hidden: false,
- name: "System",
- path: "/system",
- redirect: "noRedirect",
- children: [
- {
- meta: {
- icon: "build",
- link: null,
- noCache: false,
- title: "鐢ㄦ埛绠$悊",
- },
- hidden: false,
- name: "User",
- path: "user",
- redirect: "noRedirect",
- component: "Layout",
- children: [
- {
- meta: {
- icon: "build",
- link: null,
- noCache: false,
- title: "鐢ㄦ埛鍒楄〃",
- },
- component: () =>
- import("@/views/system/user/xtUserList.vue"),
- hidden: false,
- name: "XtUserList",
- path: "xtUserList",
- },
- ],
- },
- ],
- },
],
},
{
@@ -446,6 +428,50 @@
},
],
},
+ {
+ alwaysShow: true,
+ component: "Layout",
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "绯荤粺绠$悊",
+ },
+ hidden: false,
+ name: "System",
+ path: "/system",
+ redirect: "noRedirect",
+ children: [
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鐢ㄦ埛绠$悊",
+ },
+ hidden: false,
+ name: "User",
+ path: "user",
+ redirect: "noRedirect",
+ component: "Layout",
+ children: [
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鐢ㄦ埛鍒楄〃",
+ },
+ component: () =>
+ import("@/views/system/user/xtUserList.vue"),
+ hidden: false,
+ name: "XtUserList",
+ path: "xtUserList",
+ },
+ ],
+ },
+ ],
+ },
];
const sdata = JSON.parse(JSON.stringify(data));
const rdata = JSON.parse(JSON.stringify(data));
--
Gitblit v1.9.1