From c7082f9c389230a989b1fa63862f6aa6e720990c Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期五, 28 二月 2025 10:41:13 +0800
Subject: [PATCH] PP仓出库MES,AGV对接流程
---
代码管理/WMS/WIDESEA_WMSClient/src/router/viewGird.js | 25 +++++++++++++++++++++++++
1 files changed, 25 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 ccb09c9..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,6 +180,31 @@
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')
+ }
+ , {
+ path: '/takeStockOrder',
+ name: 'takeStockOrder',
+ component: () => import('@/views/inbound/takeStockOrder.vue')
}
]
--
Gitblit v1.9.3