From 6108e3d49712b6ded5cf3c3e735ec40f13e35971 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期二, 11 十一月 2025 15:03:10 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUE_New
---
src/store/modules/permission.js | 102 +++++++++++++++++---------------------------------
1 files changed, 35 insertions(+), 67 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index 9a6c091..0160ca8 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: [
@@ -68,8 +68,7 @@
noCache: false,
title: "閿�鍞嚭搴撳崟缁存姢",
},
- component: () =>
- import("@/views/sell/sellOutBill/index.vue"),
+ component: () =>import("@/views/sell/sellOut/sellOutBill.vue"),
hidden: false,
name: "SellOutBill",
path: "sellOutBill",
@@ -81,68 +80,11 @@
noCache: false,
title: "閿�鍞嚭搴撳崟",
},
- component: () => import('@/views/sell/sellOutBill/edit/index.vue'),
+ component: () => import('@/views/sell/sellOut/sellOutBillEdit.vue'),
hidden: false,
name: "SellOutBillEdit",
path: "sellOutBillEdit",
},
- ],
- },
- ],
- },
- {
- alwaysShow: true,
- component: "Layout",
- meta: {
- icon: "build",
- link: null,
- noCache: false,
- title: "閲囪喘绠$悊",
- },
- hidden: false,
- name: "CaiGouGuanli",
- path: "/CaiGouGuanLi",
- redirect: "noRedirect",
- children: [
- {
- meta: {
- icon: "build",
- link: null,
- noCache: false,
- title: "閲囪喘鍏ュ簱鍗�",
- },
- hidden: false,
- name: "CaiGouRuKu",
- path: "CaiGouRuKu",
- redirect: "noRedirect",
- component: "Layout",
- children: [
- {
- meta: {
- icon: "build",
- link: null,
- noCache: false,
- title: "閲囪喘鍏ュ簱鍗曠淮鎶�",
- },
- component: () =>
- import("@/views/CaiGouGuanLi/CaiGouRuKu/Kf_POStockInBillList.vue"),
- hidden: false,
- name: "Kf_POStockInBillList",
- path: "Kf_POStockInBillList",
- },
- {
- meta: {
- icon: "build",
- link: null,
- noCache: false,
- title: "閲囪喘鍏ュ簱鍗曠淮鎶�",
- },
- component: () =>
- import("@/views/CaiGouGuanLi/CaiGouRuKu/Kf_POStockInBillList.vue"),
- hidden: false,
- name: "Kf_POStockInBillList",
- path: "Kf_POStockInBillList",
- }
],
},
],
@@ -169,8 +111,8 @@
title: "鐢熶骇璧勬枡",
},
hidden: false,
- name: "Gy",
- path: "gy",
+ name: "Production",
+ path: "production",
redirect: "noRedirect",
component: "Layout",
children: [
@@ -182,7 +124,7 @@
title: "鐢熶骇璧勬枡鍒楄〃",
},
component: () =>
- import("@/views/basic/gySource/index.vue"),
+ import("@/views/basic/production/gySource.vue"),
hidden: false,
name: "GySource",
path: "gySource",
@@ -199,11 +141,37 @@
name: "GyWarehouse",
path: "gyWarehouse",
},
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "瀹㈡埛鍒楄〃",
+ },
+ component: () => import('@/views/GyCustomer/index.vue'),
+ hidden: false,
+ name: "GyCustomer",
+ path: "gyCustomer",
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鐗╂枡鍒楄〃",
+ },
+ component: () => import('@/views/gyMaterial/GyMaterial.vue'),
+ hidden: false,
+ name: "gyMaterial",
+ path: "gyMaterial",
+ },
],
},
],
},
+
];
+ console.log(data)
const sdata = JSON.parse(JSON.stringify(data));
const rdata = JSON.parse(JSON.stringify(data));
const sidebarRoutes = filterAsyncRouter(sdata);
--
Gitblit v1.9.1