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

limingyu-20240419-一公司危险作业更新
liujun 2024-01-30 20:18:59 +08:00
parent bfaa3a884a
commit f6b70d4a89
19 changed files with 85 additions and 94 deletions

View File

@ -88,7 +88,7 @@
<view v-if="count.COUNTLEADER" class="cu-tag badge">{{count.COUNTLEADER}}</view> <view v-if="count.COUNTLEADER" class="cu-tag badge">{{count.COUNTLEADER}}</view>
</view> </view>
<view class="text-semi" style="text-align: center;"> <view class="text-semi" style="text-align: center;">
<view>所在单位</view> <view>属地监管单位</view>
<view>意见</view> <view>意见</view>
</view> </view>
</navigator> </navigator>

View File

@ -312,7 +312,7 @@
<!-- </view>--> <!-- </view>-->
<view class="cu-form-group" v-if="!forbidEdit"> <view class="cu-form-group" v-if="!forbidEdit">
<view class="title">所在单位</view> <view class="title">属地监管单位</view>
<view class="picker-tree-box"> <view class="picker-tree-box">
<view class="picker-tree" @tap="showLeaderTree">{{pd.LEADER_DEPARTMENT_NAME?pd.LEADER_DEPARTMENT_NAME:''}}</view> <view class="picker-tree" @tap="showLeaderTree">{{pd.LEADER_DEPARTMENT_NAME?pd.LEADER_DEPARTMENT_NAME:''}}</view>
</view> </view>
@ -324,7 +324,7 @@
@cancel="leadertreeCancel"></tki-tree> @cancel="leadertreeCancel"></tki-tree>
</view> </view>
<view class="cu-form-group" v-if="!forbidEdit"> <view class="cu-form-group" v-if="!forbidEdit">
<view class="title">所在单位负责人</view> <view class="title">属地监管单位负责人</view>
<picker @change="PickerLeader" :value="leaderindex" :range="leaderUserList" range-key="NAME" :disabled="leaderUserList.length == 0" @click="isBlankList('leader')"> <picker @change="PickerLeader" :value="leaderindex" :range="leaderUserList" range-key="NAME" :disabled="leaderUserList.length == 0" @click="isBlankList('leader')">
<view class="picker"> <view class="picker">
{{pd.LEADER_USER_NAME?pd.LEADER_USER_NAME:'请选择'}} {{pd.LEADER_USER_NAME?pd.LEADER_USER_NAME:'请选择'}}
@ -454,7 +454,7 @@
<!-- </view>--> <!-- </view>-->
<view v-if="pd.LEADER_USER_SIGNER_PATH"> <view v-if="pd.LEADER_USER_SIGNER_PATH">
<view class="cu-form-textarea" style="border: none;"> <view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">所在单位意见</view> <view class="cu-form-title">属地监管单位意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.LEADER_CONTENT"></textarea> <textarea maxlength="255" disabled="disabled" v-model="pd.LEADER_CONTENT"></textarea>
</view> </view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">--> <!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
@ -463,7 +463,7 @@
<!-- </view>--> <!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee"> <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" > <view class="cu-form-group" >
<view class="title">所在单位负责人</view> <view class="title">属地监管单位负责人</view>
{{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}} {{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}}
</view> </view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" > <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >

View File

@ -275,7 +275,7 @@
<!-- </view>--> <!-- </view>-->
<view class="cu-form-textarea" style="border: none;"> <view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">所在单位意见</view> <view class="cu-form-title">属地监管单位意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.LEADER_CONTENT"></textarea> <textarea maxlength="255" disabled="disabled" v-model="pd.LEADER_CONTENT"></textarea>
</view> </view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">--> <!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
@ -284,7 +284,7 @@
<!-- </view>--> <!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee"> <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" > <view class="cu-form-group" >
<view class="title">所在单位负责人</view> <view class="title">属地监管单位负责人</view>
{{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}} {{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}}
</view> </view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" > <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >

View File

