From e1045d3662405a95481d575ed1ae4cf9e3d9b1e7 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期一, 17 十一月 2025 09:38:11 +0800
Subject: [PATCH] 物料,客户,分布式调入单,分布式调出单
---
src/store/modules/permission.js | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 48 insertions(+), 0 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index ac7bf4d..3a409c9 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -140,6 +140,54 @@
// name: "GyWarehouse",
// path: "gyWarehouse",
// },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "瀹㈡埛鍒楄〃",
+ },
+ component: () => import('@/views/GyCustomer/index.vue'),
+ hidden: false,
+ name: "GyCustomer",
+ path: "gyCustomer",
+ },
+ {
+ 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/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