liulijun
2025-11-17 d842fb603597a5db23c4359081a4e564ce716892
项目代码/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')
@@ -171,37 +185,7 @@
    name: 'userInfo',
    component: () => import('@/views/basic/userInfo.vue')
  }
  , {
    path: '/mesOutboundOrder',
    name: 'mesOutboundOrder',
    component: () => import('@/views/outbound/mesOutboundOrder.vue')
  },{
    path: '/mesPPOutboundOrder',
    name: 'mesPPOutboundOrder',
    component: () => import('@/views/outbound/mesPPOutboundOrder.vue')
  },{
    path: '/mesPPOutboundOrderDetail',
    name: 'mesPPOutboundOrderDetail',
    component: () => import('@/views/outbound/mesPPOutboundOrderDetail.vue')
  },{
    path: '/mesPPCutOutboundOrder',
    name: 'mesPPCutOutboundOrder',
    component: () => import('@/views/outbound/mesPPCutOutboundOrder.vue')
  }, {
    path: '/mesPPCutOutboundOrderDetail',
    name: 'mesPPCutOutboundOrderDetail',
    component: () => import('@/views/outbound/mesPPCutOutboundOrderDetail.vue')
  },
  {
    path: '/mesPPBackInboundOrder',
    name: 'mesPPBackInboundOrder',
    component: () => import('@/views/inbound/mesPPBackInboundOrder.vue')
  },
  {
    path: '/mesPPBackInboundOrderDetail',
    name: 'mesPPBackInboundOrderDetail',
    component: () => import('@/views/inbound/mesPPBackInboundOrderDetail.vue')
  },
  ,
  {
    path: '/returnOrder',
    name: 'returnOrder',
@@ -230,19 +214,11 @@
    path: '/proStockInfoDetail_Hty',
    name: 'proStockInfoDetail_Hty',
    component: () => import('@/views/stock/proStockInfoDetail_Hty.vue')
  },{
    path: '/proOutOrder',
    name: 'proOutOrder',
    component: () => import('@/views/outbound/proOutOrder.vue')
  }, {
    path: '/proOutOrderDetail',
    name: 'proOutOrderDetail',
    component: () => import('@/views/outbound/proOutOrderDetail.vue')
  },
  {
    path: '/mesProInOrder',
    name: 'mesProInOrder',
    component: () => import('@/views/inbound/mesProInOrder.vue')
    path: '/mesProInOrderInfo',
    name: 'mesProInOrderInfo',
    component: () => import('@/views/inbound/mesProInOrderInfo.vue')
  },
  {
    path: '/mesProInOrderDetail',
@@ -254,16 +230,6 @@
    name: 'proStockView',
    component: () => import('@/views/stock/ProStockView.vue')
  }, 
  {
    path: '/materielnfoStatistics',
    name: 'materielnfoStatistics',
    component: () => import('@/views/stock/materielnfoStatistics.vue')
  },
  {
    path: '/materielnfoStatistics',
    name: 'materielnfoStatistics',
    component: () => import('@/views/stock/materielnfoStatistics.vue')
  },
  {
    path: '/proInStatistics',
    name: 'proInStatistics',
@@ -278,6 +244,37 @@
    path: '/agvStationInfo',
    name: 'agvStationInfo',
    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')
  },{
    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