| | |
| | | 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: { |
| | | } |
| | | } |
| | | ] |
| | | |
| | | export default viewgird |