let tables = [
|
{
|
path: '/Dt_AreaInfo',
|
name: 'Dt_AreaInfo',
|
component: () => import('@/views/widesea_wms/basicinfo/Dt_AreaInfo.vue')
|
},
|
{
|
path: '/Dt_BillGroupStock',
|
name: 'Dt_BillGroupStock',
|
component: () => import('@/views/widesea_wms/stock/Dt_BillGroupStock.vue')
|
},
|
// {
|
// path: '/Dt_BillGroupStockDetail',
|
// name: 'Dt_BillGroupStockDetail',
|
// component: () => import('@/views/widesea_wms/stock/Dt_BillGroupStockDetail.vue')
|
// },
|
{
|
path: '/Dt_InboundOrder',
|
name: 'Dt_InboundOrder',
|
component: () => import('@/views/widesea_wms/invoices/Dt_InboundOrder.vue')
|
},
|
{
|
path: '/Dt_InboundOrderDetail',
|
name: 'Dt_InboundOrderDetail',
|
component: () => import('@/views/widesea_wms/invoices/Dt_InboundOrderDetail.vue')
|
},
|
{
|
path: '/Dt_LocationInfo',
|
name: 'Dt_LocationInfo',
|
component: () => import('@/views/widesea_wms/basicinfo/Dt_LocationInfo.vue')
|
},
|
{
|
path: '/Dt_MaterielAttribute',
|
name: 'Dt_MaterielAttribute',
|
component: () => import('@/views/widesea_wms/material/Dt_MaterielAttribute.vue')
|
},
|
{
|
path: '/Dt_MaterielInfo',
|
name: 'Dt_MaterielInfo',
|
component: () => import('@/views/widesea_wms/material/Dt_MaterielInfo.vue')
|
},
|
{
|
path: '/Dt_OutOrder',
|
name: 'Dt_OutOrder',
|
component: () => import('@/views/widesea_wms/invoices/Dt_OutOrder.vue')
|
},
|
{
|
path: '/Dt_OutOrderAndStock',
|
name: 'Dt_OutOrderAndStock',
|
component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderAndStock.vue')
|
},
|
{
|
path: '/Dt_OutOrderDetail',
|
name: 'Dt_OutOrderDetail',
|
component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderDetail.vue')
|
},
|
{
|
path: '/Dt_OutOrderProduction',
|
name: 'Dt_OutOrderProduction',
|
component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderProduction.vue')
|
},
|
{
|
path: '/Dt_OutOrderProductionDetail',
|
name: 'Dt_OutOrderProductionDetail',
|
component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderProductionDetail.vue')
|
},
|
{
|
path: '/Dt_OutOrderTransfer',
|
name: 'Dt_OutOrderTransfer',
|
component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderTransfer.vue')
|
},
|
{
|
path: '/Dt_OutOrderTransferDetail',
|
name: 'Dt_OutOrderTransferDetail',
|
component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderTransferDetail.vue')
|
},
|
{
|
path: '/Dt_RoadWayInfo',
|
name: 'Dt_RoadWayInfo',
|
component: () => import('@/views/widesea_wms/basicinfo/Dt_RoadWayInfo.vue')
|
},
|
{
|
path: '/Dt_Strategy',
|
name: 'Dt_Strategy',
|
component: () => import('@/views/widesea_wms/basicinfo/Dt_Strategy.vue')
|
},
|
{
|
path: '/Dt_Task',
|
name: 'Dt_Task',
|
|
component: () => import('@/views/widesea_wms/taskinfo/Dt_Task.vue'),
|
meta: {
|
keepAlive: false
|
}
|
},
|
// {
|
// path: '/Dt_TaskExecuteDetail',
|
// name: 'Dt_TaskExecuteDetail',
|
// component: () => import('@/views/widesea_wms/taskinfo/Dt_TaskExecuteDetail.vue'),
|
// meta: {
|
// keepAlive: false
|
// }
|
// },
|
{
|
path: '/Dt_UnitInfo',
|
name: 'Dt_UnitInfo',
|
component: () => import('@/views/widesea_wms/basicinfo/Dt_UnitInfo.vue')
|
},
|
{
|
path: '/Dt_WareAreaInfo',
|
name: 'Dt_WareAreaInfo',
|
component: () => import('@/views/widesea_wms/basicinfo/Dt_WareAreaInfo.vue')
|
},
|
{
|
path: '/Dt_OutOrderSorting',
|
name: 'Dt_OutOrderSorting',
|
component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderSorting.vue')
|
},
|
// {
|
// path: '/Sys_Config',
|
// name: 'Sys_Config',
|
// component: () => import('@/views/system/Sys_Config.vue')
|
// },
|
{
|
path: '/PointStackerRelation',
|
name: 'PointStackerRelation',
|
component: () => import('@/views/widesea_wms/basicinfo/PointStackerRelation.vue')
|
},
|
{
|
path: '/LocationStatusChange',
|
name: 'LocationStatusChange',
|
component: () => import('@/views/widesea_wms/basicinfo/LocationStatusChange.vue')
|
}
|
]
|
export default tables
|