@ -65,7 +65,7 @@
<template v-if="item.APPLY_STATUS==0"></template> <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">作业负责人待审核</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==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==4">安全管理部门待审核</template>
<template v-else-if="item.APPLY_STATUS==5">动火审批人待审核</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==6">班长待验票</template>
@ -73,7 +73,7 @@
<template v-else-if="item.APPLY_STATUS==8">验收归档</template> <template v-else-if="item.APPLY_STATUS==8">验收归档</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==-3">监护人确认打回</template>--> <!-- <template v-else-if="item.APPLY_STATUS==-3">监护人确认打回</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==-5">安全管理部门审核打回</template>
<template v-else-if="item.APPLY_STATUS==-6">动火审批人审核打回</template> <template v-else-if="item.APPLY_STATUS==-6">动火审批人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-7">班长验票打回</template> <template v-else-if="item.APPLY_STATUS==-7">班长验票打回</template>
@ -212,7 +212,7 @@
}, },
{ {
id: '2', id: '2',
name: '所在单位待审核' name: '属地监管单位待审核'
}, },
{ {
id: '4', id: '4',
@ -328,7 +328,7 @@
}, },
{ {
id: '2', id: '2',
name: '所在单位意见', name: '属地监管单位意见',
USER_NAME: STATUS.LEADER_USER_NAME, USER_NAME: STATUS.LEADER_USER_NAME,
TIME: STATUS.LEADER_USER_SIGNER_TIME TIME: STATUS.LEADER_USER_SIGNER_TIME
}, },
@ -381,7 +381,7 @@
step.REPULSE = step.REPULSE step.REPULSE = step.REPULSE
} }
if (this.showStatus == -4 && step.id == 0) { if (this.showStatus == -4 && step.id == 0) {
step.msg = '所在单位审核打回' step.msg = '属地监管单位审核打回'
step.STATE = '待提交' step.STATE = '待提交'
step.REPULSE = step.REPULSE step.REPULSE = step.REPULSE
} }
@ -416,7 +416,7 @@
if (step.name == '动火作业提交') { if (step.name == '动火作业提交') {
step.STATE = '已提交' step.STATE = '已提交'
} }
if (step.name == '作业负责人意见' || step.name == '所在单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') { if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
step.STATE = '已审核' step.STATE = '已审核'
} }
if (step.name == '班长验票') { if (step.name == '班长验票') {
@ -435,7 +435,7 @@
if(step.name == '作业负责人意见'){ if(step.name == '作业负责人意见'){
step.STATE = '待审核' step.STATE = '待审核'
} }
if(step.name == '所在单位意见'){ if(step.name == '属地监管单位意见'){
step.STATE = '待审核' step.STATE = '待审核'
} }
if(step.name == '安全管理部门意见'){ if(step.name == '安全管理部门意见'){
@ -458,7 +458,7 @@
if(step.name == '作业负责人意见'){ if(step.name == '作业负责人意见'){
step.STATE = '已审核' step.STATE = '已审核'
} }
if(step.name == '所在单位意见'){ if(step.name == '属地监管单位意见'){
step.STATE = '已审核' step.STATE = '已审核'
} }
if(step.USER_NAME == "已跳过"){ if(step.USER_NAME == "已跳过"){

View File

@ -230,7 +230,7 @@
</view> </view>
<view v-if="pd.LEADER_USER_SIGNER_PATH"> <view v-if="pd.LEADER_USER_SIGNER_PATH">
<view class="cu-form-textarea" style="border: none;"> <view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">所在单位意见</view> <view class="cu-form-title">属地监管单位意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.LEADER_CONTENT"></textarea> <textarea maxlength="255" disabled="disabled" v-model="pd.LEADER_CONTENT"></textarea>
</view> </view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">--> <!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
@ -239,7 +239,7 @@
<!-- </view>--> <!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee"> <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" > <view class="cu-form-group" >
<view class="title">所在单位负责人</view> <view class="title">属地监管单位负责人</view>
{{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}} {{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}}
</view> </view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" > <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >

View File

@ -65,7 +65,7 @@
<template v-if="item.APPLY_STATUS==0"></template> <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">作业负责人待审核</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==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==4">安全管理部门待审核</template>
<template v-else-if="item.APPLY_STATUS==5">动火审批人待审核</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==6">班长待验票</template>
@ -73,7 +73,7 @@
<template v-else-if="item.APPLY_STATUS==8">验收归档</template> <template v-else-if="item.APPLY_STATUS==8">验收归档</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==-3">监护人确认打回</template>--> <!-- <template v-else-if="item.APPLY_STATUS==-3">监护人确认打回</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==-5">安全管理部门审核打回</template>
<template v-else-if="item.APPLY_STATUS==-6">动火审批人审核打回</template> <template v-else-if="item.APPLY_STATUS==-6">动火审批人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-7">班长验票打回</template> <template v-else-if="item.APPLY_STATUS==-7">班长验票打回</template>
@ -188,14 +188,14 @@
{id:'',name:'请选择'}, {id:'',name:'请选择'},
{id:'0',name:'待提交'}, {id:'0',name:'待提交'},
{id:'1',name:'作业负责人待审核'}, {id:'1',name:'作业负责人待审核'},
{id:'2',name:'所在单位待确认'}, {id:'2',name:'属地监管单位待确认'},
{id:'4',name:'安全管理部门待审核'}, {id:'4',name:'安全管理部门待审核'},
{id:'5',name:'待审批'}, {id:'5',name:'待审批'},
{id:'6',name:'班长待验票'}, {id:'6',name:'班长待验票'},
{id:'7',name:'待验收'}, {id:'7',name:'待验收'},
{id:'8',name:'验收归档'}, {id:'8',name:'验收归档'},
{id:'-2',name:'作业负责人确认打回'}, {id:'-2',name:'作业负责人确认打回'},
{id:'-4',name:'所在单位确认打回'}, {id:'-4',name:'属地监管单位确认打回'},
{id:'-5',name:'安全管理部门打回'}, {id:'-5',name:'安全管理部门打回'},
{id:'-6',name:'审批打回'}, {id:'-6',name:'审批打回'},
{id:'-7',name:'班长验票打回'}, {id:'-7',name:'班长验票打回'},
@ -214,7 +214,7 @@
}, },
{ {
id: '2', id: '2',
name: '所在单位待审核' name: '属地监管单位待审核'
}, },
{ {
id: '4', id: '4',
@ -325,7 +325,7 @@
}, },
{ {
id: '2', id: '2',
name: '所在单位意见', name: '属地监管单位意见',
USER_NAME: STATUS.LEADER_USER_NAME, USER_NAME: STATUS.LEADER_USER_NAME,
TIME: STATUS.LEADER_USER_SIGNER_TIME TIME: STATUS.LEADER_USER_SIGNER_TIME
}, },
@ -378,7 +378,7 @@
step.REPULSE = step.REPULSE step.REPULSE = step.REPULSE
} }
if (this.showStatus == -4 && step.id == 0) { if (this.showStatus == -4 && step.id == 0) {
step.msg = '所在单位审核打回' step.msg = '属地监管单位审核打回'
step.STATE = '待提交' step.STATE = '待提交'
step.REPULSE = step.REPULSE step.REPULSE = step.REPULSE
} }
@ -413,7 +413,7 @@
if (step.name == '动火作业提交') { if (step.name == '动火作业提交') {
step.STATE = '已提交' step.STATE = '已提交'
} }
if (step.name == '作业负责人意见' || step.name == '所在单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') { if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
step.STATE = '已审核' step.STATE = '已审核'
} }
if (step.name == '班长验票') { if (step.name == '班长验票') {
@ -432,7 +432,7 @@
if(step.name == '作业负责人意见'){ if(step.name == '作业负责人意见'){
step.STATE = '待审核' step.STATE = '待审核'
} }
if(step.name == '所在单位意见'){ if(step.name == '属地监管单位意见'){
step.STATE = '待审核' step.STATE = '待审核'
} }
if(step.name == '安全管理部门意见'){ if(step.name == '安全管理部门意见'){
@ -455,7 +455,7 @@
if(step.name == '作业负责人意见'){ if(step.name == '作业负责人意见'){
step.STATE = '已审核' step.STATE = '已审核'
} }
if(step.name == '所在单位意见'){ if(step.name == '属地监管单位意见'){
step.STATE = '已审核' step.STATE = '已审核'
} }
if(step.USER_NAME == "已跳过"){ if(step.USER_NAME == "已跳过"){

View File

@ -312,7 +312,7 @@
<!-- </view>--> <!-- </view>-->
<view class="cu-form-group" v-if="!forbidEdit"> <view class="cu-form-group" v-if="!forbidEdit">
<view class="title">所在单位</view> <view class="title">属地监管单位</view>
<view class="picker-tree-box"> <view class="picker-tree-box">
<view class="picker-tree" @tap="showLeaderTree">{{pd.LEADER_DEPARTMENT_NAME?pd.LEADER_DEPARTMENT_NAME:''}}</view> <view class="picker-tree" @tap="showLeaderTree">{{pd.LEADER_DEPARTMENT_NAME?pd.LEADER_DEPARTMENT_NAME:''}}</view>
</view> </view>
@ -324,7 +324,7 @@
@cancel="leadertreeCancel"></tki-tree> @cancel="leadertreeCancel"></tki-tree>
</view> </view>
<view class="cu-form-group" v-if="!forbidEdit"> <view class="cu-form-group" v-if="!forbidEdit">
<view class="title">所在单位负责人</view> <view class="title">属地监管单位负责人</view>
<picker @change="PickerLeader" :value="leaderindex" :range="leaderUserList" range-key="NAME" :disabled="leaderUserList.length == 0" @click="isBlankList('leader')"> <picker @change="PickerLeader" :value="leaderindex" :range="leaderUserList" range-key="NAME" :disabled="leaderUserList.length == 0" @click="isBlankList('leader')">
<view class="picker"> <view class="picker">
{{pd.LEADER_USER_NAME?pd.LEADER_USER_NAME:'请选择'}} {{pd.LEADER_USER_NAME?pd.LEADER_USER_NAME:'请选择'}}
@ -454,7 +454,7 @@
<!-- </view>--> <!-- </view>-->
<view v-if="pd.LEADER_USER_SIGNER_PATH"> <view v-if="pd.LEADER_USER_SIGNER_PATH">
<view class="cu-form-textarea" style="border: none;"> <view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">所在单位意见</view> <view class="cu-form-title">属地监管单位意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.LEADER_CONTENT"></textarea> <textarea maxlength="255" disabled="disabled" v-model="pd.LEADER_CONTENT"></textarea>
</view> </view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">--> <!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
@ -463,7 +463,7 @@
<!-- </view>--> <!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee"> <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" > <view class="cu-form-group" >
<view class="title">所在单位负责人</view> <view class="title">属地监管单位负责人</view>
{{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}} {{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}}
</view> </view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" > <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >

View File

@ -272,7 +272,7 @@
<!-- </view>--> <!-- </view>-->
<view class="cu-form-textarea" style="border: none;"> <view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">所在单位意见</view> <view class="cu-form-title">属地监管单位意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.LEADER_CONTENT"></textarea> <textarea maxlength="255" disabled="disabled" v-model="pd.LEADER_CONTENT"></textarea>
</view> </view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">--> <!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
@ -281,7 +281,7 @@
<!-- </view>--> <!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee"> <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" > <view class="cu-form-group" >
<view class="title">所在单位负责人</view> <view class="title">属地监管单位负责人</view>
{{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}} {{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}}
</view> </view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" > <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >

View File

@ -65,7 +65,7 @@
<template v-if="item.APPLY_STATUS==0"></template> <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">作业负责人待审核</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==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==4">安全管理部门待审核</template>
<template v-else-if="item.APPLY_STATUS==5">动火审批人待审核</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==6">班长待验票</template>
@ -73,7 +73,7 @@
<template v-else-if="item.APPLY_STATUS==8">验收归档</template> <template v-else-if="item.APPLY_STATUS==8">验收归档</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==-3">监护人确认打回</template>--> <!-- <template v-else-if="item.APPLY_STATUS==-3">监护人确认打回</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==-5">安全管理部门审核打回</template>
<template v-else-if="item.APPLY_STATUS==-6">动火审批人审核打回</template> <template v-else-if="item.APPLY_STATUS==-6">动火审批人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-7">班长验票打回</template> <template v-else-if="item.APPLY_STATUS==-7">班长验票打回</template>
@ -212,7 +212,7 @@
}, },
{ {
id: '2', id: '2',
name: '所在单位待审核' name: '属地监管单位待审核'
}, },
{ {
id: '4', id: '4',
@ -329,7 +329,7 @@
}, },
{ {
id: '2', id: '2',
name: '所在单位意见', name: '属地监管单位意见',
USER_NAME: STATUS.LEADER_USER_NAME, USER_NAME: STATUS.LEADER_USER_NAME,
TIME: STATUS.LEADER_USER_SIGNER_TIME TIME: STATUS.LEADER_USER_SIGNER_TIME
}, },
@ -382,7 +382,7 @@
step.REPULSE = step.REPULSE step.REPULSE = step.REPULSE
} }
if (this.showStatus == -4 && step.id == 0) { if (this.showStatus == -4 && step.id == 0) {
step.msg = '所在单位审核打回' step.msg = '属地监管单位审核打回'
step.STATE = '待提交' step.STATE = '待提交'
step.REPULSE = step.REPULSE step.REPULSE = step.REPULSE
} }
@ -417,7 +417,7 @@
if (step.name == '动火作业提交') { if (step.name == '动火作业提交') {
step.STATE = '已提交' step.STATE = '已提交'
} }
if (step.name == '作业负责人意见' || step.name == '所在单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') { if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
step.STATE = '已审核' step.STATE = '已审核'
} }
if (step.name == '班长验票') { if (step.name == '班长验票') {
@ -436,7 +436,7 @@
if(step.name == '作业负责人意见'){ if(step.name == '作业负责人意见'){
step.STATE = '待审核' step.STATE = '待审核'
} }
if(step.name == '所在单位意见'){ if(step.name == '属地监管单位意见'){
step.STATE = '待审核' step.STATE = '待审核'
} }
if(step.name == '安全管理部门意见'){ if(step.name == '安全管理部门意见'){
@ -459,7 +459,7 @@
if(step.name == '作业负责人意见'){ if(step.name == '作业负责人意见'){
step.STATE = '已审核' step.STATE = '已审核'
} }
if(step.name == '所在单位意见'){ if(step.name == '属地监管单位意见'){
step.STATE = '已审核' step.STATE = '已审核'
} }
if(step.USER_NAME == "已跳过"){ if(step.USER_NAME == "已跳过"){

View File

@ -258,7 +258,7 @@
<!-- </view>--> <!-- </view>-->
<view class="cu-form-textarea" style="border: none;"> <view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">所在单位意见</view> <view class="cu-form-title">属地监管单位意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.LEADER_CONTENT"></textarea> <textarea maxlength="255" disabled="disabled" v-model="pd.LEADER_CONTENT"></textarea>
</view> </view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;;">--> <!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;;">-->
@ -267,7 +267,7 @@
<!-- </view>--> <!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee"> <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" > <view class="cu-form-group" >
<view class="title">所在单位负责人</view> <view class="title">属地监管单位负责人</view>
{{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}} {{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}}
</view> </view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" > <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >

View File

@ -65,7 +65,7 @@
<template v-if="item.APPLY_STATUS==0"></template> <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">作业负责人待审核</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==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==4">安全管理部门待审核</template>
<template v-else-if="item.APPLY_STATUS==5">动火审批人待审核</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==6">班长待验票</template>
@ -73,7 +73,7 @@
<template v-else-if="item.APPLY_STATUS==8">验收归档</template> <template v-else-if="item.APPLY_STATUS==8">验收归档</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==-3">监护人确认打回</template>--> <!-- <template v-else-if="item.APPLY_STATUS==-3">监护人确认打回</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==-5">安全管理部门审核打回</template>
<template v-else-if="item.APPLY_STATUS==-6">动火审批人审核打回</template> <template v-else-if="item.APPLY_STATUS==-6">动火审批人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-7">班长验票打回</template> <template v-else-if="item.APPLY_STATUS==-7">班长验票打回</template>
@ -212,7 +212,7 @@
}, },
{ {
id: '2', id: '2',
name: '所在单位待审核' name: '属地监管单位待审核'
}, },
{ {
id: '4', id: '4',
@ -329,7 +329,7 @@
}, },
{ {
id: '2', id: '2',
name: '所在单位意见', name: '属地监管单位意见',
USER_NAME: STATUS.LEADER_USER_NAME, USER_NAME: STATUS.LEADER_USER_NAME,
TIME: STATUS.LEADER_USER_SIGNER_TIME TIME: STATUS.LEADER_USER_SIGNER_TIME
}, },
@ -382,7 +382,7 @@
step.REPULSE = step.REPULSE step.REPULSE = step.REPULSE
} }
if (this.showStatus == -4 && step.id == 0) { if (this.showStatus == -4 && step.id == 0) {
step.msg = '所在单位审核打回' step.msg = '属地监管单位审核打回'
step.STATE = '待提交' step.STATE = '待提交'
step.REPULSE = step.REPULSE step.REPULSE = step.REPULSE
} }
@ -417,7 +417,7 @@
if (step.name == '动火作业提交') { if (step.name == '动火作业提交') {
step.STATE = '已提交' step.STATE = '已提交'
} }
if (step.name == '作业负责人意见' || step.name == '所在单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') { if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
step.STATE = '已审核' step.STATE = '已审核'
} }
if (step.name == '班长验票') { if (step.name == '班长验票') {
@ -436,7 +436,7 @@
if(step.name == '作业负责人意见'){ if(step.name == '作业负责人意见'){
step.STATE = '待审核' step.STATE = '待审核'
} }
if(step.name == '所在单位意见'){ if(step.name == '属地监管单位意见'){
step.STATE = '待审核' step.STATE = '待审核'
} }
if(step.name == '安全管理部门意见'){ if(step.name == '安全管理部门意见'){
@ -459,7 +459,7 @@
if(step.name == '作业负责人意见'){ if(step.name == '作业负责人意见'){
step.STATE = '已审核' step.STATE = '已审核'
} }
if(step.name == '所在单位意见'){ if(step.name == '属地监管单位意见'){
step.STATE = '已审核' step.STATE = '已审核'
} }
if(step.USER_NAME == "已跳过"){ if(step.USER_NAME == "已跳过"){

View File

@ -235,7 +235,7 @@
</view> </view>
<view v-if="pd.LEADER_USER_SIGNER_PATH"> <view v-if="pd.LEADER_USER_SIGNER_PATH">
<view class="cu-form-textarea" style="border: none;"> <view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">所在单位意见</view> <view class="cu-form-title">属地监管单位意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.LEADER_CONTENT"></textarea> <textarea maxlength="255" disabled="disabled" v-model="pd.LEADER_CONTENT"></textarea>
</view> </view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">--> <!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
@ -244,7 +244,7 @@
<!-- </view>--> <!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee"> <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" > <view class="cu-form-group" >
<view class="title">所在单位负责人</view> <view class="title">属地监管单位负责人</view>
{{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}} {{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}}
</view> </view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" > <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >

View File

@ -65,7 +65,7 @@
<template v-if="item.APPLY_STATUS==0"></template> <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">作业负责人待审核</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==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==4">安全管理部门待审核</template>
<template v-else-if="item.APPLY_STATUS==5">动火审批人待审核</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==6">班长待验票</template>
@ -73,7 +73,7 @@
<template v-else-if="item.APPLY_STATUS==8">验收归档</template> <template v-else-if="item.APPLY_STATUS==8">验收归档</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==-3">监护人确认打回</template>--> <!-- <template v-else-if="item.APPLY_STATUS==-3">监护人确认打回</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==-5">安全管理部门审核打回</template>
<template v-else-if="item.APPLY_STATUS==-6">动火审批人审核打回</template> <template v-else-if="item.APPLY_STATUS==-6">动火审批人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-7">班长验票打回</template> <template v-else-if="item.APPLY_STATUS==-7">班长验票打回</template>
@ -188,14 +188,14 @@
{id:'',name:'请选择'}, {id:'',name:'请选择'},
{id:'0',name:'待提交'}, {id:'0',name:'待提交'},
{id:'1',name:'作业负责人待审核'}, {id:'1',name:'作业负责人待审核'},
{id:'2',name:'所在单位待确认'}, {id:'2',name:'属地监管单位待确认'},
{id:'4',name:'安全管理部门待审核'}, {id:'4',name:'安全管理部门待审核'},
{id:'5',name:'待审批'}, {id:'5',name:'待审批'},
{id:'6',name:'班长待验票'}, {id:'6',name:'班长待验票'},
{id:'7',name:'待验收'}, {id:'7',name:'待验收'},
{id:'8',name:'验收归档'}, {id:'8',name:'验收归档'},
{id:'-2',name:'作业负责人确认打回'}, {id:'-2',name:'作业负责人确认打回'},
{id:'-4',name:'所在单位确认打回'}, {id:'-4',name:'属地监管单位确认打回'},
{id:'-5',name:'安全管理部门打回'}, {id:'-5',name:'安全管理部门打回'},
{id:'-6',name:'审批打回'}, {id:'-6',name:'审批打回'},
{id:'-7',name:'班长验票打回'}, {id:'-7',name:'班长验票打回'},
@ -214,7 +214,7 @@
}, },
{ {
id: '2', id: '2',
name: '所在单位待审核' name: '属地监管单位待审核'
}, },
{ {
id: '4', id: '4',
@ -325,7 +325,7 @@
}, },
{ {
id: '2', id: '2',
name: '所在单位意见', name: '属地监管单位意见',
USER_NAME: STATUS.LEADER_USER_NAME, USER_NAME: STATUS.LEADER_USER_NAME,
TIME: STATUS.LEADER_USER_SIGNER_TIME TIME: STATUS.LEADER_USER_SIGNER_TIME
}, },
@ -378,7 +378,7 @@
step.REPULSE = step.REPULSE step.REPULSE = step.REPULSE
} }
if (this.showStatus == -4 && step.id == 0) { if (this.showStatus == -4 && step.id == 0) {
step.msg = '所在单位审核打回' step.msg = '属地监管单位审核打回'
step.STATE = '待提交' step.STATE = '待提交'
step.REPULSE = step.REPULSE step.REPULSE = step.REPULSE
} }
@ -413,7 +413,7 @@
if (step.name == '动火作业提交') { if (step.name == '动火作业提交') {
step.STATE = '已提交' step.STATE = '已提交'
} }
if (step.name == '作业负责人意见' || step.name == '所在单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') { if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
step.STATE = '已审核' step.STATE = '已审核'
} }
if (step.name == '班长验票') { if (step.name == '班长验票') {
@ -432,7 +432,7 @@
if(step.name == '作业负责人意见'){ if(step.name == '作业负责人意见'){
step.STATE = '待审核' step.STATE = '待审核'
} }
if(step.name == '所在单位意见'){ if(step.name == '属地监管单位意见'){
step.STATE = '待审核' step.STATE = '待审核'
} }
if(step.name == '安全管理部门意见'){ if(step.name == '安全管理部门意见'){
@ -455,7 +455,7 @@
if(step.name == '作业负责人意见'){ if(step.name == '作业负责人意见'){
step.STATE = '已审核' step.STATE = '已审核'
} }
if(step.name == '所在单位意见'){ if(step.name == '属地监管单位意见'){
step.STATE = '已审核' step.STATE = '已审核'
} }
if(step.USER_NAME == "已跳过"){ if(step.USER_NAME == "已跳过"){

View File

@ -64,7 +64,7 @@
审核状态 审核状态
<template v-if="item.APPLY_STATUS==0"></template> <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">作业负责人待审核</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==4">安全管理部门待审核</template>
<template v-else-if="item.APPLY_STATUS==5">动火审批人待审核</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==6">班长待验票</template>
@ -211,7 +211,7 @@
}, },
{ {
id: '2', id: '2',
name: '所在单位待审核' name: '属地监管单位待审核'
}, },
{ {
id: '4', id: '4',
@ -319,7 +319,7 @@
}, },
{ {
id: '2', id: '2',
name: '所在单位意见', name: '属地监管单位意见',
USER_NAME: STATUS.LEADER_USER_NAME, USER_NAME: STATUS.LEADER_USER_NAME,
STATE: '已审核', STATE: '已审核',
TIME: STATUS.LEADER_USER_SIGNER_TIME TIME: STATUS.LEADER_USER_SIGNER_TIME
@ -374,7 +374,7 @@
step.msg = '作业负责人审核打回' step.msg = '作业负责人审核打回'
} }
if (this.showStatus == -4 && step.id == 0) { if (this.showStatus == -4 && step.id == 0) {
step.msg = '所在单位审核打回' step.msg = '属地监管单位审核打回'
} }
if (this.showStatus == -5 && step.id == 0) { if (this.showStatus == -5 && step.id == 0) {
step.msg = '安全管理部门审核打回' step.msg = '安全管理部门审核打回'

View File

@ -235,7 +235,7 @@
</view> </view>
<view v-if="pd.LEADER_USER_SIGNER_PATH"> <view v-if="pd.LEADER_USER_SIGNER_PATH">
<view class="cu-form-textarea" style="border: none;"> <view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">所在单位意见</view> <view class="cu-form-title">属地监管单位意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.LEADER_CONTENT"></textarea> <textarea maxlength="255" disabled="disabled" v-model="pd.LEADER_CONTENT"></textarea>
</view> </view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">--> <!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
@ -244,7 +244,7 @@
<!-- </view>--> <!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee"> <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" > <view class="cu-form-group" >
<view class="title">所在单位负责人</view> <view class="title">属地监管单位负责人</view>
{{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}} {{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}}
</view> </view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" > <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >

View File

@ -65,7 +65,7 @@
<template v-if="item.APPLY_STATUS==0"></template> <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">作业负责人待审核</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==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==4">安全管理部门待审核</template>
<template v-else-if="item.APPLY_STATUS==5">动火审批人待审核</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==6">班长待验票</template>
@ -73,7 +73,7 @@
<template v-else-if="item.APPLY_STATUS==8">验收归档</template> <template v-else-if="item.APPLY_STATUS==8">验收归档</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==-3">监护人确认打回</template>--> <!-- <template v-else-if="item.APPLY_STATUS==-3">监护人确认打回</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==-5">安全管理部门审核打回</template>
<template v-else-if="item.APPLY_STATUS==-6">动火审批人审核打回</template> <template v-else-if="item.APPLY_STATUS==-6">动火审批人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-7">班长验票打回</template> <template v-else-if="item.APPLY_STATUS==-7">班长验票打回</template>
@ -188,14 +188,14 @@
{id:'',name:'请选择'}, {id:'',name:'请选择'},
{id:'0',name:'待提交'}, {id:'0',name:'待提交'},
{id:'1',name:'作业负责人待审核'}, {id:'1',name:'作业负责人待审核'},
{id:'2',name:'所在单位待确认'}, {id:'2',name:'属地监管单位待确认'},
{id:'4',name:'安全管理部门待审核'}, {id:'4',name:'安全管理部门待审核'},
{id:'5',name:'待审批'}, {id:'5',name:'待审批'},
{id:'6',name:'班长待验票'}, {id:'6',name:'班长待验票'},
{id:'7',name:'待验收'}, {id:'7',name:'待验收'},
{id:'8',name:'验收归档'}, {id:'8',name:'验收归档'},
{id:'-2',name:'作业负责人确认打回'}, {id:'-2',name:'作业负责人确认打回'},
{id:'-4',name:'所在单位确认打回'}, {id:'-4',name:'属地监管单位确认打回'},
{id:'-5',name:'安全管理部门打回'}, {id:'-5',name:'安全管理部门打回'},
{id:'-6',name:'审批打回'}, {id:'-6',name:'审批打回'},
{id:'-7',name:'班长验票打回'}, {id:'-7',name:'班长验票打回'},
@ -214,7 +214,7 @@
}, },
{ {
id: '2', id: '2',
name: '所在单位待审核' name: '属地监管单位待审核'
}, },
{ {
id: '4', id: '4',
@ -325,7 +325,7 @@
}, },
{ {
id: '2', id: '2',
name: '所在单位意见', name: '属地监管单位意见',
USER_NAME: STATUS.LEADER_USER_NAME, USER_NAME: STATUS.LEADER_USER_NAME,
TIME: STATUS.LEADER_USER_SIGNER_TIME TIME: STATUS.LEADER_USER_SIGNER_TIME
}, },
@ -378,7 +378,7 @@
step.REPULSE = step.REPULSE step.REPULSE = step.REPULSE
} }
if (this.showStatus == -4 && step.id == 0) { if (this.showStatus == -4 && step.id == 0) {
step.msg = '所在单位审核打回' step.msg = '属地监管单位审核打回'
step.STATE = '待提交' step.STATE = '待提交'
step.REPULSE = step.REPULSE step.REPULSE = step.REPULSE
} }
@ -413,7 +413,7 @@
if (step.name == '动火作业提交') { if (step.name == '动火作业提交') {
step.STATE = '已提交' step.STATE = '已提交'
} }
if (step.name == '作业负责人意见' || step.name == '所在单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') { if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
step.STATE = '已审核' step.STATE = '已审核'
} }
if (step.name == '班长验票') { if (step.name == '班长验票') {
@ -432,7 +432,7 @@
if(step.name == '作业负责人意见'){ if(step.name == '作业负责人意见'){
step.STATE = '待审核' step.STATE = '待审核'
} }
if(step.name == '所在单位意见'){ if(step.name == '属地监管单位意见'){
step.STATE = '待审核' step.STATE = '待审核'
} }
if(step.name == '安全管理部门意见'){ if(step.name == '安全管理部门意见'){
@ -455,7 +455,7 @@
if(step.name == '作业负责人意见'){ if(step.name == '作业负责人意见'){
step.STATE = '已审核' step.STATE = '已审核'
} }
if(step.name == '所在单位意见'){ if(step.name == '属地监管单位意见'){
step.STATE = '已审核' step.STATE = '已审核'
} }
if(step.USER_NAME == "已跳过"){ if(step.USER_NAME == "已跳过"){

View File

@ -2,7 +2,7 @@
<view > <view >
<cu-custom bgColor="bg-gradual-blueness" :isBack="true" > <cu-custom bgColor="bg-gradual-blueness" :isBack="true" >
<block slot="backText">返回</block> <block slot="backText">返回</block>
<block slot="content">所在单位意见</block> <block slot="content">属地监管单位意见</block>
</cu-custom> </cu-custom>
<scroll-view scroll-y="false" > <scroll-view scroll-y="false" >
<view class="form"> <view class="form">
@ -255,11 +255,11 @@
<view class="cu-form-textarea" style="border-bottom: 1px dashed #eee;"> <view class="cu-form-textarea" style="border-bottom: 1px dashed #eee;">
<view class="cu-form-title">所在单位意见</view> <view class="cu-form-title">属地监管单位意见</view>
<textarea maxlength="255" v-model="pd.CONTENT" placeholder="请输入意见"></textarea> <textarea maxlength="255" v-model="pd.CONTENT" placeholder="请输入意见"></textarea>
</view> </view>
<view class="wui-sign"> <view class="wui-sign">
<view class="title">所在单位负责人</view> <view class="title">属地监管单位负责人</view>
<button class="cu-btn bg-green shadow" @tap="signModalShow = true" data-target="Modal">手写签字</button> <button class="cu-btn bg-green shadow" @tap="signModalShow = true" data-target="Modal">手写签字</button>
<!-- <button class="cu-btn bg-green shadow" @tap="showModal" data-target="Modal">手写签字</button> --> <!-- <button class="cu-btn bg-green shadow" @tap="showModal" data-target="Modal">手写签字</button> -->
</view> </view>

View File

@ -2,19 +2,10 @@
<view> <view>
<cu-custom bgColor="bg-gradual-blueness" :isBack="true" :isRingt="true"> <cu-custom bgColor="bg-gradual-blueness" :isBack="true" :isRingt="true">
<block slot="backText">返回</block> <block slot="backText">返回</block>
<block slot="content">所在单位意见</block> <block slot="content">属地监管单位意见</block>
<!-- <block slot="right">-->
<!-- <view @click="$noMultipleClicks(goToAdd)"></view>-->
<!-- </block>-->
</cu-custom> </cu-custom>
<view class="select-fixed top-fixed"> <view class="select-fixed top-fixed">
<view class="cu-bar search bg-white"> <view class="cu-bar search bg-white">
<!-- <picker @change="statusChange" :value="sindex" :range="statusList" range-key="name">-->
<!-- <view class="saixuan">-->
<!-- <text>筛选</text>-->
<!-- <text class="cuIcon-triangledownfill"></text>-->
<!-- </view>-->
<!-- </picker>-->
<view class="search-form radius" style="margin-left: 0;"> <view class="search-form radius" style="margin-left: 0;">
<text class="cuIcon-search"></text> <text class="cuIcon-search"></text>
<input @input="InputBlur" placeholder="请输入关键字" <input @input="InputBlur" placeholder="请输入关键字"

View File

@ -277,7 +277,7 @@
<!-- </view>--> <!-- </view>-->
<view class="cu-form-textarea" style="border: none;"> <view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">所在单位意见</view> <view class="cu-form-title">属地监管单位意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.LEADER_CONTENT"></textarea> <textarea maxlength="255" disabled="disabled" v-model="pd.LEADER_CONTENT"></textarea>
</view> </view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">--> <!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
@ -286,7 +286,7 @@
<!-- </view>--> <!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee"> <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" > <view class="cu-form-group" >
<view class="title">所在单位负责人</view> <view class="title">属地监管单位负责人</view>
{{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}} {{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}}
</view> </view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" > <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >