| | |
| | | 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') |