pan
2025-11-26 0e1b2a4403d26c6e4a391fac88db947e9486e8cb
ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/router/viewGird.js
@@ -73,7 +73,13 @@
    path: '/outboundOrderDetail',
    name: 'outboundOrderDetail',
    component: () => import('@/views/outbound/outboundOrderDetail.vue')
  }, {
  },
  {
  path: '/outbound/picking',
  name: 'PickingConfirm',
  component: () => import('@/views/outbound/PickingConfirm.vue'),
  meta: { title: '拣选确认', keepAlive: false }
},{
    path: '/stockInfo',
    name: 'stockInfo',
    component: () => import('@/views/stock/stockInfo.vue')
@@ -185,7 +191,16 @@
    path: '/materielToMes',
    name: 'Dt_MaterielToMes',
    component: () => import('@/views/inbound/Dt_MaterielToMes.vue')
  },
  }, {
    path:'/allocateinboundOrder',
    name: 'allocateinboundOrder',
    component: () => import('@/views/inbound/allocateinboundOrder.vue')
  },{
    path:'/allocateoutboundOrder',
    name: 'allocateoutboundOrder',
    component: () => import('@/views/outbound/allocateoutboundOrder.vue')
  },
  {
    path: '/allocateOrder',
    name: 'Dt_AllocateOrder',