...
|
...
|
@@ -189,20 +189,14 @@ let routes = [ |
|
|
// 货运系统--航班预配
|
|
|
{
|
|
|
path: '/domdep',
|
|
|
component: Home,
|
|
|
component: HomeNew,
|
|
|
name: '国内出港',
|
|
|
iconCls: 'el-icon-position',
|
|
|
children: [
|
|
|
{ path: '/preConfiguration', component: preConfiguration, name: '航班预配' },
|
|
|
{ path: '/allocate', component: allocate, name: '航班配载' },
|
|
|
{ path: '/documents', component: documents, name: '航班文件' },
|
|
|
{ path: '/charge', component: charge, name: '付费处理' },
|
|
|
|
|
|
{ path: '/perm', component: Perm, name: '权限管理' },
|
|
|
{ path: '/log', component: LOG, name: '系统日志' },
|
|
|
{ path: '/department', component: Department, name: '部门管理' },
|
|
|
{ path: '/company', component: Company, name: '公司管理'},
|
|
|
{ path: '/group', component: Group, name: '集团管理'}
|
|
|
{ path: '/charge', component: charge, name: '付费处理' }
|
|
|
]
|
|
|
},
|
|
|
{
|
...
|
...
|
@@ -234,7 +228,7 @@ let routes = [ |
|
|
},
|
|
|
{
|
|
|
path: '/output',
|
|
|
component: Home,
|
|
|
component: HomeNew,
|
|
|
name: '国际出港业务申报',
|
|
|
iconCls: 'el-icon-collection',
|
|
|
children: [
|
...
|
...
|
@@ -310,7 +304,7 @@ let routes = [ |
|
|
|
|
|
{
|
|
|
path: '/nmms2',
|
|
|
component: Home,
|
|
|
component: HomeNew,
|
|
|
name: '进港业务申报',
|
|
|
iconCls: 'fa fa-id-card-o',
|
|
|
children: [
|
...
|
...
|
@@ -328,7 +322,7 @@ let routes = [ |
|
|
// 货运系统--航班预配
|
|
|
{
|
|
|
path: '/flight_scheduling',
|
|
|
component: Home,
|
|
|
component: HomeNew,
|
|
|
name: '航班计划',
|
|
|
iconCls: 'el-icon-delete-location',
|
|
|
children: [
|
...
|
...
|
@@ -348,7 +342,7 @@ let routes = [ |
|
|
},
|
|
|
{
|
|
|
path: '/airtransport',
|
|
|
component: Home,
|
|
|
component: HomeNew,
|
|
|
name: '通用业务申报',
|
|
|
iconCls:'el-icon-goods',
|
|
|
children:[
|
...
|
...
|
@@ -362,7 +356,7 @@ let routes = [ |
|
|
},
|
|
|
{
|
|
|
path: '/querytransport',
|
|
|
component: Home,
|
|
|
component: HomeNew,
|
|
|
name: '通用业务查询',
|
|
|
iconCls:'el-icon-goods',
|
|
|
children:[
|
...
|
...
|
@@ -376,7 +370,7 @@ let routes = [ |
|
|
},
|
|
|
{
|
|
|
path: '/input',
|
|
|
component: Home,
|
|
|
component: HomeNew,
|
|
|
name: '进港航班申报',
|
|
|
iconCls:'el-icon-goods',
|
|
|
children:[
|
...
|
...
|
@@ -402,7 +396,7 @@ let routes = [ |
|
|
},
|
|
|
{
|
|
|
path: '/',
|
|
|
component: Home,
|
|
|
component: HomeNew,
|
|
|
name: '转关运抵',
|
|
|
iconCls: 'el-icon-delete-location',
|
|
|
children: [
|
...
|
...
|
@@ -411,7 +405,7 @@ let routes = [ |
|
|
},
|
|
|
{
|
|
|
path: '/out',
|
|
|
component: Home,
|
|
|
component: HomeNew,
|
|
|
name: '出港航班申报',
|
|
|
iconCls:'el-icon-goods',
|
|
|
children:[
|
...
|
...
|
@@ -425,7 +419,7 @@ let routes = [ |
|
|
},
|
|
|
{
|
|
|
path: '/at',
|
|
|
component: Home,
|
|
|
component: HomeNew,
|
|
|
name: '在港动态',
|
|
|
iconCls:'el-icon-goods',
|
|
|
children:[
|
...
|
...
|
|