正在显示
1 个修改的文件
包含
28 行增加
和
0 行删除
| @@ -53,6 +53,17 @@ import importFFMMsg from './views/airRadioMsg/importFFMMsg.vue' | @@ -53,6 +53,17 @@ import importFFMMsg from './views/airRadioMsg/importFFMMsg.vue' | ||
| 53 | import importFHLMsg from './views/airRadioMsg/importFHLMsg.vue' | 53 | import importFHLMsg from './views/airRadioMsg/importFHLMsg.vue' |
| 54 | import importFWBMsg from './views/airRadioMsg/importFWBMsg.vue' | 54 | import importFWBMsg from './views/airRadioMsg/importFWBMsg.vue' |
| 55 | import statis from './views/nmms_import/statistics' | 55 | import statis from './views/nmms_import/statistics' |
| 56 | +//进港快件 | ||
| 57 | +import DataImport from './views/nmms_fast/DataImport.vue' | ||
| 58 | +import OrigFlightLists from './views/nmms_fast/OrigFlightLists.vue' | ||
| 59 | +import Waybills from './views/nmms_fast/Waybills.vue' | ||
| 60 | +import EnterFlightInfos from './views/nmms_fast/EnterFlightInfos.vue' | ||
| 61 | +import OrigMasters from './views/nmms_fast/OrigMasters.vue' | ||
| 62 | +import EnterTallys from './views/nmms_fast/EnterTallys.vue' | ||
| 63 | +import TallyMsters from './views/nmms_fast/TallyMsters.vue' | ||
| 64 | +import WaybillQuerys from './views/nmms_fast/WaybillQuerys.vue' | ||
| 65 | + | ||
| 66 | + | ||
| 56 | 67 | ||
| 57 | 68 | ||
| 58 | 69 | ||
| @@ -329,6 +340,23 @@ let routes = [ | @@ -329,6 +340,23 @@ let routes = [ | ||
| 329 | ] | 340 | ] |
| 330 | }, | 341 | }, |
| 331 | { | 342 | { |
| 343 | + path: '/nmms2', | ||
| 344 | + component: HomeNew, | ||
| 345 | + name: '进港快件', | ||
| 346 | + iconCls: 'el-icon-collection', | ||
| 347 | + children: [ | ||
| 348 | + {path:'/dataimport',component:DataImport,name:'数据导入'}, | ||
| 349 | + { path: '/origs', component: OrigFlightLists, name: '进港航班申报' }, | ||
| 350 | + {path:'/waybills',component:Waybills,name:'进港运单申报'}, | ||
| 351 | + { path: '/enters', component: EnterFlightInfos, name: '原始舱单'}, | ||
| 352 | + { path:'/origmasters',component:OrigMasters,name:'进港原始舱单'}, | ||
| 353 | + {path:'/entertalls',component:EnterTallys,name:'进港理货'}, | ||
| 354 | + {path:'/tallymasters',component:TallyMsters,name:'进港理货舱单'}, | ||
| 355 | + {path:'/waybillQuerys',component:WaybillQuerys,name:'进港运单查询'}, | ||
| 356 | + | ||
| 357 | + ] | ||
| 358 | + }, | ||
| 359 | + { | ||
| 332 | path: '/sec', | 360 | path: '/sec', |
| 333 | component: HomeNew, | 361 | component: HomeNew, |
| 334 | name: '国内安检清单申报管理', | 362 | name: '国内安检清单申报管理', |
-
请 注册 或 登录 后发表评论