From cfd0b53967daca92d98cd304e4d4e0577e2efbd3 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期二, 13 一月 2026 13:27:45 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI
---
src/store/modules/permission.js | 99 ++++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 93 insertions(+), 6 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index a620b50..d4cc6e6 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -41,6 +41,63 @@
icon: "build",
link: null,
noCache: false,
+ title: "鐗╂祦绠$悊",
+ },
+ hidden: false,
+ name: "Logistics",
+ path: "/logistics",
+ redirect: "noRedirect",
+ children: [
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "杩愯緭瀹氫綅",
+ },
+ hidden: false,
+ name: "TransportGPS",
+ path: "transportGPS",
+ redirect: "noRedirect",
+ component: "Layout",
+ children: [
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鍑鸿繍鍗�",
+ },
+ component: () =>
+ import("@/views/logistics/transportGPS/WL_YayBill.vue"),
+ hidden: false,
+ name: "WL_YayBill",
+ path: "WL_YayBill",
+ },
+ // {
+ // meta: {
+ // icon: "build",
+ // link: null,
+ // noCache: false,
+ // title: "杩愬崟缂栬緫",
+ // },
+ // component: () =>
+ // import("@/views/logistics/transportGPS/Add_Edit_WL_YayBill.vue"),
+ // hidden: false,
+ // name: "Add_Edit_WL_YayBill",
+ // path: "Add_Edit_WL_YayBill",
+ // },
+ ],
+ },
+ ],
+ },
+ {
+ alwaysShow: true,
+ component: "Layout",
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
title: "閿�鍞鐞�",
},
hidden: false,
@@ -520,7 +577,9 @@
title: "鎵胯繍鍚堝悓鍗曟嵁",
},
component: () =>
- import("@/views/basic/gytransport/cgContractTransportBillList/Cg_ContractTransportBillList.vue"),
+ import(
+ "@/views/basic/gytransport/cgContractTransportBillList/Cg_ContractTransportBillList.vue"
+ ),
hidden: false,
name: "CgContractTransportBillList",
path: "cgContractTransportBillList",
@@ -579,7 +638,7 @@
name: "GyCartypelist",
path: "gyCartypelist",
},
- {
+ {
meta: {
icon: "build",
link: null,
@@ -636,6 +695,33 @@
icon: "build",
link: null,
noCache: false,
+ title: "璐у竵鍒楄〃",
+ },
+ component: () =>
+ import("@/views/basic/gyCurrency/gyCurrency.vue"),
+ hidden: false,
+ name: "GyCurrency",
+ path: "gyCurrency",
+ },
+
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "璁¢噺鍗曚綅鍒楄〃",
+ },
+ component: () => import("@/views/basic/gyUnit/gyUnit.vue"),
+ hidden: false,
+ name: "GyUnit",
+ path: "gyUnit",
+ },
+
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
title: "渚涘簲鍟嗗垪琛�",
},
component: () => import("@/views/basic/gy/gySupplier.vue"),
@@ -675,7 +761,8 @@
noCache: false,
title: "杈呭姪灞炴�у垪琛�",
},
- component: () => import("@/views/basic/gyProperty/gyPropertyList.vue"),
+ component: () =>
+ import("@/views/basic/gyProperty/gyPropertyList.vue"),
hidden: false,
name: "GyProperty",
path: "gyProperty",
@@ -888,7 +975,7 @@
hidden: false,
name: "Kf_POStockInBackBillList",
path: "Kf_POStockInBackBillList",
- query: "{\"type\":1}"
+ query: '{"type":1}',
},
{
meta: {
@@ -904,7 +991,7 @@
hidden: false,
name: "Kf_POStockInBackBillList",
path: "Kf_POStockInBackBillList0",
- query: "{\"type\":0}"
+ query: '{"type":0}',
},
],
},
@@ -1422,7 +1509,7 @@
noCache: false,
title: "椹鹃┒鍛樺垪琛�",
},
- component: () =>import("@/views/system/user/GyDriver.vue"),
+ component: () => import("@/views/system/user/GyDriver.vue"),
hidden: false,
name: "gyDriver",
path: "GyDriver",
--
Gitblit v1.9.1