审查视图

src/routes.js 19.9 KB
朱兆平 authored
1 2 3
import Login from './views/Login.vue'
import NotFound from './views/404.vue'
import Home from './views/Home.vue'
朱兆平 authored
4
import HomeNew from './views/HomeNew.vue'
王勇 authored
5
import Main from './views/dashboard/index'
6 7 8
// import Table from './views/nav1/Table.vue'
import Role from './views/nav1/role.vue'
import Perm from './views/nav1/perm.vue'
9
import LOG from './views/nav1/Log.vue'
朱兆平 authored
10
import PreManifest from './views/agent/PreManifest.vue'
shenhailong authored
11 12
import Company from './views/nav1/company.vue'
import Department from './views/nav1/department.vue'
13
import Group from './views/nav1/groupcompany.vue'
朱兆平 authored
14 15
import Process from './views/hqpt/Process.vue'
import Job from './views/hqpt/Job.vue'
16
// import Form from './views/nav1/Form.vue'
17
18
19
import OrgManifest from './views/nmms/orgManifest.vue'
20 21 22 23 24 25 26 27
import ExitFlight from './views/nmms/ExitFlight.vue'
import ExitPre from './views/nmms/ExitPre.vue'
import ExitTidy from './views/nmms/ExitTidy.vue'
import ExitArrive from './views/nmms/ExitArrive.vue'
import ExitManifest from './views/nmms/ExitManifest.vue'
import ExitLoading from './views/nmms/ExitLoading.vue'
import ExitFlightDesc from './views/nmms/ExitFlightDesc.vue'
import LostLoad from './views/lostLoadChange/lostLoading.vue'
zhangFan authored
28
import LostLoadChange from './views/lostLoadChange/lostLoadChange.vue'
29 30 31 32 33 34 35 36 37
import OrigFlightList from './views/nmms_import/OrigFlightList.vue'
import EnterFlightInfo from './views/nmms_import/EnterFlightInfo.vue'
import OrigMaster from './views/nmms_import/OrigMaster.vue'
import EnterTally from './views/nmms_import/EnterFlightTally.vue'
import TallyMster from './views/nmms_import/TallyMster.vue'
import Waybill from './views/nmms_import/Waybill.vue'
import AllocateSearch from './views/nmms_import/AllocateSearch.vue'
import Importallocation from './views/nmms_import/Importallocation.vue'
import Allocatearrive from './views/nmms_import/Allocatearrive.vue'
38
import User from './views/nav1/user.vue'
39 40 41 42 43 44 45 46
import preConfiguration from './views/nav2/preConfiguration.vue'
import allocate from './views/nav2/allocate.vue'
import charge from './views/nav2/charge.vue'
import documents from './views/nav2/documents.vue'
import booking from './views/nav4/booking.vue'
import order from './views/nav4/order.vue'
import airlift from './views/nav4/airlift.vue'
import inquiry from './views/nav4/inquiry.vue'
小范 authored
47 48
import Page6 from './views/nav3/Page6.vue'
import Page7 from './views/nav3/Page7.vue'
朱兆平 authored
49 50 51
import importFFMMsg from './views/airRadioMsg/importFFMMsg.vue'
import importFHLMsg from './views/airRadioMsg/importFHLMsg.vue'
import importFWBMsg from './views/airRadioMsg/importFWBMsg.vue'
52 53 54


朱兆平 authored
55
import echarts from './views/charts/echarts.vue'
小范 authored
56 57
import earthCharts from './views/charts/earthCharts.vue'
58 59 60
import SecrityInspection from './views/staff/security_inspection.vue'
import Key from './views/staff/key.vue'
import Maintain from './views/staff/maintain.vue'
61 62
import ComeCar from './views/staff/come_car.vue'
import OnDuty from './views/staff/on_duty.vue'
shenhailong authored
63
import WaterStationsPatrol from './views/water/water_stations_patrol.vue'
朱兆平 authored
64
import Location from './views/empt/Location.vue'
朱兆平 authored
65
66 67 68 69 70 71 72 73 74 75 76 77 78 79
//运输工具 通用业务申报
import Route from './views/airtransport/route.vue'
import Bill from './views/airtransport/bill.vue'
import Flight from './views/airtransport/flight.vue'
import Flightplan from './views/airtransport/flightplan.vue'
import Aircraft from './views/airtransport/aircraft.vue'
import Routeaircraft from './views/airtransport/routeaircraft'

