From 723793a0aa8d69cbbb463830a3344dbd6655cee5 Mon Sep 17 00:00:00 2001
From: chenhaozhe <gaozhechen26@gmail.com>
Date: 星期六, 04 四月 2026 14:57:02 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI
---
src/store/modules/permission.js | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 58 insertions(+), 1 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index c7d2e7a..cdc198b 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -483,6 +483,51 @@
icon: "build",
link: null,
noCache: false,
+ title: "鎶ヨ〃缁熻",
+ },
+ hidden: false,
+ name: "barCodeReport",
+ path: "BarCodeReport",
+ redirect: "noRedirect",
+ component: "Layout",
+ children: [
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鏉$爜鍑哄叆搴撴姤琛�",
+ },
+ component: () =>
+ import(
+ "@/views/warehouse/BarCodeReport/Kf_BarCodeOutInReport.vue"
+ ),
+ hidden: false,
+ name: "Kf_BarCodeOutInReport",
+ path: "Kf_BarCodeOutInReport",
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鏉$爜搴撳瓨鎶ヨ〃",
+ },
+ component: () =>
+ import(
+ "@/views/warehouse/BarCodeReport/Kf_ICInventory_BarCode.vue"
+ ),
+ hidden: false,
+ name: "Kf_ICInventory_BarCode",
+ path: "Kf_ICInventory_BarCode",
+ },
+ ],
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
title: "鏉$爜涓绘。",
},
hidden: false,
@@ -660,7 +705,7 @@
},
component: () =>
import("@/views/basic/gyCartypelist/gyCartypelist.vue"),
- hidden: false,
+ hidden: HIsHide,
name: "GyCartypelist",
path: "gyCartypelist",
},
@@ -695,6 +740,18 @@
icon: "build",
link: null,
noCache: false,
+ title: "椹鹃┒鍛樺垪琛�",
+ },
+ component: () => import("@/views/system/user/GyDriver.vue"),
+ hidden: false,
+ name: "gyDriver",
+ path: "GyDriver",
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
title: "鑱屽憳鍒楄〃",
},
component: () =>
--
Gitblit v1.9.1