From 821397b01a004f8560c987ef83146614a9356ecb Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期六, 03 一月 2026 17:18:36 +0800
Subject: [PATCH] 1

---
 WMS/WIDESEA_WMSClient/src/router/viewGird.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/WMS/WIDESEA_WMSClient/src/router/viewGird.js b/WMS/WIDESEA_WMSClient/src/router/viewGird.js
index 0d66c41..050984f 100644
--- a/WMS/WIDESEA_WMSClient/src/router/viewGird.js
+++ b/WMS/WIDESEA_WMSClient/src/router/viewGird.js
@@ -80,6 +80,14 @@
     name: 'outboundOrderDetail',
     component: () => import('@/views/outbound/outboundOrderDetail.vue')
   }, {
+    path: '/newoutboundOrder',
+    name: 'newoutboundOrder',
+    component: () => import('@/views/outbound/newoutboundOrder.vue')
+  }, {
+    path: '/newoutboundOrderDetail',
+    name: 'newoutboundOrderDetail',
+    component: () => import('@/views/outbound/newoutboundOrderDetail.vue')
+  }, {
     path: '/stockInfo',
     name: 'stockInfo',
     component: () => import('@/views/stock/stockInfo.vue')

--
Gitblit v1.9.3