flx:提交特种作业模块

This commit is contained in:
Vce 2024-05-14 18:16:17 +08:00
parent cc03aba900
commit 9c38e882c8
11 changed files with 13026 additions and 5 deletions

View File

@ -246,8 +246,8 @@ const routes2 = [
isDockingToWoer
? import("@/components/layout_zhongjian.vue")
: enabledProjectV2 == 1
? import("@/views/projectLevel/common/page.vue")
: import("@/components/layout.vue"),
? import("@/views/projectLevel/common/page.vue")
: import("@/components/layout.vue"),
meta: {
keepAlive: true,
},
@ -540,8 +540,8 @@ const routes2 = [
name: "劳务管理_准入台账",
component: () => import("@/views/projectFront/laborManage/entryRecord.vue"),
},
//劳务管理--花名册(颜色版本)
{
//劳务管理--花名册(颜色版本)
{
path: "/project/labor/roster",
name: "劳务管理_花名册1",
component: () => import("@/views/projectFront/laborManage/rosterNew.vue"),
@ -1558,6 +1558,55 @@ const routes2 = [
component: () =>
import("@/views/projectFront/safetyEducation/securityRiskAnalysis.vue"),
},
// 特种作业
{
path: "/project/specialWork/fireWork",
name: "动火作业",
component: () =>
import("@/views/projectFront/specialWork/fireWork.vue"),
},
{
path: "/project/specialWork/confinedSpaceWork",
name: "受限空间作业",
component: () =>
import("@/views/projectFront/specialWork/confinedSpaceWork.vue"),
},
{
path: "/project/specialWork/blindPlugWork",
name: "盲板抽堵作业",
component: () =>
import("@/views/projectFront/specialWork/blindPlugWork.vue"),
},
{
path: "/project/specialWork/towerOverWork",
name: "高出作业",
component: () =>
import("@/views/projectFront/specialWork/towerOverWork.vue"),
},
{
path: "/project/specialWork/riggingOutWork",
name: "吊装安作业",
component: () =>
import("@/views/projectFront/specialWork/riggingOutWork.vue"),
},
{
path: "/project/specialWork/temporaryPowerWork",
name: "临时用电作业",
component: () =>
import("@/views/projectFront/specialWork/temporaryPowerWork.vue"),
},
{
path: "/project/specialWork/startBuildingWork",
name: "动土作业",
component: () =>
import("@/views/projectFront/specialWork/startBuildingWork.vue"),
},
{
path: "/project/specialWork/disconnectionWork",
name: "断路作业",
component: () =>
import("@/views/projectFront/specialWork/disconnectionWork.vue"),
},
//卸料平台
{
path: "/project/unload/basicInfo", //卸料平台 基本信息
@ -3051,7 +3100,7 @@ const routes2 = [
"@/views/projectFront/engineerArchives/workingDraw.vue",
], resolve),
},
// 供应商管理系统——承包资质申请
{
path: "/supplier/qualification/apply",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff