| | |
| | | component: () => import('@/views/outbound/PickingConfirm.vue'), |
| | | meta: { title: 'æ£é确认', keepAlive: false } |
| | | }, |
| | | { |
| | | path: '/outbound/outPicking', |
| | | name: 'outPicking', |
| | | component: () => import('@/views/outbound/outPicking.vue'), |
| | | meta: { title: 'æ£é确认', keepAlive: false } |
| | | }, |
| | | { |
| | | path: '/outbound/batchpicking', |
| | | name: 'BatchPickingConfirm', |
| | |
| | | path:'/printForm', |
| | | name: 'printForm', |
| | | component: () => import('@/views/outbound/printForm.vue') |
| | | }, |
| | | },{ |
| | | path: '/Log', |
| | | name: 'Log', |
| | | component: () => import('@/views/system/Log.vue'), |
| | | meta: { |
| | | } |
| | | }, { |
| | | path: '/takeStockOrder', |
| | | name: 'takeStockOrder', |
| | | component: () => import('@/views/inbound/takeStockOrder.vue') |
| | | }, { |
| | | path: '/takeStockOrderDetail', |
| | | name: 'takeStockOrderDetail', |
| | | component: () => import('@/views/inbound/takeStockOrderDetail.vue') |
| | | }, { |
| | | path: '/wms-dashboard', |
| | | name: 'wms-dashboard', |
| | | component: () => import('@/views/charts/wms-dashboard.vue') |
| | | } |
| | | ] |
| | | |
| | | export default viewgird |