| | |
| | | name: 'stockInfoDetail', |
| | | component: () => import('@/views/stock/stockInfoDetail.vue') |
| | | }, { |
| | | path: '/task', |
| | | name: 'task', |
| | | component: () => import('@/views/taskinfo/task.vue') |
| | | path: '/Dt_SupplyTask', |
| | | name: 'Dt_SupplyTask', |
| | | component: () => import('@/views/taskinfo/Dt_SupplyTask.vue') |
| | | }, |
| | | { |
| | | path: '/task_hty', |
| | | name: 'task_hty', |
| | | component: () => import('@/views/taskinfo/task_hty.vue') |
| | | path: '/Dt_SupplyTask_Hty', |
| | | name: 'Dt_SupplyTask_Hty', |
| | | component: () => import('@/views/taskinfo/Dt_SupplyTask_Hty.vue') |
| | | }, { |
| | | path: '/stockView', |
| | | name: 'stockView', |
| | |
| | | name: 'Dt_Inventory_Batch', |
| | | component: () => import('@/views/stock/Dt_Inventory_Batch.vue') |
| | | }, |
| | | { |
| | | path: '/Dt_Incoming', |
| | | name: 'Incoming', |
| | | component: () => import('@/views/outbound/Incoming.vue') |
| | | }, |
| | | { |
| | | path: '/Dt_Container', |
| | | name: 'Container', |
| | | component: () => import('@/views/Alarm/Container.vue') |
| | | }, |
| | | { |
| | | path: '/Dt_EquipmentAlarmInfor', |
| | | name: 'EquipmentAlarmInfor', |
| | | component: () => import('@/views/Alarm/EquipmentAlarmInfor.vue') |
| | | }, |
| | | { |
| | | path:'/MessageInfo', |
| | | name:'MessageInfo', |
| | | component:()=>import('@/views/Alarm/MessageInfo.vue') |
| | | }, |
| | | { |
| | | path:'/MessageInfo_Hty', |
| | | name:'MessageInfo_Hty', |
| | | component:()=>import('@/views/Alarm/MessageInfo_Hty.vue') |
| | | } |
| | | ] |
| | | |
| | | export default viewgird |