Compare commits
5 Commits
0b18e15bc2
...
093f2ef253
Author | SHA1 | Date |
---|---|---|
liujun | 093f2ef253 | |
liujun | e3715f75a9 | |
liujun | f58d3c0400 | |
liujun | 06f76ab905 | |
liujun | 0c1e44ccf5 |
|
@ -154,8 +154,8 @@
|
|||
</view>
|
||||
<view v-if="pd.CONFIRM_CONTENT" class="ty-group">
|
||||
<text class="title">
|
||||
作业单位:</text>
|
||||
<text>{{ pd.CONFIRM_CONTENT}}</text>
|
||||
作业负责人:</text>
|
||||
<text>{{ pd.CONFIRM_OTHER_CONTENT}}</text>
|
||||
</view>
|
||||
<view v-if="pd.BELONGING_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
|
@ -164,22 +164,22 @@
|
|||
</view>
|
||||
<view v-if="pd.GUARDIAN_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火点属地监管单位负责人:</text>
|
||||
属地监管单位:</text>
|
||||
<text>{{ pd.GUARDIAN_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.LEADER_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
车间:</text>
|
||||
安全管理部门:</text>
|
||||
<text>{{ pd.LEADER_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.AUDIT_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
安全管理部门:</text>
|
||||
动火审批人:</text>
|
||||
<text>{{ pd.AUDIT_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.APPROVE_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
审批人:</text>
|
||||
动火前验票:</text>
|
||||
<text>{{ pd.APPROVE_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.MONITOR_USER_MEASURES" class="ty-group">
|
||||
|
|
|
@ -52,7 +52,8 @@
|
|||
<text>验收部门负责人:{{item.ACCEPT_USER_NAME}}</text>
|
||||
</view>
|
||||
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
|
||||
<text>
|
||||
<text>项目主管部门负责人:{{item.BELONGING_USER_NAME}}</text>
|
||||
<text>
|
||||
审核状态:
|
||||
<template v-if="item.APPLY_STATUS==0">动火作业待提交</template>
|
||||
<template v-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
|
||||
|
@ -418,7 +419,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.name == '项目主管部门意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
|
@ -61,7 +61,8 @@
|
|||
<text>验收部门负责人:{{item.ACCEPT_USER_NAME}}</text>
|
||||
</view>
|
||||
<view class="dy-subtitle-flex" style="height: 34upx;" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)">
|
||||
<text>
|
||||
<text>项目主管部门负责人:{{item.BELONGING_USER_NAME}}</text>
|
||||
<text>
|
||||
审核状态:
|
||||
<template v-if="item.APPLY_STATUS==0">动火作业待提交</template>
|
||||
<template v-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
|
||||
|
@ -429,7 +430,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.name == '项目主管部门意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
|
@ -60,7 +60,8 @@
|
|||
<text>动火前验票负责人:{{item.MONITOR_USER_NAME}}</text>
|
||||
<text>验收部门负责人:{{item.ACCEPT_USER_NAME}}</text>
|
||||
</view>
|
||||
<view class="dy-subtitle-flex" style="height: 34upx;" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)">
|
||||
<view class="dy-subtitle-flex" style="height: 34upx;" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)">
|
||||
<text>项目主管部门负责人:{{item.BELONGING_USER_NAME}}</text>
|
||||
<text>
|
||||
审核状态:
|
||||
<template v-if="item.APPLY_STATUS==0">动火作业待提交</template>
|
||||
|
@ -434,7 +435,7 @@
|
|||
if (step.id == 0){
|
||||
step.STATE = '待提交'
|
||||
}
|
||||
|
||||
console.log(this.showStatus)
|
||||
if (this.showStatus == 8) {
|
||||
if(step.USER_NAME == "已跳过"){
|
||||
step.STATE = '审核'
|
||||
|
@ -442,7 +443,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.name == '项目主管部门意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
|
@ -154,27 +154,49 @@
|
|||
<view class="cu-form-title">其他安全措施:</view>
|
||||
<textarea maxlength="255" ref="OTHER_PROTECTIVE_MEASURES" v-model="pd.OTHER_PROTECTIVE_MEASURES" placeholder="请输入其他防护措施..."></textarea>
|
||||
</view>
|
||||
<view v-if="pd.CONFIRM_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
作业单位:</text>
|
||||
<text>{{ pd.CONFIRM_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.GUARDIAN_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火点属地监管单位负责人:</text>
|
||||
<text>{{ pd.GUARDIAN_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.LEADER_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
车间:</text>
|
||||
<text>{{ pd.LEADER_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.AUDIT_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
安全管理部门:</text>
|
||||
<text>{{ pd.AUDIT_USER_MEASURES}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view>
|
||||
<view v-if="pd.SAFETY_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
安全措施确认人:</text>
|
||||
<text>{{ pd.SAFETY_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.CONFIRM_OTHER_CONTENT" class="ty-group">
|
||||
<text class="title">
|
||||
作业负责人:</text>
|
||||
<text>{{ pd.CONFIRM_OTHER_CONTENT}}</text>
|
||||
</view>
|
||||
<view v-if="pd.BELONGING_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
项目责任负责人:</text>
|
||||
<text>{{ pd.BELONGING_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.GUARDIAN_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
属地监管单位:</text>
|
||||
<text>{{ pd.GUARDIAN_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.LEADER_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
安全管理部门:</text>
|
||||
<text>{{ pd.LEADER_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.AUDIT_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火前验票:</text>
|
||||
<text>{{ pd.AUDIT_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.APPROVE_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火审批人:</text>
|
||||
<text>{{ pd.APPROVE_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.MONITOR_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
班长:</text>
|
||||
<text>{{ pd.MONITOR_USER_MEASURES}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="cu-form-group bb-default" v-if="pd.APPLY_STATUS && pd.APPLY_STATUS!=0 && pd.APPLY_STATUS!=1">
|
||||
<view>
|
||||
<text class="title">气体分析单位负责人:</text>
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
<text>验收部门负责人:{{item.ACCEPT_USER_NAME}}</text>
|
||||
</view>
|
||||
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
|
||||
<text>项目主管部门负责人:{{item.BELONGING_USER_NAME}}</text>
|
||||
<text>
|
||||
审核状态:
|
||||
<template v-if="item.APPLY_STATUS==0">动火作业待提交</template>
|
||||
|
@ -424,7 +425,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.name == '项目主管部门意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
|
@ -178,21 +178,48 @@
|
|||
<view class="cu-form-title">其他安全措施:</view>
|
||||
<textarea maxlength="255" ref="OTHER_PROTECTIVE_MEASURES" v-model="pd.OTHER_PROTECTIVE_MEASURES" placeholder="请输入其他防护措施..."></textarea>
|
||||
</view>
|
||||
<view v-if="pd.CONFIRM_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
作业单位:</text>
|
||||
<text>{{ pd.CONFIRM_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.GUARDIAN_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火点属地监管单位负责人:</text>
|
||||
<text>{{ pd.GUARDIAN_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.LEADER_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
所在车间意见:</text>
|
||||
<text>{{ pd.LEADER_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view>
|
||||
<view v-if="pd.SAFETY_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
安全措施确认人:</text>
|
||||
<text>{{ pd.SAFETY_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.CONFIRM_OTHER_CONTENT" class="ty-group">
|
||||
<text class="title">
|
||||
作业负责人:</text>
|
||||
<text>{{ pd.CONFIRM_OTHER_CONTENT}}</text>
|
||||
</view>
|
||||
<view v-if="pd.BELONGING_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
项目责任负责人:</text>
|
||||
<text>{{ pd.BELONGING_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.GUARDIAN_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
属地监管单位:</text>
|
||||
<text>{{ pd.GUARDIAN_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.LEADER_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火前验票:</text>
|
||||
<text>{{ pd.LEADER_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.AUDIT_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
安全管理部门:</text>
|
||||
<text>{{ pd.AUDIT_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.APPROVE_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火审批人:</text>
|
||||
<text>{{ pd.APPROVE_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.MONITOR_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
班长:</text>
|
||||
<text>{{ pd.MONITOR_USER_MEASURES}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="cu-form-group bb-default" v-if="pd.APPLY_STATUS && pd.APPLY_STATUS!=0 && pd.APPLY_STATUS!=1">
|
||||
<view>
|
||||
|
|
|
@ -52,7 +52,8 @@
|
|||
<text>验收部门负责人:{{item.ACCEPT_USER_NAME}}</text>
|
||||
</view>
|
||||
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
|
||||
<text>
|
||||
<text>项目主管部门负责人:{{item.BELONGING_USER_NAME}}</text>
|
||||
<text>
|
||||
审核状态:
|
||||
<template v-if="item.APPLY_STATUS==0">动火作业待提交</template>
|
||||
<template v-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
|
||||
|
@ -424,7 +425,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.name == '项目主管部门意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
|
@ -61,7 +61,8 @@
|
|||
<text>验收部门负责人:{{item.ACCEPT_USER_NAME}}</text>
|
||||
</view>
|
||||
<view class="dy-subtitle-flex" style="height: 34upx;" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)">
|
||||
<text>
|
||||
<text>项目主管部门负责人:{{item.BELONGING_USER_NAME}}</text>
|
||||
<text>
|
||||
审核状态:
|
||||
<template v-if="item.APPLY_STATUS==0">动火作业待提交</template>
|
||||
<template v-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
|
||||
|
@ -429,7 +430,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.name == '项目主管部门意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
|
@ -147,6 +147,48 @@
|
|||
<view class="title">其他安全措施:</view>
|
||||
<input name="input" ref="OTHER_PROTECTIVE_MEASURES" v-model="pd.APPROVAL_CONTENT" placeholder="请输入"></input>
|
||||
</view>
|
||||
<view>
|
||||
<view v-if="pd.SAFETY_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
安全措施确认人:</text>
|
||||
<text>{{ pd.SAFETY_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.CONFIRM_OTHER_CONTENT" class="ty-group">
|
||||
<text class="title">
|
||||
作业负责人:</text>
|
||||
<text>{{ pd.CONFIRM_OTHER_CONTENT}}</text>
|
||||
</view>
|
||||
<view v-if="pd.BELONGING_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
项目责任负责人:</text>
|
||||
<text>{{ pd.BELONGING_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.GUARDIAN_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
属地监管单位:</text>
|
||||
<text>{{ pd.GUARDIAN_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.LEADER_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火前验票:</text>
|
||||
<text>{{ pd.LEADER_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.AUDIT_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
安全管理部门:</text>
|
||||
<text>{{ pd.AUDIT_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.APPROVE_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火审批人:</text>
|
||||
<text>{{ pd.APPROVE_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.MONITOR_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
班长:</text>
|
||||
<text>{{ pd.MONITOR_USER_MEASURES}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="cu-form-group bb-default" v-if="pd.APPLY_STATUS && pd.APPLY_STATUS!=0 && pd.APPLY_STATUS!=-99">
|
||||
<view>
|
||||
<text class="title">气体分析单位负责人:</text>
|
||||
|
|
|
@ -61,7 +61,8 @@
|
|||
<text>验收部门负责人:{{item.ACCEPT_USER_NAME}}</text>
|
||||
</view>
|
||||
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
|
||||
<text>
|
||||
<text>项目主管部门负责人:{{item.BELONGING_USER_NAME}}</text>
|
||||
<text>
|
||||
审核状态:
|
||||
<template v-if="item.APPLY_STATUS==0">动火作业待提交</template>
|
||||
<template v-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
|
||||
|
@ -441,7 +442,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.name == '项目主管部门意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
|
@ -61,7 +61,8 @@
|
|||
<text>验收部门负责人:{{item.ACCEPT_USER_NAME}}</text>
|
||||
</view>
|
||||
<view class="dy-subtitle-flex" style="height: 34upx;" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)">
|
||||
<text>
|
||||
<text>项目主管部门负责人:{{item.BELONGING_USER_NAME}}</text>
|
||||
<text>
|
||||
审核状态:
|
||||
<template v-if="item.APPLY_STATUS==0">动火作业待提交</template>
|
||||
<template v-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
|
||||
|
@ -429,7 +430,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.name == '项目主管部门意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
|
@ -149,6 +149,48 @@
|
|||
<view class="cu-form-title">其他安全措施:</view>
|
||||
<textarea maxlength="255" ref="OTHER_PROTECTIVE_MEASURES" v-model="pd.OTHER_PROTECTIVE_MEASURES" placeholder="请输入其他防护措施..."></textarea>
|
||||
</view>
|
||||
<view>
|
||||
<view v-if="pd.SAFETY_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
安全措施确认人:</text>
|
||||
<text>{{ pd.SAFETY_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.CONFIRM_OTHER_CONTENT" class="ty-group">
|
||||
<text class="title">
|
||||
作业负责人:</text>
|
||||
<text>{{ pd.CONFIRM_OTHER_CONTENT}}</text>
|
||||
</view>
|
||||
<view v-if="pd.BELONGING_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
项目责任负责人:</text>
|
||||
<text>{{ pd.BELONGING_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.GUARDIAN_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
属地监管单位:</text>
|
||||
<text>{{ pd.GUARDIAN_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.LEADER_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火前验票:</text>
|
||||
<text>{{ pd.LEADER_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.AUDIT_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
安全管理部门:</text>
|
||||
<text>{{ pd.AUDIT_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.APPROVE_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火审批人:</text>
|
||||
<text>{{ pd.APPROVE_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.MONITOR_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
班长:</text>
|
||||
<text>{{ pd.MONITOR_USER_MEASURES}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="pd.CONFIRM_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
作业单位:</text>
|
||||
|
|
|
@ -52,7 +52,8 @@
|
|||
<text>验收部门负责人:{{item.ACCEPT_USER_NAME}}</text>
|
||||
</view>
|
||||
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
|
||||
<text>
|
||||
<text>项目主管部门负责人:{{item.BELONGING_USER_NAME}}</text>
|
||||
<text>
|
||||
审核状态:
|
||||
<template v-if="item.APPLY_STATUS==0">动火作业待提交</template>
|
||||
<template v-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
|
||||
|
@ -424,7 +425,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.name == '项目主管部门意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
|
@ -154,31 +154,48 @@
|
|||
<view class="cu-form-title">其他安全措施:</view>
|
||||
<textarea maxlength="255" ref="OTHER_PROTECTIVE_MEASURES" v-model="pd.OTHER_PROTECTIVE_MEASURES" placeholder="请输入其他防护措施..."></textarea>
|
||||
</view>
|
||||
<view v-if="pd.CONFIRM_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
作业单位:</text>
|
||||
<text>{{ pd.CONFIRM_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.GUARDIAN_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火点属地监管单位负责人:</text>
|
||||
<text>{{ pd.GUARDIAN_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.LEADER_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
车间:</text>
|
||||
<text>{{ pd.LEADER_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.AUDIT_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
安全管理部门:</text>
|
||||
<text>{{ pd.AUDIT_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.APPROVE_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
审批部门:</text>
|
||||
<text>{{ pd.APPROVE_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view>
|
||||
<view v-if="pd.SAFETY_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
安全措施确认人:</text>
|
||||
<text>{{ pd.SAFETY_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.CONFIRM_OTHER_CONTENT" class="ty-group">
|
||||
<text class="title">
|
||||
作业负责人:</text>
|
||||
<text>{{ pd.CONFIRM_OTHER_CONTENT}}</text>
|
||||
</view>
|
||||
<view v-if="pd.BELONGING_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
项目责任负责人:</text>
|
||||
<text>{{ pd.BELONGING_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.GUARDIAN_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
属地监管单位:</text>
|
||||
<text>{{ pd.GUARDIAN_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.LEADER_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
安全管理部门:</text>
|
||||
<text>{{ pd.LEADER_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.AUDIT_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火审批人:</text>
|
||||
<text>{{ pd.AUDIT_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.APPROVE_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火前验票:</text>
|
||||
<text>{{ pd.APPROVE_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.MONITOR_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
班长:</text>
|
||||
<text>{{ pd.MONITOR_USER_MEASURES}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="cu-form-group bb-default" v-if="pd.APPLY_STATUS && pd.APPLY_STATUS!=0 && pd.APPLY_STATUS!=1">
|
||||
<view>
|
||||
|
@ -554,13 +571,22 @@
|
|||
name: 'FFILE',
|
||||
formData: formData,
|
||||
success: (res) => {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: '保存成功',
|
||||
duration: 2000
|
||||
});
|
||||
_this.goback()
|
||||
this.buttonloading = false
|
||||
let info = JSON.parse(res.data)
|
||||
if (info.code == '9999') {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: info.errorMessage,
|
||||
duration: 2000
|
||||
});
|
||||
} else {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: '保存成功',
|
||||
duration: 2000
|
||||
});
|
||||
_this.goback()
|
||||
this.buttonloading = false
|
||||
}
|
||||
},
|
||||
fail: (err) => {
|
||||
uni.hideLoading();
|
||||
|
|
|
@ -52,7 +52,8 @@
|
|||
<text>验收部门负责人:{{item.ACCEPT_USER_NAME}}</text>
|
||||
</view>
|
||||
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
|
||||
<text>
|
||||
<text>项目主管部门负责人:{{item.BELONGING_USER_NAME}}</text>
|
||||
<text>
|
||||
审核状态:
|
||||
<template v-if="item.APPLY_STATUS==0">动火作业待提交</template>
|
||||
<template v-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
|
||||
|
@ -441,7 +442,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.name == '项目主管部门意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
|
@ -52,7 +52,8 @@
|
|||
<text>验收部门负责人:{{item.ACCEPT_USER_NAME}}</text>
|
||||
</view>
|
||||
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
|
||||
<text>
|
||||
<text>项目主管部门负责人:{{item.BELONGING_USER_NAME}}</text>
|
||||
<text>
|
||||
审核状态:
|
||||
<template v-if="item.APPLY_STATUS==0">动火作业待提交</template>
|
||||
<template v-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
|
||||
|
@ -418,7 +419,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.name == '项目主管部门意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
|
@ -152,6 +152,48 @@
|
|||
<textarea maxlength="255" ref="OTHER_PROTECTIVE_MEASURES" v-model="pd.APPROVAL_CONTENT"
|
||||
placeholder="请输入其他防护措施..."></textarea>
|
||||
</view>
|
||||
<view>
|
||||
<view v-if="pd.SAFETY_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
安全措施确认人:</text>
|
||||
<text>{{ pd.SAFETY_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.CONFIRM_OTHER_CONTENT" class="ty-group">
|
||||
<text class="title">
|
||||
作业负责人:</text>
|
||||
<text>{{ pd.CONFIRM_OTHER_CONTENT}}</text>
|
||||
</view>
|
||||
<view v-if="pd.BELONGING_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
项目责任负责人:</text>
|
||||
<text>{{ pd.BELONGING_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.GUARDIAN_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
属地监管单位:</text>
|
||||
<text>{{ pd.GUARDIAN_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.LEADER_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火前验票:</text>
|
||||
<text>{{ pd.LEADER_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.AUDIT_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
安全管理部门:</text>
|
||||
<text>{{ pd.AUDIT_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.APPROVE_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火审批人:</text>
|
||||
<text>{{ pd.APPROVE_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.MONITOR_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
班长:</text>
|
||||
<text>{{ pd.MONITOR_USER_MEASURES}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="pd.CONFIRM_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
作业单位:
|
||||
|
|
|
@ -52,7 +52,8 @@
|
|||
<text>验收部门负责人:{{item.ACCEPT_USER_NAME}}</text>
|
||||
</view>
|
||||
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
|
||||
<text>
|
||||
<text>项目主管部门负责人:{{item.BELONGING_USER_NAME}}</text>
|
||||
<text>
|
||||
审核状态:
|
||||
<template v-if="item.APPLY_STATUS==0">动火作业待提交</template>
|
||||
<template v-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
|
||||
|
@ -423,7 +424,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.name == '项目主管部门意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
Loading…
Reference in New Issue