From d20289401001352bb20ca0bd614f4ef3e2c749d0 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期二, 06 八月 2024 17:43:33 +0800
Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/r/ERP_override

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

diff --git a/north-glass-erp/northglass-erp/src/router/index.js b/north-glass-erp/northglass-erp/src/router/index.js
index c1984d6..c5bcd00 100644
--- a/north-glass-erp/northglass-erp/src/router/index.js
+++ b/north-glass-erp/northglass-erp/src/router/index.js
@@ -167,6 +167,11 @@
               component: () => import('../views/sd/order/UpdateOrderCraft.vue'),
             },
             {
+              path: 'orderSummaryReport',
+              name: 'orderSummaryReport',
+              component: () => import('../views/sd/order/OrderSummaryReport.vue'),
+            },
+            {
               path: 'orderReport',
               name: 'orderReport',
               component: () => import('../views/sd/order/OrderReport.vue'),
@@ -883,7 +888,11 @@
               name: 'selectIngredientsStock',
               component:()=>import('../views/mm/mainIngredientStock/SelectIngredientsStock.vue')
             },
-
+            {
+              path: 'selectSurplusMaterials',
+              name: 'selectSurplusMaterials',
+              component:()=>import('../views/mm/mainIngredientStock/SelectSurplusMaterials.vue')
+            },
             {
               path: 'accessoriesMonthlySettlement',
               name: 'accessoriesMonthlySettlement',

--
Gitblit v1.8.0