From 1e1c416c6aa6596feb333b75d882ffeede73d3c9 Mon Sep 17 00:00:00 2001
From: guoyujie <guoyujie@ng.com>
Date: 星期二, 08 四月 2025 17:37:34 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override

---
 north-glass-erp/northglass-erp/src/router/index.js |    5 +++++
 1 files changed, 5 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 187bd23..f85f0b3 100644
--- a/north-glass-erp/northglass-erp/src/router/index.js
+++ b/north-glass-erp/northglass-erp/src/router/index.js
@@ -1122,6 +1122,11 @@
               component: () => import('../views/mm/stockReport/MaterialOutboundReport.vue'),
             },
             {
+              path: 'optimizeOutboundReport',
+              name: 'optimizeOutboundReport',
+              component: () => import('../views/mm/stockReport/OptimizeOutboundReport.vue'),
+            },
+            {
               path: 'materialReturnReport',
               name: 'materialReturnReport',
               component: () => import('../views/mm/stockReport/MaterialReturnReport.vue'),

--
Gitblit v1.8.0