xiazhengtongxue
3 天以前 51922d7093b9c8f52417bfdd0fe9aa087d1fb5be
Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js
@@ -6,6 +6,11 @@
    component: () => import('@/views/system/Sys_Log.vue')
  },
  {
    path: '/Mes_Log',
    name: 'mes_Log',
    component: () => import('@/views/system/Mes_Log.vue')
  },
  {
    path: '/Sys_User',
    name: 'Sys_User',
    component: () => import('@/views/system/Sys_User.vue')
@@ -73,11 +78,18 @@
    path: '/outboundOrderDetail',
    name: 'outboundOrderDetail',
    component: () => import('@/views/outbound/outboundOrderDetail.vue')
  }, {
  },
  {
    path: '/stockInfo',
    name: 'stockInfo',
    component: () => import('@/views/stock/stockInfo.vue')
  }, {
  },
  {
    path: '/hcstockInfo',
    name: 'hcstockInfo',
    component: () => import('@/views/stock/hcstockInfo.vue')
  },
  {
    path: '/stockInfoDetail',
    name: 'stockInfoDetail',
    component: () => import('@/views/stock/stockInfoDetail.vue')
@@ -90,10 +102,40 @@
    path: '/task_hty',
    name: 'task_hty',
    component: () => import('@/views/taskinfo/task_hty.vue')
  }, {
  },
  {
    path: '/agvTask',
    name: 'agvTask',
    component: () => import('@/views/taskinfo/agvTask.vue')
  },
  {
    path: '/agvStock',
    name: 'agvStock',
    component: () => import('@/views/stock/agvStock.vue')
  },{
    path: '/agvStockDetail',
    name: 'agvStockDetail',
    component: () => import('@/views/stock/agvStockDetail.vue')
  },
  {
    path: '/agvTask_hty',
    name: 'agvTask_hty',
    component: () => import('@/views/taskinfo/agvTask_hty.vue')
  },
  {
    path: '/groupPalle',
    name: 'groupPalle',
    component: () => import('@/views/stock/groupPalle.vue')
  },
  {
    path: '/stockView',
    name: 'stockView',
    component: () => import('@/views/stock/stockView.vue')
  }
  , {
    path: '/stockChat',
    name: 'stockChat',
    component: () => import('@/views/stock/stockChat.vue')
  }, {
    path: '/stockQuantityChangeRecord',
    name: 'stockQuantityChangeRecord',
@@ -201,6 +243,11 @@
    name: 'PDA',
    component: () => import('@/views/system/PDA.vue')
  }
  , {
    path: '/outboundTimeConfig',
    name: 'outboundTimeConfig',
    component: () => import('@/views/system/outboundTimeConfig.vue')
  }
]
export default viewgird