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