From 032a92d28ca42d28f35894405d975c7313154e5e Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期四, 18 十二月 2025 11:07:01 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI
---
src/store/modules/permission.js | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index 52ab7b5..47c18d8 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -423,6 +423,21 @@
name: "Gy_BarCodeBill",
path: "Gy_BarCodeBill",
},
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鏉$爜涓绘。",
+ },
+ component: () =>
+ import(
+ "@/views/warehouse/barcodeMaster/Gy_BarCodeBillList.vue"
+ ),
+ hidden: false,
+ name: "Gy_BarCodeBillList",
+ path: "Gy_BarCodeBillList",
+ },
],
},
],
--
Gitblit v1.9.1