From 7fb0a8f0ab16c149484bf043754cd10cfa94de2f Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期一, 19 一月 2026 14:48:05 +0800
Subject: [PATCH] 增加了业务员,保管员和验收员的对应的显示
---
src/router/index.js | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
1 files changed, 56 insertions(+), 4 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 8a0c348..45714ed 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -196,6 +196,15 @@
],
},
//#endregion
+
+ //#region 鏉$爜涓绘。_閿﹂殕_鑷姩鐧诲綍
+ {
+ path: "/warehouse/barcodeMaster/Gy_BarCodeBillList_JinLong_AutoLogin",
+ component: () => import("@/views/warehouse/barcodeMaster/Gy_BarCodeBillList.vue"),
+ hidden: true,
+ },
+ //#endregion
+
//#endregion
//#region 浠撳瓨绠$悊
@@ -1057,7 +1066,7 @@
},
//#endregion
- //#region 瀹瑰櫒棰嗙敤閫�搴撳崟鍒楄〃
+ //#region 瀹瑰櫒鍏ュ簱鍗曞垪琛�
{
path: "/scMould/warehouse/Sc_MouldProdBackBillList",
component: Layout,
@@ -1074,13 +1083,13 @@
component: () =>
import("@/views/scMould/warehouse/Sc_MouldProdBackBillList"),
name: "Sc_MouldProdBackBillList",
- meta: { title: "瀹瑰櫒棰嗙敤閫�搴撳崟缁存姢", activeMenu: "scMould/warehouse" },
+ meta: { title: "瀹瑰櫒鍏ュ簱鍗曠淮鎶�", activeMenu: "scMould/warehouse" },
},
],
},
//#endregion
- //#region 瀹瑰櫒棰嗙敤閫�搴撳崟
+ //#region 瀹瑰櫒鍏ュ簱鍗�
{
path: "/scMould/warehouse/Sc_MouldProdBackBillEdit",
component: Layout,
@@ -1096,7 +1105,7 @@
component: () =>
import("@/views/scMould/warehouse/Sc_MouldProdBackBillEdit"),
name: "Sc_MouldProdBackBillEdit",
- meta: { title: "瀹瑰櫒棰嗙敤閫�搴撳崟缂栬緫", activeMenu: "scMould/warehouse" },
+ meta: { title: "瀹瑰櫒鍏ュ簱鍗曠紪杈�", activeMenu: "scMould/warehouse" },
},
],
},
@@ -1799,6 +1808,49 @@
],
},
//#endregion
+
+ //#region 鐗╂祦绠$悊
+ //#region 杩愯緭瀹氫綅
+ //#region 杩愬崟鍒楄〃
+ {
+ path: "logistics/transportGPS/WL_YayBill",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/logistics/transportGPS", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/logistics/transportGPS/WL_YayBill",
+ component: () => import("@/views/logistics/transportGPS/WL_YayBill.vue"),
+ name: "WL_YayBill",
+ meta: { title: "鍑鸿繍鍗�", activeMenu: "logistics/transportGPS" },
+ },
+ ],
+ },
+ //#endregion
+ //#region 杩愬崟缂栬緫
+ {
+ path: "logistics/transportGPS/Add_Edit_WL_YayBill",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/logistics/transportGPS", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/logistics/transportGPS/Add_Edit_WL_YayBill",
+ component: () => import("@/views/logistics/transportGPS/Add_Edit_WL_YayBill.vue"),
+ name: "Add_Edit_WL_YayBill",
+ meta: { title: "杩愬崟缂栬緫", activeMenu: "logistics/transportGPS" },
+ },
+ ],
+ },
+ //#endregion
];
// 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇
--
Gitblit v1.9.1