From 659b0ed98c87b164b96ac43b3c0c8a7d2f975bf2 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期五, 28 二月 2025 10:51:20 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn

---
 代码管理/WMS/WIDESEA_WMSClient/src/router/viewGird.js |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/router/viewGird.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/router/viewGird.js"
index cd308da..03edcba 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/router/viewGird.js"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/router/viewGird.js"
@@ -180,7 +180,23 @@
     path: '/mesOutboundOrder',
     name: 'mesOutboundOrder',
     component: () => import('@/views/outbound/mesOutboundOrder.vue')
+  },{
+    path: '/mesPPOutboundOrder',
+    name: 'mesPPOutboundOrder',
+    component: () => import('@/views/outbound/mesPPOutboundOrder.vue')
+  },{
+    path: '/mesPPOutboundOrderDetail',
+    name: 'mesPPOutboundOrderDetail',
+    component: () => import('@/views/outbound/mesPPOutboundOrderDetail.vue')
+  },{
+    path: '/mesPPCutOutboundOrder',
+    name: 'mesPPCutOutboundOrder',
+    component: () => import('@/views/outbound/mesPPCutOutboundOrder.vue')
   }, {
+    path: '/mesPPCutOutboundOrderDetail',
+    name: 'mesPPCutOutboundOrderDetail',
+    component: () => import('@/views/outbound/mesPPCutOutboundOrderDetail.vue')
+  },{
     path: '/returnOrder',
     name: 'returnOrder',
     component: () => import('@/views/inbound/returnOrder.vue')

--
Gitblit v1.9.3