From c2161d6ac6c8bff6424ad18c2a14d5bfb7ceefbf Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 11 十一月 2025 13:27:40 +0800
Subject: [PATCH] 菜单增加采购入库单、配置路径
---
src/store/modules/permission.js | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 59 insertions(+), 1 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index e72b66a..9a6c091 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -89,7 +89,65 @@
],
},
],
- },{
+ },
+ {
+ 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",
+ }
+ ],
+ },
+ ],
+ },
+ {
alwaysShow: true,
component: "Layout",
meta: {
--
Gitblit v1.9.1