...
|
...
|
@@ -53,6 +53,17 @@ import importFFMMsg from './views/airRadioMsg/importFFMMsg.vue' |
|
|
import importFHLMsg from './views/airRadioMsg/importFHLMsg.vue'
|
|
|
import importFWBMsg from './views/airRadioMsg/importFWBMsg.vue'
|
|
|
import statis from './views/nmms_import/statistics'
|
|
|
//进港快件
|
|
|
import DataImport from './views/nmms_fast/DataImport.vue'
|
|
|
import OrigFlightLists from './views/nmms_fast/OrigFlightLists.vue'
|
|
|
import Waybills from './views/nmms_fast/Waybills.vue'
|
|
|
import EnterFlightInfos from './views/nmms_fast/EnterFlightInfos.vue'
|
|
|
import OrigMasters from './views/nmms_fast/OrigMasters.vue'
|
|
|
import EnterTallys from './views/nmms_fast/EnterTallys.vue'
|
|
|
import TallyMsters from './views/nmms_fast/TallyMsters.vue'
|
|
|
import WaybillQuerys from './views/nmms_fast/WaybillQuerys.vue'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
...
|
...
|
@@ -329,6 +340,23 @@ let routes = [ |
|
|
]
|
|
|
},
|
|
|
{
|
|
|
path: '/nmms2',
|
|
|
component: HomeNew,
|
|
|
name: '进港快件',
|
|
|
iconCls: 'el-icon-collection',
|
|
|
children: [
|
|
|
{path:'/dataimport',component:DataImport,name:'数据导入'},
|
|
|
{ path: '/origs', component: OrigFlightLists, name: '进港航班申报' },
|
|
|
{path:'/waybills',component:Waybills,name:'进港运单申报'},
|
|
|
{ path: '/enters', component: EnterFlightInfos, name: '原始舱单'},
|
|
|
{ path:'/origmasters',component:OrigMasters,name:'进港原始舱单'},
|
|
|
{path:'/entertalls',component:EnterTallys,name:'进港理货'},
|
|
|
{path:'/tallymasters',component:TallyMsters,name:'进港理货舱单'},
|
|
|
{path:'/waybillQuerys',component:WaybillQuerys,name:'进港运单查询'},
|
|
|
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
path: '/sec',
|
|
|
component: HomeNew,
|
|
|
name: '国内安检清单申报管理',
|
...
|
...
|
|