...
|
...
|
@@ -50,6 +50,7 @@ import WaterStationsPatrol from './views/water/water_stations_patrol.vue' |
|
|
import Location from './views/empt/Location.vue'
|
|
|
import AgentExcelExport from './views/excel/exportExcel-agent'
|
|
|
import NMMSExcelExport from './views/excel/exportExcel-NMMS'
|
|
|
import ExitAnalysis from './views/dataAnalysis/ExitAnalysis'
|
|
|
|
|
|
let routes = [
|
|
|
{
|
...
|
...
|
@@ -81,13 +82,22 @@ let routes = [ |
|
|
name: '系统设置',
|
|
|
iconCls: 'el-icon-setting',//图标样式class
|
|
|
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: '集团管理'}
|
|
|
{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: '集团管理'}
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
path: '/cgonms-provide',
|
|
|
component: Home,
|
|
|
name: '业务统计',
|
|
|
iconCls: 'fa fa-id-card-o',
|
|
|
children: [
|
|
|
{path: '/exitAnalysis', component: ExitAnalysis, name: '出港业务统计'},
|
|
|
]
|
|
|
},
|
|
|
{
|
...
|
...
|
@@ -96,8 +106,8 @@ let routes = [ |
|
|
name: '客服系统',
|
|
|
iconCls: 'fa fa-id-card-o',
|
|
|
children: [
|
|
|
{ path: '/process', component: Process, name: '工单管理' },
|
|
|
{ path: '/job', component: Job, name: '任务管理' },
|
|
|
{path: '/process', component: Process, name: '工单管理'},
|
|
|
{path: '/job', component: Job, name: '任务管理'},
|
|
|
{path: '/pre1', component: PreManifest, name: '预配'},
|
|
|
]
|
|
|
},
|
...
|
...
|
@@ -107,8 +117,8 @@ let routes = [ |
|
|
name: '统计分析',
|
|
|
iconCls: 'fa fa-id-card-o',
|
|
|
children: [
|
|
|
{ path: '/agentexport', component: AgentExcelExport, name: '出港统计' },
|
|
|
{ path: '/nmmsexport', component: NMMSExcelExport, name: '进港统计' },
|
|
|
{path: '/agentexport', component: AgentExcelExport, name: '出港统计'},
|
|
|
{path: '/nmmsexport', component: NMMSExcelExport, name: '进港统计'},
|
|
|
]
|
|
|
},
|
|
|
{
|
...
|
...
|
@@ -132,25 +142,25 @@ let routes = [ |
|
|
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:'分拨运抵'},
|
|
|
{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: '分拨运抵'},
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
path: '/lost',
|
|
|
component: Home,
|
|
|
name: '落装改配申报',
|
|
|
iconCls:'el-icon-goods',
|
|
|
children:[
|
|
|
{path:'/lostLoad',component:LostLoad,name:'落装业务申报'},
|
|
|
{path:'/lostLoadChange',component:LostLoadChange,name:'改配业务申报'}
|
|
|
iconCls: 'el-icon-goods',
|
|
|
children: [
|
|
|
{path: '/lostLoad', component: LostLoad, name: '落装业务申报'},
|
|
|
{path: '/lostLoadChange', component: LostLoadChange, name: '改配业务申报'}
|
|
|
|
|
|
]
|
|
|
},
|
...
|
...
|
@@ -160,7 +170,7 @@ let routes = [ |
|
|
name: '能源管理',
|
|
|
iconCls: 'fa fa-id-card-o',
|
|
|
children: [
|
|
|
{ path: '/location', component: Location, name: '能源缴费' },
|
|
|
{path: '/location', component: Location, name: '能源缴费'},
|
|
|
]
|
|
|
},
|
|
|
{
|
...
|
...
|
@@ -169,11 +179,11 @@ let routes = [ |
|
|
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: '/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: '职工公寓值班巡视记录管理'},
|
|
|
]
|
|
|
},
|
|
|
{
|
...
|
...
|
@@ -183,7 +193,7 @@ let routes = [ |
|
|
iconCls: 'fa fa-address-card',
|
|
|
// leaf: true,//只有一个节点
|
|
|
children: [
|
|
|
{ path: '/water_stations_patrol', component: WaterStationsPatrol, name: '二水厂-水站巡视记录单管理' },
|
|
|
{path: '/water_stations_patrol', component: WaterStationsPatrol, name: '二水厂-水站巡视记录单管理'},
|
|
|
// { path: '/page6', component: Page6, name: '水质量检测' },
|
|
|
// { path: '/page6', component: Page6, name: '污水站' },
|
|
|
// { path: '/page6', component: Page6, name: '一水厂' },
|
...
|
...
|
|