dengjunjie
4 天以前 1b8daa902b075c7cedee7bbcc13b914b7a5b4ad4
新建文件夹/WMS/src/router/viewGird.js
@@ -82,14 +82,14 @@
    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',
@@ -206,6 +206,31 @@
    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