heshaofeng
2025-11-29 415931fc8e37495b1be97b975bc409c5b279ce6f
ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/router/viewGird.js
@@ -79,7 +79,14 @@
  name: 'PickingConfirm', 
  component: () => import('@/views/outbound/PickingConfirm.vue'),
  meta: { title: '拣选确认', keepAlive: false }
},{
},
  {
  path: '/outbound/batchpicking',
  name: 'BatchPickingConfirm',
  component: () => import('@/views/outbound/BatchPickingConfirm.vue'),
  meta: { title: '拣选确认', keepAlive: false }
},
{
    path: '/stockInfo',
    name: 'stockInfo',
    component: () => import('@/views/stock/stockInfo.vue')
@@ -205,6 +212,11 @@
    path: '/allocateOrder',
    name: 'Dt_AllocateOrder',
    component: () => import('@/views/inbound/Dt_AllocateOrder.vue')
  },
  {
    path: '/reCheckOrder',
    name: 'Dt_ReCheckOrder',
    component: () => import('@/views/check/ReCheckOrder.vue')
  }
]