From 2a61d7df77bba7a7cecae544c3f021d02a684af4 Mon Sep 17 00:00:00 2001
From: chenhaozhe <gaozhechen26@gmail.com>
Date: 星期日, 14 十二月 2025 21:15:18 +0800
Subject: [PATCH] 添加网页打印模块
---
src/router/index.js | 31 ++++++++++++++++++++-----------
1 files changed, 20 insertions(+), 11 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 65a99ba..e3019be 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -523,7 +523,7 @@
title: "閲囪喘閫�鏂欏崟鍒楄〃锛堝凡鍏ュ簱锛�",
activeMenu: "purchase/postockInBack",
},
- }
+ },
],
},
//#endregion
@@ -812,7 +812,7 @@
},
],
},
- //#endregion
+ //#endregion
//#region 鍣ㄥ叿涓绘。
{
@@ -862,7 +862,7 @@
],
},
//#endregion
- //#endregion
+ //#endregion
//#region 鍣ㄥ叿浠撳瓨绠$悊
//#region 鍣ㄥ叿棰嗙敤鐢宠鍗曞垪琛�
@@ -886,7 +886,7 @@
},
],
},
- //#endregion
+ //#endregion
//#region 鍣ㄥ叿棰嗙敤鐢宠鍗�
{
@@ -997,7 +997,7 @@
},
],
},
- //#endregion
+ //#endregion
//#region 鍣ㄥ叿棰嗙敤閫�搴撳崟鍒楄〃
{
@@ -1132,7 +1132,7 @@
},
],
},
- //#endregion
+ //#endregion
//#endregion
//#endregion
@@ -1199,7 +1199,7 @@
},
],
},
- //#endregion
+ //#endregion
//#endregion
//#region OA鍩虹璧勬枡
@@ -1432,7 +1432,8 @@
children: [
{
path: "/basic/gy/gyCartypelist",
- component: () => import("@/views/basic/gyCartypelist/gyCartypelist.vue"),
+ component: () =>
+ import("@/views/basic/gyCartypelist/gyCartypelist.vue"),
name: "GyCartype",
meta: { title: "杞﹀瀷鍒楄〃", activeMenu: "basic/gy" },
},
@@ -1471,7 +1472,8 @@
//#region 璐圭敤鍩虹璧勬枡
//#region 璐圭敤椤圭洰鍒楄〃
- {//src\views\basic\gyItemMoney\gyItemMoney.vue
+ {
+ //src\views\basic\gyItemMoney\gyItemMoney.vue
path: "/basic/gy/gyItemMoney",
component: Layout,
hidden: true,
@@ -1491,9 +1493,10 @@
},
//#endregion
//#endregion
-
+
//#region 杈呭姪灞炴�у熀纭�璧勬枡
- {//src\views\basic\gyItemMoney\gyItemMoney.vue
+ {
+ //src\views\basic\gyItemMoney\gyItemMoney.vue
path: "/basic",
component: Layout,
hidden: true,
@@ -1530,6 +1533,12 @@
component: () => import("@/views/component/printList/hBarPlanPrint"),
hidden: true,
},
+ //#region 鎵撳嵃鍒楄〃(缃戦〉)
+ {
+ path: "/hBarPlanPrintWeb",
+ component: () => import("@/views/component/printList/barcode.vue"),
+ hidden: true,
+ },
//#endregion
//#endregion
//#endregion
--
Gitblit v1.9.1