From 5cd0d16cc64fe56e4f77821d43fd841a818c3df9 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期一, 05 一月 2026 15:13:04 +0800
Subject: [PATCH] 1
---
src/store/modules/permission.js | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index 96cd1f0..91ff54a 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -423,6 +423,36 @@
name: "Gy_BarCodeBill",
path: "Gy_BarCodeBill",
},
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鏉$爜鐢熸垚_閿﹂殕",
+ },
+ component: () =>
+ import(
+ "@/views/warehouse/barcodeMaster/Gy_BarCodeBill_JinLong.vue"
+ ),
+ hidden: false,
+ name: "Gy_BarCodeBill_JinLong",
+ path: "Gy_BarCodeBill_JinLong",
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鏉$爜涓绘。",
+ },
+ component: () =>
+ import(
+ "@/views/warehouse/barcodeMaster/Gy_BarCodeBillList.vue"
+ ),
+ hidden: false,
+ name: "Gy_BarCodeBillList",
+ path: "Gy_BarCodeBillList",
+ },
],
},
],
@@ -474,6 +504,34 @@
icon: "build",
link: null,
noCache: false,
+ title: "鐗╂祦鍩虹璧勬枡",
+ },
+ hidden: false,
+ name: "Transport",
+ path: "transport",
+ redirect: "noRedirect",
+ component: "Layout",
+ children: [
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鎵胯繍鍚堝悓鍗曟嵁",
+ },
+ component: () =>
+ import("@/views/basic/gytransport/cgContractTransportBillList/Cg_ContractTransportBillList.vue"),
+ hidden: false,
+ name: "CgContractTransportBillList",
+ path: "cgContractTransportBillList",
+ },
+ ],
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
title: "鍏敤璧勬枡",
},
hidden: false,
--
Gitblit v1.9.1