From 64aa82730540f2d24168f7584ad130724db2b7bb Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期一, 17 十一月 2025 11:25:26 +0800
Subject: [PATCH] 1
---
src/store/modules/permission.js | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 50 insertions(+), 0 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index 99d9e28..18f2547 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -307,6 +307,30 @@
name: "GySupplier",
path: "gySupplier",
},
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鐗╂枡鍒楄〃",
+ },
+ component: () => import("@/views/gyMaterial/GyMaterial.vue"),
+ hidden: false,
+ name: "GyMaterial",
+ path: "GyMaterial",
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "瀹㈡埛鍒楄〃",
+ },
+ component: () => import("@/views/GyCustomer/index.vue"),
+ hidden: false,
+ name: "GyCustomer",
+ path: "GyCustomer",
+ },
],
},
],
@@ -422,6 +446,32 @@
name: "POStockInBillEdit",
path: "POStockInBillEdit",
},
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鍒嗗竷寮忚皟鍏ュ崟缁存姢",
+ },
+ component: () =>
+ import("@/views/FbStepFoldinBillList/fbStepFoldinBillList.vue"),
+ hidden: false,
+ name: "FbStepFoldinBillList",
+ path: "FbStepFoldinBillList",
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鍒嗗竷寮忚皟鍑哄崟缁存姢",
+ },
+ component: () =>
+ import("@/views/FbStepFoldOutBillList/fbStepFoldOutBillList.vue"),
+ hidden: false,
+ name: "FbStepFoldOutBillList",
+ path: "FbStepFoldOutBillList",
+ },
],
},
{
--
Gitblit v1.9.1