//通用业务查询
import queryRoute from './views/airtransport/queryRoute.vue'
import queryBill from './views/airtransport/queryBill.vue'
import queryFlight from './views/airtransport/queryFlight.vue'
import queryFlightplan from './views/airtransport/queryFlightplan.vue'
import queryAircraft from './views/airtransport/queryAircraft.vue'
小范 authored
80 81 82 83 84 85 86
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 queryConfirmatory from './views/airtransport/queryConfirmatory.vue'
import configure from './views/airtransport/configure.vue'
import queryConfigure from './views/airtransport/queryConfigure.vue'
87
import transit from './views/transit/transit.vue'
小范 authored
88 89 90 91 92 93
import departure from './views/airtransport/departure.vue'
import declare from './views/airtransport/declare.vue'
import queryDeparture from './views/airtransport/queryDeparture.vue'
import queryDeclare from './views/airtransport/queryDeclare.vue'
import outConfigure from './views/airtransport/outConfigure.vue'
import queryFlightConfigure from './views/airtransport/queryFlightConfigure.vue'
94 95
import Consigner from './views/consigner/consigner.vue'
import Consignee from './views/consigner/consignee.vue'
96
import Security from './views/security/security.vue'
小范 authored
97 98
import dynamics from './views/airtransport/dynamics.vue'
小范 authored
99 100

