From cdd0159484f86674e0fe50918c7e494500d57a5f Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 19 十一月 2025 10:54:44 +0800
Subject: [PATCH] 销售退货单菜单、路径配置
---
src/store/modules/permission.js | 39 +++++++++++++++++++
src/router/index.js | 39 +++++++++++++++++++
2 files changed, 78 insertions(+), 0 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index db68d9e..0ee4867 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -127,6 +127,45 @@
},
],
},
+ //閿�鍞��璐у崟
+ {
+ path: "/sell/StockBillMainList/KfICStockBillMainList",
+ component: Layout,
+ hidden: true,
+ // permissions: ["system:goods:add"],
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/sell/StockBillMainList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/sell/StockBillMainList/KfICStockBillMainList",
+ component: () =>import ("@/views/sell/Kf_ICStockBillMainList/Kf_ICStockBillMainList.vue"),
+ name: "KfICStockBillMainList",
+ meta: { title: "閿�鍞��璐у崟", activeMenu: "sell/StockBillMainList" },
+ },
+ ],
+ },
+ //閿�鍞��璐у崟缂栬緫椤甸潰
+ {
+ path: "/sell/StockBillMainList/KfICStockBillMainListEdit",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/sell/StockBillMainList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/sell/StockBillMainList/KfICStockBillMainListEdit",
+ component: () =>import ("@/views/sell/Kf_ICStockBillMainList/Kf_ICStockBillMainListEdit.vue"),
+ name: "KfICStockBillMainListEdit",
+ meta: { title: "閿�鍞��璐у崟缂栬緫", activeMenu: "sell/StockBillMainList" },
+ },
+ ],
+ },
//鐢ㄦ埛鍒楄〃
{
path: "/system/user/xtUserList",
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index 61659e8..7c4cdc5 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -214,6 +214,45 @@
},
],
},
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "閿�鍞��璐у崟",
+ },
+ hidden: false,
+ name: "StockBillMainList",
+ path: "StockBillMainList",
+ redirect: "noRedirect",
+ component: "Layout",
+ children: [
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "閿�鍞��璐у崟缁存姢",
+ },
+ component: () =>import ("@/views/sell/Kf_ICStockBillMainList/Kf_ICStockBillMainList.vue"),
+ hidden: false,
+ name: "KfICStockBillMainList",
+ path: "KfICStockBillMainList",
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "閿�鍞��璐у崟",
+ },
+ component: () =>import ("@/views/sell/Kf_ICStockBillMainList/Kf_ICStockBillMainListEdit.vue"),
+ hidden: false,
+ name: "KfICStockBillMainListEdit",
+ path: "KfICStockBillMainListEdit",
+ },
+ ],
+ },
],
},
{
--
Gitblit v1.9.1