From d11b1f9c98e8765d3cee15abd4474b0e05a5acbc Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期六, 01 三月 2025 10:33:56 +0800 Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn --- 代码管理/WMS/WIDESEA_WMSClient/src/router/viewGird.js | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 45 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 bbf567f..eb62378 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" @@ -53,6 +53,10 @@ path: '/palletCodeInfo', name: 'palletCodeInfo', component: () => import('@/views/basic/palletCodeInfo.vue') + },{ + path: '/MaterielCodeInfo', + name: 'MaterielCodeInfo', + component: () => import('@/views/basic/materielCodeInfo.vue') }, { path: '/inboundOrder', name: 'inboundOrder', @@ -172,6 +176,47 @@ name: 'userInfo', component: () => import('@/views/basic/userInfo.vue') } + , { + 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: '/mesPPBackInboundOrder', + name: 'mesPPBackInboundOrder', + component: () => import('@/views/inbound/mesPPBackInboundOrder.vue') + }, + { + path: '/mesPPBackInboundOrderDetail', + name: 'mesPPBackInboundOrderDetail', + component: () => import('@/views/inbound/mesPPBackInboundOrderDetail.vue') + }, + { + path: '/returnOrder', + name: 'returnOrder', + component: () => import('@/views/inbound/returnOrder.vue') + } + , { + path: '/takeStockOrder', + name: 'takeStockOrder', + component: () => import('@/views/inbound/takeStockOrder.vue') + } ] export default viewgird -- Gitblit v1.9.3