14917 所有的“所在单位”和“所在单位负责人”修改为“属地监管单位”和“属地监管单位负责人”功能涉及所有页面

limingyu-20240419-一公司危险作业更新
liujun 2024-04-03 14:49:04 +08:00
parent fc7d3afded
commit 0f43305998
1 changed files with 9 additions and 9 deletions

View File

@ -66,7 +66,7 @@
<template v-if="item.APPLY_STATUS==0"></template>
<template v-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
<template v-else-if="item.APPLY_STATUS==1.5">项目负责人待审核</template>
<template v-else-if="item.APPLY_STATUS==2">所在单位待审核</template>
<template v-else-if="item.APPLY_STATUS==2">属地监管单位待审核</template>
<template v-else-if="item.APPLY_STATUS==4">安全管理部门待审核</template>
<template v-else-if="item.APPLY_STATUS==5">动火审批人待审核</template>
<template v-else-if="item.APPLY_STATUS==6">班长待验票</template>
@ -74,7 +74,7 @@
<template v-else-if="item.APPLY_STATUS==8">验收归档</template>
<template v-else-if="item.APPLY_STATUS==-1.5">项目负责人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-2">作业负责人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-4">所在单位审核打回</template>
<template v-else-if="item.APPLY_STATUS==-4">属地监管单位审核打回</template>
<template v-else-if="item.APPLY_STATUS==-5">安全管理部门审核打回</template>
<template v-else-if="item.APPLY_STATUS==-6">动火审批人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-7">动火前验票打回</template>
@ -192,14 +192,14 @@
{id:'',name:'请选择'},
{id:'0',name:'待提交'},
{id:'1',name:'作业负责人待审核'},
{id:'2',name:'所在单位待确认'},
{id:'2',name:'属地监管单位待确认'},
{id:'4',name:'安全管理部门待审核'},
{id:'5',name:'待审批'},
{id:'6',name:'班长待验票'},
{id:'7',name:'待验收'},
{id:'8',name:'验收归档'},
{id:'-2',name:'作业负责人确认打回'},
{id:'-4',name:'所在单位确认打回'},
{id:'-4',name:'属地监管单位确认打回'},
{id:'-5',name:'安全管理部门打回'},
{id:'-6',name:'审批打回'},
{id:'-7',name:'动火前验票打回'},
@ -221,7 +221,7 @@
},
{
id: '2',
name: '所在单位待审核'
name: '属地监管单位待审核'
},
{
id: '4',
@ -396,7 +396,7 @@
step.REPULSE = step.REPULSE
}
if (this.showStatus == -4 && step.id == 0) {
step.msg = '所在单位审核打回'
step.msg = '属地监管单位审核打回'
step.STATE = '待提交'
step.REPULSE = step.REPULSE
}
@ -437,7 +437,7 @@
if (step.name == '动火作业提交') {
step.STATE = '已提交'
}
if (step.name == '作业负责人意见' || step.name == '所在单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
step.STATE = '已审核'
}
if (step.name == '动火前验票') {
@ -456,7 +456,7 @@
if(step.name == '作业负责人意见'){
step.STATE = '待审核'
}
if(step.name == '所在单位意见'){
if(step.name == '属地监管单位意见'){
step.STATE = '待审核'
}
if(step.name == '安全管理部门意见'){
@ -479,7 +479,7 @@
if(step.name == '作业负责人意见'){
step.STATE = '已审核'
}
if(step.name == '所在单位意见'){
if(step.name == '属地监管单位意见'){
step.STATE = '已审核'
}
if(step.USER_NAME == "已跳过"){