liulijun
2025-11-17 da4257bc32483409af02a06dd342c6981ec786ec
项目代码/WMS/WMSClient/src/router/viewGird.js
@@ -70,6 +70,14 @@
    name: 'inboundOrderDetail',
    component: () => import('@/views/inbound/inboundOrderDetail.vue')
  }, {
    path: '/proDeliverBackOrder',
    name: 'ProDeliverBackOrder',
    component: () => import('@/views/inbound/proDeliverBackOrder.vue')
  }, {
    path: '/proDeliverBackOrderDetail',
    name: 'ProDeliverBackOrderDetail',
    component: () => import('@/views/inbound/proDeliverBackOrderDetail.vue')
  },{
    path: '/outBSTOrder',
    name: 'outBSTOrder',
    component: () => import('@/views/outbound/outBSTOrder.vue')
@@ -77,13 +85,19 @@
    path: '/outBSTOrderDetail',
    name: 'outBSTOrderDetail',
    component: () => import('@/views/outbound/outBSTOrderDetail.vue')
  },
  {
  }, {
    path: '/outStockLockInfo',
    name: 'outStockLockInfo',
    component: () => import('@/views/outbound/outStockLockInfo.vue')
  },
  {
  },{
    path: '/proDeliveryOrder',
    name: 'ProDeliveryOrder',
    component: () => import('@/views/outbound/proDeliveryOrder.vue')
  },{
    path: '/proDeliveryOrderDetail',
    name: 'ProDeliveryOrderDetail',
    component: () => import('@/views/outbound/proDeliveryOrderDetail.vue')
  },{
    path: '/materielnfoStatistics',
    name: 'materielnfoStatistics',
    component: () => import('@/views/stock/materielnfoStatistics.vue')
@@ -202,9 +216,9 @@
    component: () => import('@/views/stock/proStockInfoDetail_Hty.vue')
  },
  {
    path: '/mesProInOrder',
    name: 'mesProInOrder',
    component: () => import('@/views/inbound/mesProInOrder.vue')
    path: '/mesProInOrderInfo',
    name: 'mesProInOrderInfo',
    component: () => import('@/views/inbound/mesProInOrderInfo.vue')
  },
  {
    path: '/mesProInOrderDetail',
@@ -232,6 +246,16 @@
    component: () => import('@/views/basic/agvStationInfo.vue')
  },
  {
    path: '/apiInfo',
    name: 'apiInfo',
    component: () => import('@/views/basic/apiInfo.vue')
  },
  {
    path: '/makeCenterInfo',
    name: 'makeCenterInfo',
    component: () => import('@/views/basic/makeCenterInfo.vue')
  },
  {
    path: '/outSGOrder',
    name: 'outSGOrder',
    component: () => import('@/views/outbound/outSGOrder.vue')
@@ -239,6 +263,18 @@
    path: '/purchaseBSTOrder',
    name: 'purchaseBSTOrder',
    component: () => import('@/views/inbound/purchaseBSTOrder.vue')
  },{
    path: '/outBSTPickInfo',
    name: 'outBSTPickInfo',
    component: () => import('@/views/outbound/outBSTPickInfo.vue')
  },{
    path: '/returnBSTOrder',
    name: 'returnBSTOrder',
    component: () => import('@/views/inbound/returnBSTOrder.vue')
  },{
    path: '/returnBSTOrderDetail',
    name: 'returnBSTOrderDetail',
    component: () => import('@/views/inbound/returnBSTOrderDetail.vue')
  }
]
export default viewgird