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