| | |
| | | name: 'customerInfo', |
| | | component: () => import('@/views/basic/customerInfo.vue') |
| | | } |
| | | , { |
| | | path: '/userInfo', |
| | | name: 'userInfo', |
| | | component: () => import('@/views/basic/userInfo.vue') |
| | | } |
| | | |
| | | , { |
| | | path: '/mesOutboundOrder', |
| | | name: 'mesOutboundOrder', |
| | |
| | | name: 'recheckOutPicking', |
| | | component: () => import('@/views/outbound/recheckOutPicking.vue'), |
| | | meta: { title: 'æ£é确认', keepAlive: false } |
| | | } |
| | | }, { |
| | | path: '/PlasticContainerLedger', |
| | | name: 'Dt_PlasticContainerLedger', |
| | | component: () => import('@/views/stock/Dt_PlasticContainerLedger.vue') |
| | | } |
| | | ] |
| | | |
| | | export default viewgird |