...
|
...
|
@@ -46,6 +46,9 @@ import airlift from './views/nav4/airlift.vue' |
|
|
import inquiry from './views/nav4/inquiry.vue'
|
|
|
import Page6 from './views/nav3/Page6.vue'
|
|
|
import Page7 from './views/nav3/Page7.vue'
|
|
|
import Dispatch from './views/nav3/Dispatch.vue'
|
|
|
import DriverInfo from './views/nav3/DriverInfo.vue'
|
|
|
import VehicleInfo from './views/nav3/VehicleInfo.vue'
|
|
|
import importFFMMsg from './views/airRadioMsg/importFFMMsg.vue'
|
|
|
import importFHLMsg from './views/airRadioMsg/importFHLMsg.vue'
|
|
|
import importFWBMsg from './views/airRadioMsg/importFWBMsg.vue'
|
...
|
...
|
@@ -81,6 +84,8 @@ import queryRouteaircraft from './views/airtransport/queryRouteaircraft.vue' |
|
|
import arrival from './views/airtransport/arrival.vue'
|
|
|
import confirmatory from './views/airtransport/confirmatory.vue'
|
|
|
import queryArrival from './views/airtransport/queryArrival.vue'
|
|
|
import conForConfigure from './views/airtransport/conForConfigure.vue'
|
|
|
import queryForConfigure from './views/airtransport/queryForConfigure.vue'
|
|
|
import queryConfirmatory from './views/airtransport/queryConfirmatory.vue'
|
|
|
import configure from './views/airtransport/configure.vue'
|
|
|
import queryConfigure from './views/airtransport/queryConfigure.vue'
|
...
|
...
|
@@ -151,7 +156,7 @@ let routes = [ |
|
|
{ path: '/test', component: Main },
|
|
|
{
|
|
|
path: '/bill',
|
|
|
component: Home,
|
|
|
component: HomeNew,
|
|
|
name: '货运单',
|
|
|
iconCls: 'el-icon-collection',
|
|
|
children: [
|
...
|
...
|
@@ -169,7 +174,17 @@ let routes = [ |
|
|
{ path: '/Page7', component: Page7, name: '申请添加' },
|
|
|
]
|
|
|
},
|
|
|
|
|
|
{
|
|
|
path: '/',
|
|
|
component: HomeNew,
|
|
|
name: '车辆调度管理',
|
|
|
iconCls: 'el-icon-delete-location',
|
|
|
children: [
|
|
|
{ path: '/Dispatch', component: Dispatch, name: '车辆调度' },
|
|
|
{ path: '/DriverInfo', component: DriverInfo, name: '驾驶员信息' },
|
|
|
{ path: '/VehicleInfo', component: VehicleInfo, name: '车辆信息' },
|
|
|
]
|
|
|
},
|
|
|
|
|
|
{
|
|
|
path: '/domdep',
|
...
|
...
|
@@ -352,6 +367,8 @@ let routes = [ |
|
|
{path:'/flightplan',component:Flightplan,name:'当日飞行计划'},
|
|
|
{path:'/aircraft',component:Aircraft,name:'通用航空器申报'},
|
|
|
{path:'/routeaircraft',component:Routeaircraft,name:'航线航空器申报'},
|
|
|
{path:'/queryForConfigure',component:queryForConfigure,name:'预报申报配置'},
|
|
|
{path:'/conryForConfigure',component:conForConfigure,name:'确报申报配置'},
|
|
|
]
|
|
|
},
|
|
|
{
|
...
|
...
|
@@ -380,6 +397,9 @@ let routes = [ |
|
|
{path:'/queryConfirmatory',component:queryConfirmatory,name:'进港确报查询'},
|
|
|
{path:'/configure',component:configure,name:'进港航班配置'},
|
|
|
{path:'/queryConfigure',component:queryConfigure,name:'航班配置查询'},
|
|
|
|
|
|
|
|
|
|
|
|
]
|
|
|
},
|
|
|
{
|
...
|
...
|
@@ -415,6 +435,8 @@ let routes = [ |
|
|
{path:'/queryDeclare',component:queryDeclare,name:'出港确报查询'},
|
|
|
{path:'/outConfigure',component:outConfigure,name:'出港航班配置'},
|
|
|
{path:'/queryFlightConfigure',component:queryFlightConfigure,name:'航班配置查询'},
|
|
|
|
|
|
|
|
|
]
|
|
|
},
|
|
|
{
|
...
|
...
|
|