From c46cb6a71c35f38c7f23a2d01ad686f46a3d0e0b Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期三, 26 六月 2024 15:14:44 +0800
Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/r/ERP_override

---
 north-glass-erp/northglass-erp/src/router/index.js |   20 ++++++++++++++++++++
 1 files changed, 20 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 12d7461..3f6ea44 100644
--- a/north-glass-erp/northglass-erp/src/router/index.js
+++ b/north-glass-erp/northglass-erp/src/router/index.js
@@ -461,6 +461,26 @@
               component: () => import('../views/pp/Replenish/SelectReplenish.vue'),
             },
             {
+              path: 'selectPrintRepairFlowCard',
+              name: 'selectPrintRepairFlowCard',
+              component: () => import('../views/pp/Replenish/SelectPrintRepairFlowCard.vue'),
+            },
+            {
+              path: 'printRepairFlowCard',
+              name: 'printRepairFlowCard',
+              component: () => import('../views/pp/Replenish/PrintRepairFlowCard.vue'),
+            },
+            {
+              path: 'printRepairProcess',
+              name: 'printRepairProcess',
+              component: () => import('../views/pp/Replenish/PrintRepairProcess.vue'),
+            },
+            {
+              path: 'printReplenishFlowCard',
+              name: 'printReplenishFlowCard',
+              component: () => import('../views/pp/Replenish/PrintReplenishFlowCard.vue'),
+            },
+            {
               path: '',
               redirect:'/main/Replenish/SelectReplenish'
             }

--
Gitblit v1.8.0