From 25cc86fd8a2fb3b2bb6b385cba0adaf89ff3dcdc Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期四, 18 十二月 2025 16:39:32 +0800
Subject: [PATCH] 流程卡进度打印部分代码

---
 north-glass-erp/northglass-erp/src/router/index.js |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/router/index.js b/north-glass-erp/northglass-erp/src/router/index.js
index 4ba8821..acf964b 100644
--- a/north-glass-erp/northglass-erp/src/router/index.js
+++ b/north-glass-erp/northglass-erp/src/router/index.js
@@ -587,6 +587,12 @@
               name: 'printProjectDetailSmallPiece',
               component: () => import('../views/pp/processCard/PrintProjectDetailSmallPiece.vue'),
             },
+
+            {
+              path: 'PrintProgressProcessCard',
+              name: 'PrintProgressProcessCard',
+              component: () => import('../views/pp/processCard/PrintProgressProcessCard.vue'),
+            },
             {
               path: '',
               redirect:'/main/processCard/selectProcessCard'

--
Gitblit v1.8.0