101 102 103 104 105
// 场站管理
import Yard from './views/station_manage/Yard.vue'
import Bayonet from './views/station_manage/Bayonet.vue'
import Warehouse from './views/station_manage/Warehouse.vue'
106 107
// 快邮舱单申报
import Express from './views/express_system/express.vue'
小范 authored
108 109
//给海龙做的货运单
import Way from './views/nav3/Way.vue'
小范 authored
110 111 112
//朱总让做的网页在线客服
import Webdialog from './views/bus/Webdialog.vue'
小范 authored
113 114
//国际转运
import Transport from './views/nav4/Transport.vue'
115
116
117
朱兆平 authored
118 119 120 121
let routes = [
    {
        path: '/login',
        component: Login,
122
        name: '登录',
朱兆平 authored
123 124 125 126 127
        hidden: true
    },
    {
        path: '/404',
        component: NotFound,
128
        name: '错误',
朱兆平 authored
129 130 131 132
        hidden: true
    },
    {
        path: '/',
朱兆平 authored
133
        component: HomeNew,
134
        name: '主页',
135 136
        leaf: true,
        iconCls: 'el-icon-menu',
朱兆平 authored
137
        children: [
138
            {path: '/main', component: Main, name: '首页'},
139 140
        ]
    },
朱兆平 authored
141 142
    {
        path: '/',
朱兆平 authored
143
        component: HomeNew,
朱兆平 authored
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
        name: 'Charts',
        iconCls: 'fa fa-bar-chart',
        children: [
            {path: '/echarts', component: echarts, name: 'echarts'},
            {path: '/earthCharts', component: earthCharts, name: '统计表'}
        ]
    },
    { path: '/test', component: Main },
    {
        path: '/bill',
        component: Home,
        name: '货运单',
        iconCls: 'el-icon-collection',
        children: [
            {path: '/Way', component: Way, name: '货运单'},
            {path: '/Webdialog', component: Webdialog, name: '在线客服'}
        ]
    },
小范 authored
162 163 164 165 166 167 168 169 170 171 172
    {
        path: '/',
        component: Home,
        name: '海关货物流转',
        iconCls: 'el-icon-delete-location',
        children: [
            { path: '/Page6', component: Page6, name: '申请列表' },
            { path: '/Page7', component: Page7, name: '申请添加' },
        ]
    },
173
小范 authored
174 175 176 177 178 179 180 181 182
    {
        path: '/domdep',
        component: Home,
        name: '订舱系统',
        iconCls: 'el-icon-delete-location',
        children: [
            { path: '/booking', component: booking, name: '在线订舱' },
            { path: '/order', component: order, name: '订舱信息' },
            { path: '/airlift', component: airlift, name: '空运专线' },
小范 authored
183 184
        ]
    },
185
小范 authored
186 187 188


189
    // 货运系统--航班预配
小范 authored
190 191
    {
        path: '/domdep',
192
        component: HomeNew,
小范 authored
193 194 195 196 197 198
        name: '国内出港',
        iconCls: 'el-icon-position',
        children: [
            { path: '/preConfiguration', component: preConfiguration, name: '航班预配' },
            { path: '/allocate', component: allocate, name: '航班配载' },
            { path: '/documents', component: documents, name: '航班文件' },
199
            { path: '/charge', component: charge, name: '付费处理' }
小范 authored
200 201
        ]
    },
小范 authored
202 203
    {
        path: '/admin',
朱兆平 authored
204
        component: HomeNew,
小范 authored
205 206
        name: '系统设置',
        iconCls: 'el-icon-setting',//图标样式class
朱兆平 authored
207
        leaf: false,
小范 authored
208 209 210 211 212 213 214 215 216 217
        children: [
            { path: '/user', component: User, name: '用户管理' },
            { path: '/role', component: Role, 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: '集团管理'}
        ]
    },
朱兆平 authored
218 219 220 221 222 223 224 225 226 227 228
    {
        path: '/guestService',
        component: Home,
        name: '客服系统',
        iconCls: 'fa fa-id-card-o',
        children: [
            { path: '/process', component: Process, name: '工单管理' },
            { path: '/job', component: Job, name: '任务管理' },
            {path: '/pre1', component: PreManifest, name: '预配'},
        ]
    },
229 230
    {
        path: '/output',
231
        component: HomeNew,
232
        name: '国际出港业务申报',
233 234
        iconCls: 'el-icon-collection',
        children: [
朱兆平 authored
235 236
            {path: '/flight', component: ExitFlight, name: '出港航班申报'},
            {path: '/manifest', component: ExitManifest, name: '出港运单申报'},
237
            {path: '/pre', component: ExitPre, name: '国际出港预配舱单'},
朱兆平 authored
238 239 240 241
            {path: '/arrive', component: ExitArrive, name: '出港运抵'},
            {path: '/loadingView', component: ExitFlightDesc, name: '出港航班信息'},
            {path: '/loading', component: ExitLoading, name: '出港装载'},
            {path: '/tidy', component: ExitTidy, name: '出港理货'}
242 243 244
        ]
    },
    {
朱兆平 authored
245 246 247 248 249 250 251 252 253 254 255
        path: '/radioMsgImport',
        component: Home,
        name: '航空报文导入',
        iconCls:'el-icon-goods',
        children:[
            {path:'/ffmRadioMsgImport',component:importFFMMsg,name:'FFM报文导入'},
            {path:'/fhlRadioMsgImport',component:importFHLMsg,name:'FHL报文导入'},
            {path:'/fwbRadioMsgImport',component:importFWBMsg,name:'FWB报文导入'}
        ]
    },
    {
256 257
        path: '/sec',
        component: Home,
258
        name: '国际安检清单申报管理',
259 260
        iconCls: 'el-icon-collection',
        children: [
261
            {path: '/security', component: Security, name: '国际安检清单申报'}
262 263
        ]
    },
264
265
    {
266
        path: '/output',
267
        component: Home,
268 269
        name: '国内出港业务申报',
        iconCls: 'el-icon-collection',
270
        children: [
朱兆平 authored
271 272
            {path: '/flight', component: ExitFlight, name: '出港航班申报'},
            {path: '/manifest', component: ExitManifest, name: '出港运单申报'},
273
            {path: '/pre', component: ExitPre, name: '国内出港预配舱单'},
朱兆平 authored
274 275 276 277
            {path: '/arrive', component: ExitArrive, name: '出港运抵'},
            {path: '/loadingView', component: ExitFlightDesc, name: '出港航班信息'},
            {path: '/loading', component: ExitLoading, name: '出港装载'},
            {path: '/tidy', component: ExitTidy, name: '出港理货'}
278 279
        ]
    },
280
    {
shenhailong authored
281 282 283 284 285
        path: '/output',
        component: Home,
        name: '国内进港业务申报',
        iconCls: 'el-icon-collection',
        children: [
朱兆平 authored
286 287
            {path: '/flight', component: ExitFlight, name: '出港航班申报'},
            {path: '/manifest', component: ExitManifest, name: '出港运单申报'},
shenhailong authored
288
            {path: '/pre', component: ExitPre, name: '国内进港预配舱单'},
朱兆平 authored
289 290 291 292
            {path: '/arrive', component: ExitArrive, name: '出港运抵'},
            {path: '/loadingView', component: ExitFlightDesc, name: '出港航班信息'},
            {path: '/loading', component: ExitLoading, name: '出港装载'},
            {path: '/tidy', component: ExitTidy, name: '出港理货'}
shenhailong authored
293 294 295
        ]
    },
    {
296
        path: '/sec',
297
        component: Home,
298 299
        name: '国内安检清单申报管理',
        iconCls: 'el-icon-collection',
300
        children: [
301
            {path: '/security', component: Security, name: '国内安检清单申报'}
302 303
        ]
    },
304
朱兆平 authored
305 306
    {
        path: '/nmms2',
307
        component: HomeNew,
朱兆平 authored
308 309 310 311 312 313 314 315 316 317 318 319 320 321
        name: '进港业务申报',
        iconCls: 'fa fa-id-card-o',
        children: [
            { path: '/orig', component: OrigFlightList, name: '进港航班申报' },
            {path:'/waybill',component:Waybill,name:'进港运单申报'},
            {path:'/allocateSearch',component:AllocateSearch,name:'运单分拨申报'},
            { path: '/enter', component: EnterFlightInfo, name: '原始舱单'},
            { path:'/origmaster',component:OrigMaster,name:'进港原始舱单'},
            {path:'/entertall',component:EnterTally,name:'进港理货'},
            {path:'/tallymaster',component:TallyMster,name:'进港理货舱单'},
            {path:'/importallocation',component:Importallocation,name:'进港分拨'},
            {path:'/allocatearrive',component:Allocatearrive,name:'分拨运抵'},
        ]
    },
322
    // 货运系统--航班预配
朱兆平 authored
323 324
    {
        path: '/flight_scheduling',
325
        component: HomeNew,
朱兆平 authored
326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342
        name: '航班计划',
        iconCls: 'el-icon-delete-location',
        children: [
            { path: '/inquiry', component: inquiry, name: '航班计划查询' },
        ]
    },
    {
        path: '/lost',
        component: Home,
        name: '落装改配申报',
        iconCls:'el-icon-goods',
        children:[
            {path:'/lostLoad',component:LostLoad,name:'落装业务申报'},
            {path:'/lostLoadChange',component:LostLoadChange,name:'改配业务申报'}

        ]
    },
小范 authored
343
    {
小范 authored
344
        path: '/airtransport',
345
        component: HomeNew,
小范 authored
346
        name: '通用业务申报',
347 348
        iconCls:'el-icon-goods',
        children:[
小范 authored
349 350 351 352 353 354 355 356 357 358
            {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',
359
        component: HomeNew,
小范 authored
360 361 362 363 364 365 366 367 368 369 370 371 372
        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',
373
        component: HomeNew,
小范 authored
374 375 376 377 378 379 380 381 382
        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:'航班配置查询'},
383 384
        ]
    },
朱兆平 authored
385 386 387 388 389 390 391 392 393 394 395 396
    {
        path: '/con',
        component: Home,
        name: '收发货人管理',
        iconCls:'el-icon-goods',
        children:[
            {path:'/consigner',component:Consigner,name:'发货人管理'},
            {path:'/consignee',component:Consignee,name:'收货人管理'},
            {path:'/transport',component:Transport,name:'转运申请'},

        ]
    },
小范 authored
397
    {
398
        path: '/',
399
        component: HomeNew,
400 401 402 403 404 405 406
        name: '转关运抵',
        iconCls: 'el-icon-delete-location',
        children: [
            {path:'/transit',component:transit,name:'转关运抵申报'},
        ]
    },
    {
小范 authored
407
        path: '/out',
408
        component: HomeNew,
小范 authored
409 410 411 412 413 414 415 416 417 418 419
        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:'航班配置查询'},
        ]
    },
