...
|
...
|
@@ -340,74 +340,74 @@ let routes = [ |
|
|
//
|
|
|
// ]
|
|
|
// },
|
|
|
// {
|
|
|
// path: '/airtransport',
|
|
|
// component: Home,
|
|
|
// name: '通用业务申报',
|
|
|
// iconCls:'el-icon-goods',
|
|
|
// children:[
|
|
|
// {path:'/route',component:Route,name:'航线申报'},
|
|
|
// {path:'/bill',component:Bill,name:'单据申报'},
|
|
|
// {path:'/flights',component:Flight,name:'航班申报'},
|
|
|
// {path:'/flightplan',component:Flightplan,name:'当日飞行计划'},
|
|
|
// {path:'/aircraft',component:Aircraft,name:'通用航空器申报'},
|
|
|
// {path:'/routeaircraft',component:Routeaircraft,name:'航线航空器申报'},
|
|
|
// ]
|
|
|
// },
|
|
|
// {
|
|
|
// path: '/querytransport',
|
|
|
// component: Home,
|
|
|
// name: '通用业务查询',
|
|
|
// iconCls:'el-icon-goods',
|
|
|
// children:[
|
|
|
// {path:'/queryRoute',component:queryRoute,name:'航线查询'},
|
|
|
// {path:'/queryBill',component:queryBill,name:'单据查询'},
|
|
|
// {path:'/queryFlights',component:queryFlight,name:'航班查询'},
|
|
|
// {path:'/queryFlightplan',component:queryFlightplan,name:'当日飞行计划查询'},
|
|
|
// {path:'/queryAircraft',component:queryAircraft,name:'通用航空器查询'},
|
|
|
// {path:'/queryRouteaircraft',component:queryRouteaircraft,name:'航线航空器查询'},
|
|
|
// ]
|
|
|
// },
|
|
|
// {
|
|
|
// path: '/input',
|
|
|
// component: Home,
|
|
|
// name: '进港航班申报',
|
|
|
// iconCls:'el-icon-goods',
|
|
|
// children:[
|
|
|
// {path:'/arrival',component:arrival,name:'进港预报申报'},
|
|
|
// {path:'/confirmatory',component:confirmatory,name:'进港确报申报'},
|
|
|
// {path:'/queryArrival',component:queryArrival,name:'进港预报查询'},
|
|
|
// {path:'/queryConfirmatory',component:queryConfirmatory,name:'进港确报查询'},
|
|
|
// {path:'/configure',component:configure,name:'进港航班配置'},
|
|
|
// {path:'/queryConfigure',component:queryConfigure,name:'航班配置查询'},
|
|
|
// ]
|
|
|
// },
|
|
|
{
|
|
|
path: '/con',
|
|
|
path: '/airtransport',
|
|
|
component: Home,
|
|
|
name: '收发货人管理',
|
|
|
name: '通用业务申报',
|
|
|
iconCls:'el-icon-goods',
|
|
|
children:[
|
|
|
{path:'/consigner',component:Consigner,name:'发货人管理'},
|
|
|
{path:'/consignee',component:Consignee,name:'收货人管理'},
|
|
|
{path:'/transport',component:Transport,name:'转运申请'},
|
|
|
|
|
|
{path:'/route',component:Route,name:'航线申报'},
|
|
|
{path:'/bill',component:Bill,name:'单据申报'},
|
|
|
{path:'/flights',component:Flight,name:'航班申报'},
|
|
|
{path:'/flightplan',component:Flightplan,name:'当日飞行计划'},
|
|
|
{path:'/aircraft',component:Aircraft,name:'通用航空器申报'},
|
|
|
{path:'/routeaircraft',component:Routeaircraft,name:'航线航空器申报'},
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
path: '/querytransport',
|
|
|
component: Home,
|
|
|
name: '通用业务查询',
|
|
|
iconCls:'el-icon-goods',
|
|
|
children:[
|
|
|
{path:'/queryRoute',component:queryRoute,name:'航线查询'},
|
|
|
{path:'/queryBill',component:queryBill,name:'单据查询'},
|
|
|
{path:'/queryFlights',component:queryFlight,name:'航班查询'},
|
|
|
{path:'/queryFlightplan',component:queryFlightplan,name:'当日飞行计划查询'},
|
|
|
{path:'/queryAircraft',component:queryAircraft,name:'通用航空器查询'},
|
|
|
{path:'/queryRouteaircraft',component:queryRouteaircraft,name:'航线航空器查询'},
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
path: '/input',
|
|
|
component: Home,
|
|
|
name: '进港航班申报',
|
|
|
iconCls:'el-icon-goods',
|
|
|
children:[
|
|
|
{path:'/arrival',component:arrival,name:'进港预报申报'},
|
|
|
{path:'/confirmatory',component:confirmatory,name:'进港确报申报'},
|
|
|
{path:'/queryArrival',component:queryArrival,name:'进港预报查询'},
|
|
|
{path:'/queryConfirmatory',component:queryConfirmatory,name:'进港确报查询'},
|
|
|
{path:'/configure',component:configure,name:'进港航班配置'},
|
|
|
{path:'/queryConfigure',component:queryConfigure,name:'航班配置查询'},
|
|
|
]
|
|
|
},
|
|
|
// {
|
|
|
// path: '/out',
|
|
|
// path: '/con',
|
|
|
// component: Home,
|
|
|
// name: '出港申报',
|
|
|
// name: '收发货人管理',
|
|
|
// iconCls:'el-icon-goods',
|
|
|
// children:[
|
|
|
// {path:'/departure',component:departure,name:'出港预报申报'},
|
|
|
// {path:'/declare',component:declare,name:'出港确报申报'},
|
|
|
// {path:'/queryDeparture',component:queryDeparture,name:'出港预报查询'},
|
|
|
// {path:'/queryDeclare',component:queryDeclare,name:'出港确报查询'},
|
|
|
// {path:'/outConfigure',component:outConfigure,name:'出港航班配置'},
|
|
|
// {path:'/queryFlightConfigure',component:queryFlightConfigure,name:'航班配置查询'},
|
|
|
// {path:'/consigner',component:Consigner,name:'发货人管理'},
|
|
|
// {path:'/consignee',component:Consignee,name:'收货人管理'},
|
|
|
// {path:'/transport',component:Transport,name:'转运申请'},
|
|
|
//
|
|
|
// ]
|
|
|
// },
|
|
|
{
|
|
|
path: '/out',
|
|
|
component: Home,
|
|
|
name: '出港航班申报',
|
|
|
iconCls:'el-icon-goods',
|
|
|
children:[
|
|
|
{path:'/departure',component:departure,name:'出港预报申报'},
|
|
|
{path:'/declare',component:declare,name:'出港确报申报'},
|
|
|
{path:'/queryDeparture',component:queryDeparture,name:'出港预报查询'},
|
|
|
{path:'/queryDeclare',component:queryDeclare,name:'出港确报查询'},
|
|
|
{path:'/outConfigure',component:outConfigure,name:'出港航班配置'},
|
|
|
{path:'/queryFlightConfigure',component:queryFlightConfigure,name:'航班配置查询'},
|
|
|
]
|
|
|
},
|
|
|
|
|
|
// {
|
|
|
// path: '/express-system',
|
...
|
...
|
|