From cc03d2d54e4cd3991930a7bbcaa67691a79e1304 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 06 Aug 2021 17:09:09 +0800
Subject: [PATCH] 派遣时间范围搜索,单位附件上传 ++
---
src/router/views/index.js | 631 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 598 insertions(+), 33 deletions(-)
diff --git a/src/router/views/index.js b/src/router/views/index.js
index 1d009f0..bcdb714 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -11,7 +11,7 @@
i18n: 'dashboard'
},
component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/wel/index')
+ import( /* webpackChunkName: "views" */ '@/views/wel/index')
}, {
path: 'dashboard',
name: '控制台',
@@ -20,7 +20,7 @@
menu: false,
},
component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/wel/dashboard')
+ import( /* webpackChunkName: "views" */ '@/views/wel/dashboard')
}]
}, {
path: '/test',
@@ -33,7 +33,7 @@
i18n: 'test'
},
component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/util/test')
+ import( /* webpackChunkName: "views" */ '@/views/util/test')
}]
}, {
path: '/dict-horizontal',
@@ -46,7 +46,7 @@
i18n: 'dict'
},
component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/util/demo/dict-horizontal')
+ import( /* webpackChunkName: "views" */ '@/views/util/demo/dict-horizontal')
}]
}, {
path: '/dict-vertical',
@@ -59,7 +59,7 @@
i18n: 'dict'
},
component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/util/demo/dict-vertical')
+ import( /* webpackChunkName: "views" */ '@/views/util/demo/dict-vertical')
}]
}, {
path: '/info',
@@ -72,7 +72,7 @@
i18n: 'info'
},
component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/system/userinfo')
+ import( /* webpackChunkName: "views" */ '@/views/system/userinfo')
}]
}, {
path: '/work/process/leave',
@@ -85,7 +85,7 @@
i18n: 'work'
},
component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/work/process/leave/form')
+ import( /* webpackChunkName: "views" */ '@/views/work/process/leave/form')
}, {
path: 'handle/:taskId/:processInstanceId/:businessId',
name: '处理请假流程',
@@ -93,7 +93,7 @@
i18n: 'work'
},
component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/work/process/leave/handle')
+ import( /* webpackChunkName: "views" */ '@/views/work/process/leave/handle')
}, {
path: 'detail/:processInstanceId/:businessId',
name: '请假流程详情',
@@ -101,7 +101,7 @@
i18n: 'work'
},
component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/work/process/leave/detail')
+ import( /* webpackChunkName: "views" */ '@/views/work/process/leave/detail')
}]
}, {
path: '/securityAnalysis',
@@ -114,7 +114,7 @@
i18n: 'dict'
},
component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/securityAnalysis/index')
+ import( /* webpackChunkName: "views" */ '@/views/securityAnalysis/index')
}]
}, {
path: '/recruitmentManagement',
@@ -127,7 +127,7 @@
i18n: 'dict'
},
component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/recruitmentManagement/index')
+ import( /* webpackChunkName: "views" */ '@/views/recruitmentManagement/index')
}]
}, {
path: '/securityUnit',
@@ -140,20 +140,7 @@
i18n: 'dict'
},
component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/securityUnit/index')
- }]
-}, {
- path: '/securityGuard',
- component: Layout,
- redirect: '/securityGuard/securityGuardRegistration',
- children: [{
- path: 'index',
- name: '保安员入职信息登记',
- meta: {
- i18n: 'dict'
- },
- component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/securityGuard/securityGuardRegistration')
+ import( /* webpackChunkName: "views" */ '@/views/securityUnit/index')
}]
}, {
path: '/securityGuard',
@@ -166,7 +153,46 @@
i18n: 'dict'
},
component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/securityGuard/securityGuard')
+ import( /* webpackChunkName: "views" */ '@/views/securityGuard/securityGuard')
+ }]
+}, {
+ path: '/securityGuardDetail',
+ component: Layout,
+ redirect: '/securityGuardDetail/index',
+ children: [{
+ path: 'index',
+ name: '保安员详情',
+ meta: {
+ i18n: 'dict'
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/securityGuard/securityGuardDetail')
+ }]
+}, {
+ path: '/resource',
+ component: Layout,
+ redirect: '/resource/attach',
+ children: [{
+ path: 'attach',
+ name: '附件上传',
+ meta: {
+ i18n: 'dict'
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/resource/attach')
+ }]
+}, {
+ path: '/securityUnitChild',
+ component: Layout,
+ redirect: '/securityUnitChild/index',
+ children: [{
+ path: 'index',
+ name: '保安单位详情',
+ meta: {
+ i18n: 'dict'
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/securityUnitChild/index')
}]
}, {
path: '/securityGuard',
@@ -179,19 +205,558 @@
i18n: 'dict'
},
component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/securityGuard/securityGuard')
+ import( /* webpackChunkName: "views" */ '@/views/securityGuard/securityGuard')
}]
-}, {
- path: '/dispatch',
+},
+// {
+// path: '/dispatch/dispatch',
+// component: Layout,
+// redirect: '/dispatch/dispatch',
+// children: [{
+// path: 'index',
+// name: '派遣服务管理',
+// meta: {
+// i18n: 'dict'
+// },
+// component: () =>
+// import( /* webpackChunkName: "views" */ '@/views/dispatch/dispatch')
+// }]
+// },
+{
+ path: '/desk',
component: Layout,
- redirect: '/dispatch/index',
+ redirect: '/desk/notice',
children: [{
path: 'index',
- name: '派遣服务管理',
+ name: '通知公告',
meta: {
i18n: 'dict'
},
component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/dispatch/index')
+ import( /* webpackChunkName: "views" */ '@/views/desk/notice')
}]
-}]
\ No newline at end of file
+},
+{
+ path: '/workreport',
+ component: Layout,
+ redirect: '/workreport/workreport',
+ children: [{
+ path: 'workreport',
+ name: '发起的汇报',
+ meta: {
+ i18n: 'dict'
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/workreport/workreport')
+ }]
+},
+{
+ path: '/workreport',
+ component: Layout,
+ redirect: '/workreport/workreply',
+ children: [{
+ path: 'workreply',
+ name: '接收的汇报',
+ meta: {
+ i18n: 'dict'
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/workreport/workreply')
+ }]
+}, {
+ path: '/resource',
+ component: Layout,
+ redirect: '/resource/attachCopy',
+ children: [{
+ path: 'attachCopy',
+ name: '保安单位附件上传',
+ meta: {
+ i18n: 'dict'
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/resource/attachCopy')
+ }]
+},
+// {
+// path: '/dispatch',
+// component: Layout,
+// redirect: '/dispatch/dispatch',
+// children: [{
+// path: 'dispatch',
+// name: '派遣单位管理',
+// meta: {
+// i18n: 'dispatch'
+// },
+// component: () =>
+// import( /* webpackChunkName: "views" */ '@/views/dispatch/dispatch')
+// }, {
+// path: 'dispatchChildoperable',
+// name: '派遣记录管理',
+// meta: {
+// i18n: 'dispatch'
+// },
+// component: () =>
+// import( /* webpackChunkName: "views" */ '@/views/dispatch/dispatchChildoperable')
+// }]
+// },
+// {
+// path: '/dispatchChild',
+// component: Layout,
+// redirect: '/dispatchChild/index',
+// children: [{
+// path: 'index',
+// name: '派遣服务记录',
+// meta: {
+// i18n: 'dict'
+// },
+// component: () =>
+// import( /* webpackChunkName: "views" */ '@/views/dispatchChild/index')
+// }]
+// },
+// {
+// path: '/equipments',
+// component: Layout,
+// redirect: '/equipments/index',
+// children: [{
+// path: 'index',
+// name: '保安公司装备管理',
+// meta: {
+// i18n: 'dict'
+// },
+// component: () =>
+// import( /* webpackChunkName: "views" */ '@/views/equipments/index')
+// }]
+// }, {
+// path: '/car',
+// component: Layout,
+// redirect: '/car/index',
+// children: [{
+// path: 'index',
+// name: '保安公司车辆管理',
+// meta: {
+// i18n: 'dict'
+// },
+// component: () =>
+// import( /* webpackChunkName: "views" */ '@/views/car/index')
+// }]
+// }, {
+// path: '/gun',
+// component: Layout,
+// redirect: '/gun/index',
+// children: [{
+// path: 'index',
+// name: '保安公司枪支管理',
+// meta: {
+// i18n: 'dict'
+// },
+// component: () =>
+// import( /* webpackChunkName: "views" */ '@/views/gun/index')
+// }]
+// },
+// {
+// path: '/securityEquipment',
+// component: Layout,
+// redirect: '/securityEquipment',
+// children: [{
+// path: 'equipments',
+// name: '装备管理',
+// meta: {
+// i18n: 'securityEquipment'
+// },
+// component: () =>
+// import( /* webpackChunkName: "views" */ '@/views/securityEquipment/equipments')
+// }, {
+// path: 'car',
+// name: '车辆管理',
+// meta: {
+// i18n: 'car'
+// },
+// component: () =>
+// import( /* webpackChunkName: "views" */ '@/views/securityEquipment/car')
+// }, {
+// path: 'gun',
+// name: '车辆管理',
+// meta: {
+// i18n: 'gun'
+// },
+// component: () =>
+// import( /* webpackChunkName: "views" */ '@/views/securityEquipment/gun')
+// }]
+// },
+{
+ path: '/trainingRegistration',
+ component: Layout,
+ redirect: '/trainingRegistration/index',
+ children: [{
+ path: 'index',
+ name: '保安培训报名管理',
+ meta: {
+ i18n: 'dict'
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/trainingRegistration/index')
+ }]
+}, {
+ path: '/securityAnalysis',
+ component: Layout,
+ redirect: '/securityAnalysis/index',
+ children: [{
+ path: 'index',
+ name: '保安单位情况智能分析',
+ meta: {
+ i18n: 'dict'
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/securityAnalysis/index')
+ }]
+}, {
+ path: '/recruitmentManagement',
+ component: Layout,
+ redirect: '/recruitmentManagement/index',
+ children: [{
+ path: 'index',
+ name: '招聘管理',
+ meta: {
+ i18n: 'dict'
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/recruitmentManagement/index')
+ }]
+}, {
+ path: '/securityUnit',
+ component: Layout,
+ redirect: '/securityUnit/index',
+ children: [{
+ path: 'index',
+ name: '保安单位信息',
+ meta: {
+ i18n: 'dict'
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/securityUnit/index')
+ }]
+}, {
+ path: '/securityGuard',
+ component: Layout,
+ redirect: '/securityGuard/securityGuard',
+ children: [{
+ path: 'index',
+ name: '保安员查询',
+ meta: {
+ i18n: 'dict'
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/securityGuard/securityGuard')
+ }]
+}, {
+ path: '/securityGuardDetail',
+ component: Layout,
+ redirect: '/securityGuardDetail/index',
+ children: [{
+ path: 'index',
+ name: '保安员详情',
+ meta: {
+ i18n: 'dict'
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/securityGuard/securityGuardDetail')
+ }]
+}, {
+ path: '/resource',
+ component: Layout,
+ redirect: '/resource/attach',
+ children: [{
+ path: 'attach',
+ name: '附件上传',
+ meta: {
+ i18n: 'dict'
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/resource/attach')
+ }]
+}, {
+ path: '/securityUnitChild',
+ component: Layout,
+ redirect: '/securityUnitChild/index',
+ children: [{
+ path: 'index',
+ name: '保安单位详情',
+ meta: {
+ i18n: 'dict'
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/securityUnitChild/index')
+ }]
+}, {
+ path: '/securityGuard',
+ component: Layout,
+ redirect: '/securityGuard/securityGuard',
+ children: [{
+ path: 'index',
+ name: '保安员管理',
+ meta: {
+ i18n: 'dict'
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/securityGuard/securityGuard')
+ }]
+},
+// {
+// path: '/dispatch/dispatch',
+// component: Layout,
+// redirect: '/dispatch/dispatch',
+// children: [{
+// path: 'index',
+// name: '派遣服务管理',
+// meta: {
+// i18n: 'dict'
+// },
+// component: () =>
+// import( /* webpackChunkName: "views" */ '@/views/dispatch/dispatch')
+// }]
+// },
+{
+ path: '/desk',
+ component: Layout,
+ redirect: '/desk/notice',
+ children: [{
+ path: 'index',
+ name: '通知公告',
+ meta: {
+ i18n: 'dict'
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/desk/notice')
+ }]
+}, {
+ path: '/dispatch',
+ component: Layout,
+ redirect: '/dispatch/dispatch',
+ children: [{
+ path: 'dispatch',
+ name: '派遣单位管理',
+ meta: {
+ i18n: 'dispatch'
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/dispatch/dispatch')
+ }, {
+ path: 'dispatchChildoperable',
+ name: '派遣记录管理',
+ meta: {
+ i18n: 'dispatch'
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/dispatch/dispatchChildoperable')
+ }]
+}, {
+ path: '/dispatchChild',
+ component: Layout,
+ redirect: '/dispatchChild/index',
+ children: [{
+ path: 'index',
+ name: '派遣服务记录',
+ meta: {
+ i18n: 'dict'
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/dispatchChild/index')
+ }]
+}, {
+ path: '/applyexam',
+ redirect: '/applyexam/papers',
+ component: Layout,
+ children: [{
+ path: 'papers',
+ name: '准考证信息',
+ meta: {
+ i18n: 'index',
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/applyexam/papers')
+ }]
+},
+// {
+// path: '/equipments',
+// component: Layout,
+// redirect: '/equipments/index',
+// children: [{
+// path: 'index',
+// name: '保安公司装备管理',
+// meta: {
+// i18n: 'dict'
+// },
+// component: () =>
+// import( /* webpackChunkName: "views" */ '@/views/equipments/index')
+// }]
+// }, {
+// path: '/car',
+// component: Layout,
+// redirect: '/car/index',
+// children: [{
+// path: 'index',
+// name: '保安公司车辆管理',
+// meta: {
+// i18n: 'dict'
+// },
+// component: () =>
+// import( /* webpackChunkName: "views" */ '@/views/car/index')
+// }]
+// }, {
+// path: '/gun',
+// component: Layout,
+// redirect: '/gun/index',
+// children: [{
+// path: 'index',
+// name: '保安公司枪支管理',
+// meta: {
+// i18n: 'dict'
+// },
+// component: () =>
+// import( /* webpackChunkName: "views" */ '@/views/gun/index')
+// }]
+// },
+// {
+// path: '/securityEquipment',
+// component: Layout,
+// redirect: '/securityEquipment',
+// children: [{
+// path: 'equipments',
+// name: '装备管理',
+// meta: {
+// i18n: 'securityEquipment'
+// },
+// component: () =>
+// import( /* webpackChunkName: "views" */ '@/views/securityEquipment/equipments')
+// }, {
+// path: 'car',
+// name: '车辆管理',
+// meta: {
+// i18n: 'car'
+// },
+// component: () =>
+// import( /* webpackChunkName: "views" */ '@/views/securityEquipment/car')
+// }, {
+// path: 'gun',
+// name: '车辆管理',
+// meta: {
+// i18n: 'gun'
+// },
+// component: () =>
+// import( /* webpackChunkName: "views" */ '@/views/securityEquipment/gun')
+// }]
+// },
+{
+ path: '/trainingRegistration',
+ component: Layout,
+ redirect: '/trainingRegistration/index',
+ children: [{
+ path: 'index',
+ name: '保安培训报名',
+ meta: {
+ i18n: 'dict'
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/trainingRegistration/index')
+ }]
+},
+{
+ path: '/trainExam',
+ component: Layout,
+ redirect: '/trainExam/index',
+ children: [{
+ path: 'index',
+ name: '考试申请',
+ meta: {
+ i18n: 'dict'
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/trainExam/index')
+ }]
+},
+{
+ path: '/applyexam',
+ redirect: '/applyexam/index',
+ component: Layout,
+ children: [{
+ path: 'index',
+ name: '报名考试',
+ meta: {
+ i18n: 'index',
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/applyexam/index')
+ }]
+},
+{
+ path: '/applydetailed',
+ redirect: '/applydetailed/index',
+ component: Layout,
+ children: [{
+ path: 'index',
+ name: '报名清册',
+ meta: {
+ i18n: 'index',
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/applydetailed/index')
+ }]
+},
+{
+ path: '/trainApply',
+ redirect: '/trainApply/index',
+ component: Layout,
+ children: [{
+ path: 'index',
+ name: '报名清册',
+ meta: {
+ i18n: 'index',
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/trainApply/index')
+ }]
+},
+{
+ path: '/startexam',
+ redirect: '/startexam/index',
+ component: Layout,
+ children: [{
+ path: 'index',
+ name: '开始考试',
+ meta: {
+ i18n: 'index',
+ },
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/startexam/index')
+ }]
+},
+{
+ path: '/titleDetails',
+ component: () =>
+ import( /* webpackChunkName: "views" */ '@/views/exam/topicDetails')
+},
+{
+ path: '',
+ component: Layout,
+ children: [{
+ path: '/exam/subjects/:id',
+ component: () =>
+ import('@/views/exam/examSubjects'),
+ name: '题目管理',
+ title: '题目管理',
+ noCache: true
+ }]
+},
+{
+ path: '',
+ component: Layout,
+ children: [{
+ path: '/startexam/:id',
+ component: () =>
+ import('@/views/startexam/index'),
+ name: '开始考试',
+ title: '开始考试',
+ noCache: true
+ }]
+},
+]
\ No newline at end of file
--
Gitblit v1.9.3