xiazhengtongxue
3 天以前 51922d7093b9c8f52417bfdd0fe9aa087d1fb5be
Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js
@@ -78,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')
@@ -236,6 +243,11 @@
    name: 'PDA',
    component: () => import('@/views/system/PDA.vue')
  }
  , {
    path: '/outboundTimeConfig',
    name: 'outboundTimeConfig',
    component: () => import('@/views/system/outboundTimeConfig.vue')
  }
]
export default viewgird