From 5604dbc73f2c61e6a19fab14b5b17527e2e40958 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 13 十一月 2025 14:00:13 +0800
Subject: [PATCH] 配置 采购入库单的菜单、路径。采购入库单:列表查看、删除、审核反审核
---
src/store/modules/permission.js | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 57 insertions(+), 1 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index ac7bf4d..a271aa0 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -88,7 +88,63 @@
],
},
],
- },{
+ },
+ {
+ 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/sell/sellOut/sellOutBillEdit.vue'),
+ hidden: false,
+ name: "Kf_POStockInBillEdit",
+ path: "Kf_POStockInBillEdit",
+ },
+ ],
+ },
+ ],
+ },
+ {
alwaysShow: true,
component: "Layout",
meta: {
--
Gitblit v1.9.1