Compare commits
No commits in common. "093f2ef2537ccbc1db73a8f6796afb4a88897742" and "0b18e15bc2eb25fd8950ae25154b78d193f1c046" have entirely different histories.
093f2ef253
...
0b18e15bc2
|
@ -154,8 +154,8 @@
|
|||
</view>
|
||||
<view v-if="pd.CONFIRM_CONTENT" class="ty-group">
|
||||
<text class="title">
|
||||
作业负责人:</text>
|
||||
<text>{{ pd.CONFIRM_OTHER_CONTENT}}</text>
|
||||
作业单位:</text>
|
||||
<text>{{ pd.CONFIRM_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,8 +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>
|
||||
<text>
|
||||
审核状态:
|
||||
<template v-if="item.APPLY_STATUS==0">动火作业待提交</template>
|
||||
<template v-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
|
||||
|
@ -419,7 +418,7 @@
|
|||
if (step.name == '动火作业提交') {
|
||||
step.STATE = '已提交'
|
||||
}
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见' || step.name == '项目主管部门意见') {
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
|
@ -61,8 +61,7 @@
|
|||
<text>验收部门负责人:{{item.ACCEPT_USER_NAME}}</text>
|
||||
</view>
|
||||
<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-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
|
||||
|
@ -430,7 +429,7 @@
|
|||
if (step.name == '动火作业提交') {
|
||||
step.STATE = '已提交'
|
||||
}
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见' || step.name == '项目主管部门意见') {
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
|
@ -60,8 +60,7 @@
|
|||
<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)">
|
||||
<text>项目主管部门负责人:{{item.BELONGING_USER_NAME}}</text>
|
||||
<view class="dy-subtitle-flex" style="height: 34upx;" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)">
|
||||
<text>
|
||||
审核状态:
|
||||
<template v-if="item.APPLY_STATUS==0">动火作业待提交</template>
|
||||
|
@ -435,7 +434,7 @@
|
|||
if (step.id == 0){
|
||||
step.STATE = '待提交'
|
||||
}
|
||||
console.log(this.showStatus)
|
||||
|
||||
if (this.showStatus == 8) {
|
||||
if(step.USER_NAME == "已跳过"){
|
||||
step.STATE = '审核'
|
||||
|
@ -443,7 +442,7 @@
|
|||
if (step.name == '动火作业提交') {
|
||||
step.STATE = '已提交'
|
||||
}
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见' || step.name == '项目主管部门意见') {
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
|
@ -154,49 +154,27 @@
|
|||
<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,7 +52,6 @@
|
|||
<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>
|
||||
|
@ -425,7 +424,7 @@
|
|||
if (step.name == '动火作业提交') {
|
||||
step.STATE = '已提交'
|
||||
}
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见' || step.name == '项目主管部门意见') {
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
|
@ -178,48 +178,21 @@
|
|||
<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>
|
||||
<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 class="cu-form-group bb-default" v-if="pd.APPLY_STATUS && pd.APPLY_STATUS!=0 && pd.APPLY_STATUS!=1">
|
||||
<view>
|
||||
|
|
|
@ -52,8 +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>
|
||||
<text>
|
||||
审核状态:
|
||||
<template v-if="item.APPLY_STATUS==0">动火作业待提交</template>
|
||||
<template v-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
|
||||
|
@ -425,7 +424,7 @@
|
|||
if (step.name == '动火作业提交') {
|
||||
step.STATE = '已提交'
|
||||
}
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见' || step.name == '项目主管部门意见') {
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
|
@ -61,8 +61,7 @@
|
|||
<text>验收部门负责人:{{item.ACCEPT_USER_NAME}}</text>
|
||||
</view>
|
||||
<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-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
|
||||
|
@ -430,7 +429,7 @@
|
|||
if (step.name == '动火作业提交') {
|
||||
step.STATE = '已提交'
|
||||
}
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见' || step.name == '项目主管部门意见') {
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
|
@ -147,48 +147,6 @@
|
|||
<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,8 +61,7 @@
|
|||
<text>验收部门负责人:{{item.ACCEPT_USER_NAME}}</text>
|
||||
</view>
|
||||
<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-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
|
||||
|
@ -442,7 +441,7 @@
|
|||
if (step.name == '动火作业提交') {
|
||||
step.STATE = '已提交'
|
||||
}
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见' || step.name == '项目主管部门意见') {
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
|
@ -61,8 +61,7 @@
|
|||
<text>验收部门负责人:{{item.ACCEPT_USER_NAME}}</text>
|
||||
</view>
|
||||
<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-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
|
||||
|
@ -430,7 +429,7 @@
|
|||
if (step.name == '动火作业提交') {
|
||||
step.STATE = '已提交'
|
||||
}
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见' || step.name == '项目主管部门意见') {
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
|
@ -149,48 +149,6 @@
|
|||
<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,8 +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>
|
||||
<text>
|
||||
审核状态:
|
||||
<template v-if="item.APPLY_STATUS==0">动火作业待提交</template>
|
||||
<template v-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
|
||||
|
@ -425,7 +424,7 @@
|
|||
if (step.name == '动火作业提交') {
|
||||
step.STATE = '已提交'
|
||||
}
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见' || step.name == '项目主管部门意见') {
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
|
@ -154,48 +154,31 @@
|
|||
<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>
|
||||
<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 class="cu-form-group bb-default" v-if="pd.APPLY_STATUS && pd.APPLY_STATUS!=0 && pd.APPLY_STATUS!=1">
|
||||
<view>
|
||||
|
@ -571,22 +554,13 @@
|
|||
name: 'FFILE',
|
||||
formData: formData,
|
||||
success: (res) => {
|
||||
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
|
||||
}
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: '保存成功',
|
||||
duration: 2000
|
||||
});
|
||||
_this.goback()
|
||||
this.buttonloading = false
|
||||
},
|
||||
fail: (err) => {
|
||||
uni.hideLoading();
|
||||
|
|
|
@ -52,8 +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>
|
||||
<text>
|
||||
审核状态:
|
||||
<template v-if="item.APPLY_STATUS==0">动火作业待提交</template>
|
||||
<template v-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
|
||||
|
@ -442,7 +441,7 @@
|
|||
if (step.name == '动火作业提交') {
|
||||
step.STATE = '已提交'
|
||||
}
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见' || step.name == '项目主管部门意见') {
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
|
@ -52,8 +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>
|
||||
<text>
|
||||
审核状态:
|
||||
<template v-if="item.APPLY_STATUS==0">动火作业待提交</template>
|
||||
<template v-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
|
||||
|
@ -419,7 +418,7 @@
|
|||
if (step.name == '动火作业提交') {
|
||||
step.STATE = '已提交'
|
||||
}
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见' || step.name == '项目主管部门意见') {
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
|
@ -152,48 +152,6 @@
|
|||
<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,8 +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>
|
||||
<text>
|
||||
审核状态:
|
||||
<template v-if="item.APPLY_STATUS==0">动火作业待提交</template>
|
||||
<template v-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
|
||||
|
@ -424,7 +423,7 @@
|
|||
if (step.name == '动火作业提交') {
|
||||
step.STATE = '已提交'
|
||||
}
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见' || step.name == '项目主管部门意见') {
|
||||
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
|
||||
step.STATE = '已审核'
|
||||
}
|
||||
if (step.name == '动火前验票') {
|
||||
|
|
Loading…
Reference in New Issue