小范 authored
420 421
    {
        path: '/at',
422
        component: HomeNew,
小范 authored
423 424 425 426 427 428
        name: '在港动态',
        iconCls:'el-icon-goods',
        children:[
            {path:'/dynamics',component:dynamics,name:'在港动态信息'},
        ]
    },
朱兆平 authored
429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449
    {
        path: '/express-system',
        component: Home,
        name: '快邮舱单申报',
        iconCls:'el-icon-wind-power',
        children:[
            {path:'/express',component:Express,name:'快邮舱单申报'},
        ]
    },

    {
        path: '/',
        component: Home,
        name: '场站管理',
        iconCls: 'el-icon-setting',//图标样式class
        children: [
            {path: '/yard', component: Yard, name: '场站管理'},
            {path: '/bayonet', component: Bayonet, name: '卡口管理'},
            {path: '/warehouse', component: Warehouse, name: '仓库管理'},
        ]
    },
450
朱兆平 authored
451 452 453 454 455 456 457
    {
        path: '/empt',
        component: Home,
        name: '能源管理',
        iconCls: 'fa fa-id-card-o',
        children: [
            { path: '/location', component: Location, name: '能源缴费' },
小范 authored
458
朱兆平 authored
459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481
        ]
    },
    {
        path: '/satff',
        component: Home,
        name: '生活保障部门',
        iconCls: 'fa fa-id-card-o',
        children: [
            { path: '/security_inspection', component: SecrityInspection, name: '职工公寓安全巡视管理' },
            { path: '/key', component: Key, name: '职工公寓备用钥匙使用登记管理' },
            { path: '/maintain', component: Maintain, name: '职工公寓设施设备维修记录管理' },
            { path: '/come_car', component: ComeCar, name: '职工公寓外来人员车辆登记管理' },
            { path: '/on_duty', component: OnDuty, name: '职工公寓值班巡视记录管理' },
        ]
    },
    {
        path: '/water_heating_chamber',
        component: Home,
        name: '水暖室',
        iconCls: 'fa fa-address-card',
        // leaf: true,//只有一个节点
        children: [
            { path: '/water_stations_patrol', component: WaterStationsPatrol, name: '二水厂-水站巡视记录单管理' },
朱兆平 authored
482 483 484 485
            { path: '/page6', component: Page6, name: '水质量检测' },
            { path: '/page6', component: Page6, name: '污水站' },
            { path: '/page6', component: Page6, name: '一水厂' },
            { path: '/page6', component: Page6, name: '综合楼空调站' },
朱兆平 authored
486 487 488 489 490 491 492 493
        ]
    },

    {
        path: '*',
        hidden: true,
        redirect: {path: '/404'}
    }
朱兆平 authored
494
];
495
let initRouters = routes.concat();
496 497
let setUserMenus = function (list) {
    routes = list;
498 499 500 501 502
}
/**
 * 处理登陆后的账号对应的菜单
 * @param menuList
 */
503
let handleMenuList = function (router, menu) {
504 505 506 507 508 509 510 511 512 513 514 515
    var _self = this;
    var routerName = "";
    router.forEach(function (v_router) {
        routerName = v_router.name;
        menu.forEach(function (v_menu) {
            //查找返回的目录列表是否包含路由名称,有就返回匹配到的元素,没有就移除
            let result = menu.find(item => {
                return item.name === routerName;
            });

            //匹配到继续判断是否子元素,有子元素继续递归
            if (result) {
516 517
                if (v_router.children) {
                    _self.handleMenuList(v_router.children, result.children);
518 519
                }
                //没有则可以移除
520 521
            } else {
                router.splice(router.findIndex(itm => itm.name === routerName), 1);
522 523 524
            }
        })
    });
525 526
}
export default {
527
    routes, setUserMenus, handleMenuList, initRouters
528
};