Merge remote-tracking branch 'origin/liujun-2024-01-24-一公司动火功能变更' into pet

limingyu-20240419-一公司危险作业更新
liujun 2024-03-30 09:08:12 +08:00
commit 80de716078
35 changed files with 8211 additions and 2548 deletions

View File

@ -862,6 +862,30 @@
"path": "pages/application/hotwork_cfd/hotwork-confirm/hotwork-confirm-list",
"style": {}
},
{
"path": "pages/application/hotwork_cfd/hotwork-xiang-mu/hotwork-xiang-alldetail",
"style": {}
},
{
"path": "pages/application/hotwork_cfd/hotwork-xiang-mu/hotwork-xiang-detail",
"style": {}
},
{
"path": "pages/application/hotwork_cfd/hotwork-xiang-mu/hotwork-xiang-list",
"style": {}
},
{
"path": "pages/application/hotwork_cfd/hotwork-safety/hotwork-safety-alldetail",
"style": {}
},
{
"path": "pages/application/hotwork_cfd/hotwork-safety/hotwork-safety-detail",
"style": {}
},
{
"path": "pages/application/hotwork_cfd/hotwork-safety/hotwork-safety-list",
"style": {}
},
{
"path": "pages/application/hotwork_cfd/hotwork-gas/gas-detail",
"style": {}

View File

@ -52,6 +52,16 @@
<view>申请</view>
</view>
</navigator>
<navigator class="apps-item" hover-class="none" url="/pages/application/hotwork_cfd/hotwork-safety/hotwork-safety-list">
<view class="imgs action">
<image src="../../../static/icon-apps/icon-yh-1.png" mode=""></image>
<view v-if="count.safetyNum" class="cu-tag badge">{{count.safetyNum}}</view>
</view>
<view class="text-semi" style="text-align: center;">
<view>安全措施确认人</view>
<view>意见</view>
</view>
</navigator>
<navigator class="apps-item" hover-class="none" url="/pages/application/hotwork_cfd/hotwork-confirm/hotwork-confirm-list">
<view class="imgs action">
<image src="../../../static/icon-apps/icon-yh-1.png" mode=""></image>
@ -62,23 +72,23 @@
<view>意见</view>
</view>
</navigator>
<!-- <navigator class="apps-item" hover-class="none" url="/pages/application/hotwork/hotwork-guardian/hotwork-guardian-list">-->
<!-- <view class="imgs action">-->
<!-- <image src="../../../static/icon-apps/icon-zl-9.png" mode=""></image>-->
<!-- <view v-if="count.COUNTGUARDIAN" class="cu-tag badge">{{count.COUNTGUARDIAN}}</view>-->
<!-- </view>-->
<!-- <view class="text-semi" style="text-align: center;">-->
<!-- <view>监护人</view>-->
<!-- <view>意见</view>-->
<!-- </view>-->
<!-- </navigator>-->
<navigator class="apps-item" hover-class="none" url="/pages/application/hotwork_cfd/hotwork-xiang-mu/hotwork-xiang-list">
<view class="imgs action">
<image src="../../../static/icon-apps/icon-yh-1.png" mode=""></image>
<view v-if="count.belongingNum" class="cu-tag badge">{{count.belongingNum}}</view>
</view>
<view class="text-semi" style="text-align: center;">
<view>项目主管部门</view>
<view>负责人意见</view>
</view>
</navigator>
<navigator class="apps-item" hover-class="none" url="/pages/application/hotwork_cfd/hotwork-leader/hotwork-leader-list">
<view class="imgs action">
<image src="../../../static/icon-apps/icon-807.png" mode=""></image>
<view v-if="count.COUNTLEADER" class="cu-tag badge">{{count.COUNTLEADER}}</view>
</view>
<view class="text-semi" style="text-align: center;">
<view>所在单位</view>
<view>属地监管单位</view>
<view>意见</view>
</view>
</navigator>
@ -141,7 +151,7 @@
<navigator class="apps-item" hover-class="none" url="/pages/application/hotwork_cfd/hotwork-confess/hotwork-confess-list">
<view class="imgs action">
<image src="../../../static/icon-apps/icon-aq-1_cfd.png" mode=""></image>
<view v-if="count.COUNTCONFESS" class="cu-tag badge">{{count.COUNTCONFESS}}</view>
<view v-if="count.confessNum" class="cu-tag badge">{{count.confessNum}}</view>
</view>
<view class="text-semi" style="text-align: center;">
<view>安全交底人</view>

View File

@ -249,7 +249,7 @@
<view class="wui-form-list" v-if="!forbidEdit">
<view class="cu-form-group" >
<view class="title">分析单位</view>
<view class="title">气体分析单位</view>
<view class="picker-tree-box">
<view class="picker-tree" @tap="showAnalyzeTree">{{pd.ANALYZE_DEPARTMENT_NAME?pd.ANALYZE_DEPARTMENT_NAME:''}}</view>
</view>
@ -261,7 +261,7 @@
@cancel="analyzetreeCancel"></tki-tree>
</view>
<view class="cu-form-group" >
<view class="title">分析单位负责人</view>
<view class="title">气体分析单位负责人</view>
<picker @change="PickerAnalyze" :value="analyzeindex" :range="analyzeUserList" range-key="NAME" :disabled="analyzeUserList.length == 0" @click="isBlankList('analyze')">
<view class="picker">
{{pd.ANALYZE_USER_NAME?pd.ANALYZE_USER_NAME:'请选择'}}
@ -312,7 +312,7 @@
<!-- </view>-->
<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" @tap="showLeaderTree">{{pd.LEADER_DEPARTMENT_NAME?pd.LEADER_DEPARTMENT_NAME:''}}</view>
</view>
@ -324,7 +324,7 @@
@cancel="leadertreeCancel"></tki-tree>
</view>
<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')">
<view class="picker">
{{pd.LEADER_USER_NAME?pd.LEADER_USER_NAME:'请选择'}}
@ -375,7 +375,7 @@
</view>
<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" @tap="showMonitorTree">{{pd.MONITOR_DEPARTMENT_NAME?pd.MONITOR_DEPARTMENT_NAME:''}}</view>
</view>
@ -387,7 +387,7 @@
@cancel="monitortreeCancel"></tki-tree>
</view>
<view class="cu-form-group" v-if="!forbidEdit">
<view class="title">动火前在岗班长</view>
<view class="title">动火前验票负责人</view>
<picker @change="PickerMonitor" :value="monitorindex" :range="monitorUserList" range-key="NAME" :disabled="monitorUserList.length == 0" @click="isBlankList('monitor')">
<view class="picker">
{{pd.MONITOR_USER_NAME?pd.MONITOR_USER_NAME:'请选择'}}
@ -454,7 +454,7 @@
<!-- </view>-->
<view v-if="pd.LEADER_USER_SIGNER_PATH">
<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>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
@ -463,7 +463,7 @@
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">所在单位负责人</view>
<view class="title">属地监管单位负责人</view>
{{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -511,16 +511,16 @@
</view>
<view v-if="pd.MONITOR_USER_SIGNER_PATH">
<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.MONITOR_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火前在岗班长</view>-->
<!-- <view class="title">动火前验票负责人</view>-->
<!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">动火前在岗班长</view>
<view class="title">动火前验票负责人</view>
{{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -874,7 +874,7 @@
if(this.analyzeUserList.length == 0) {
uni.showToast({
icon: 'none',
title: '请先选择分析单位',
title: '请先选择气体分析单位',
duration: 1500
})
}
@ -928,7 +928,7 @@
if(this.monitorUserList.length == 0) {
uni.showToast({
icon: 'none',
title: '请先选择动火前在岗部门',
title: '请先选择动火前验票部门',
duration: 1500
})
}

View File

@ -62,12 +62,6 @@
></ruiDatePicker>
<view v-else>{{pd.WORK_END_DATE}}</view>
</view>
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">作业负责人</view>-->
<!-- <input name="input" ref="WORK_MANAGER" :disabled="forbidEdit" v-model="pd.WORK_MANAGER" placeholder="请输入"></input>-->
<!-- </view>-->
<view class="cu-form-textarea">
<view style="display: flex;justify-content: space-between;align-items: center">
<view class="cu-form-title">动火人及证书编号</view>
@ -85,30 +79,6 @@
<textarea maxlength="255" auto-height :disabled="forbidEdit" v-model="pd.RISK_IDENTIFICATION" placeholder="请输入风险辨识结果"></textarea>
</view>
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">安全交底人</view>-->
<!-- <input name="input" ref="CONFESS_USER" :disabled="forbidEdit" v-model="pd.CONFESS_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">安全教育人</view>-->
<!-- <input name="input" ref="EDUCATE_USER" :disabled="forbidEdit" v-model="pd.EDUCATE_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">接受交底人</view>-->
<!-- <input name="input" ref="ACCEPT_EDUCATE_USER" :disabled="forbidEdit" v-model="pd.ACCEPT_EDUCATE_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">动火措施初审人</view>-->
<!-- <input name="input" ref="TRIAL_USER" :disabled="forbidEdit" v-model="pd.TRIAL_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">监护人</view>-->
<!-- <input name="input" ref="GUARDIAN_USER" :disabled="forbidEdit" v-model="pd.GUARDIAN_USER" placeholder="请输入"></input>-->
<!-- </view>-->
</view>
<view class="wui-form-list" style="padding-top: 20upx;">
@ -217,17 +187,20 @@
</view>
</view>
</view>
<view v-if="pd.CONFESS_USER_SIGNER_PATH">
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">安全交底人</view>
{{pd.CONFESS_USER_NAME}} {{pd.CONFESS_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
<image :src="baseImgPath + pd.CONFESS_USER_SIGNER_PATH" mode="aspectFill" @click="previewImage(baseImgPath + pd.CONFESS_USER_SIGNER_PATH)" style="height: 100%;"></image>
</view>
</view>
</view>
<view v-if="pd.confessList && pd.confessList.length > 0 && pd.confessList.length !== pd.confessList.filter(item => item.APPROVAL_STATUS === '0').length">
<view v-for="(item,index) in pd.confessList" >
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">安全交底人</view>
{{ item.CONFESS_USER_NAME }} {{ item.APPROVAL_SIGNATURE_TIME }}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;">
<image :src="baseImgPath + item.APPROVAL_SIGNATURE" mode="aspectFill"
@click="previewImage(baseImgPath + item.APPROVAL_SIGNATURE)" style="height: 100%;"></image>
</view>
</view>
</view>
</view>
<view v-if="files.length > 0">
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
@ -243,6 +216,19 @@
</view>
</view>
</view>
<view v-if="pd.SAFETY_USER_NAME">
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">安全项检查人</view>
{{pd.SAFETY_USER_NAME}} {{pd.SAFETY_SIGNATURE_TIME}}
</view>
<view class="imgs" style="display: flex;justify-content: space-between;align-items: flex-end;padding: 20upx 50upx;">
<image :src="baseImgPath+pd.SAFETY_SIGNATURE" @click="ViewShowImage(baseImgPath+v.SAFETY_SIGNATURE)"
mode="" style="width: 200upx;height: 200upx;"></image>
<text>{{pd.SAFETY_SIGNATURE_TIME}}</text>
</view>
</view>
</view>
</view>
<view class="wui-form-list">
@ -251,10 +237,6 @@
<view class="cu-form-title">作业负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.CONFIRM_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">作业负责人</view>-->
<!-- {{pd.CONFIRM_USER_NAME}} {{pd.CONFIRM_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">作业负责人</view>
@ -265,26 +247,28 @@
</view>
</view>
<!-- <view class="cu-form-textarea" style="border: none;">-->
<!-- <view class="cu-form-title">监护人意见</view>-->
<!-- <textarea maxlength="255" disabled="disabled" v-model="pd.GUARDIAN_CONTENT"></textarea>-->
<!-- </view>-->
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">监护人</view>-->
<!-- {{pd.GUARDIAN_USER_NAME}} {{pd.GUARDIAN_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">项目主管部门负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.BELONGING_OPINIONS"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">项目主管部门负责人</view>
{{pd.BELONGING_USER_NAME}} {{pd.BELONGING_SIGNATURE_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
<image :src="baseImgPath + pd.BELONGING_SIGNATURE" mode="aspectFill" @click="previewImage(baseImgPath + pd.BELONGING_SIGNATURE)" style="height: 100%;"></image>
</view>
</view>
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">所在单位意见</view>
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">属地监管单位意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.LEADER_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火点所在单位负责人</view>-->
<!-- {{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">所在单位负责人</view>
<view class="title">属地监管单位负责人</view>
{{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -296,10 +280,6 @@
<view class="cu-form-title">安全管理部门意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.AUDIT_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">安全管理部门负责人</view>-->
<!-- {{pd.AUDIT_USER_NAME}} {{pd.AUDIT_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">安全管理部门负责人</view>
@ -315,10 +295,6 @@
<view class="cu-form-title">动火审批人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.APPROVE_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" v-if="forbidEdit" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">审批人</view>-->
<!-- {{pd.APPROVE_USER_NAME}} {{pd.APPROVE_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">动火审批人</view>
@ -330,16 +306,12 @@
</view>
</view>
<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.MONITOR_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火前在岗班长</view>-->
<!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">动火前在岗班长</view>
<view class="title">动火前验票负责人</view>
{{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -355,7 +327,6 @@
<view class="wui-sign">
<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="showModal" data-target="Modal">新增手写签字</button> -->
</view>
<view class="wui-sign-box wui-sign-box1" v-show="imgList && imgList.length > 0">
<view class="sign-title">
@ -548,119 +519,103 @@
current: 0
});
},
async goSubmit(STATUS){
var _this = this;
let required = true
uni.showLoading({
title: '请稍候'
})
if(STATUS==8) {
if (_this.imgList.length <= 0) {
uni.showToast({
icon: 'none',
title: '请签字',
duration: 1500
});
return;
}
}
var fileList = [];
var signtime = [];
const formData={}
Object.keys(this.pd).map(key => {
formData[key]=this.pd[key]
})
this.uploadImgFaults(fileList,signtime)
formData.SIGNTIME = signtime.join(",")
formData.CORPINFO_ID=corpinfoId
formData.CREATOR=loginUser.USER_ID
formData.OPERATOR=loginUser.USER_ID
formData.ACTION_USER=loginUser.NAME
formData.APPLY_STATUS=STATUS
if(STATUS==8){
// if (await this.getGasFlag()) {
if(!this.pd.CONFESS_USER_SIGNER_PATH || this.files.length <= 0 || !this.pd.GUARDIAN_USER_SIGNER_PATH) {
uni.showModal({
title: '',
content: '没有进行监护人、安全交底人或接受交底人签字,不能进行审核!',
cancelColor: "#000000",
cancelText: '取消',
confirmText: '确定',
success: res => {
this.buttonloading = false
_this.goback()
}
})
}else {
if(new Date(this.pd.WORK_START_DATE).getTime() - new Date().getTime() >0){
uni.showModal({
title: '',
content: '作业未开始之前不能进行验收',
cancelColor: "#000000",
cancelText: '取消',
confirmText: '确定',
success: res => {
this.buttonloading = false
_this.goback()
}
})
}else{
formData.STATUS = STATUS
this.buttonloading = true
uni.uploadFile({
url: basePath + '/app/hotwork/cfd/editAcceptStatus',
files: fileList,
formData:formData,
success: (res) => {
uni.showToast({
icon: 'none',
title: '保存成功',
duration: 2000
});
_this.goback()
this.buttonloading = false
},
fail: (err) => {
uni.hideLoading();
uni.showModal({
content: err.errMsg,
showCancel: false
});
}
})
}
}
}else{
formData.STATUS=STATUS
this.buttonloading = true
uni.request({
url: basePath + "/app/hotwork/cfd/editStatus",
method: 'POST',
dataType: 'json',
header:{
'Content-type':'application/x-www-form-urlencoded'
},
data: formData,
success: (res) => {
uni.showToast({
icon:'none',
title: '保存成功',
duration: 2000
});
_this.goback()
this.buttonloading = false
},
fail: (err) => {
uni.hideLoading();
uni.showModal({
content: err.errMsg,
showCancel: false
});
}
})
}
},
async goSubmit(STATUS) {
var _this = this;
let required = true
uni.showLoading({
title: '请稍候'
})
if (STATUS == 8) {
if (_this.imgList.length <= 0) {
uni.showToast({
icon: 'none',
title: '请签字',
duration: 1500
});
return;
}
}
var fileList = [];
var signtime = [];
const formData = {}
Object.keys(this.pd).map(key => {
formData[key] = this.pd[key]
})
this.uploadImgFaults(fileList, signtime)
formData.SIGNTIME = signtime.join(",")
formData.CORPINFO_ID = corpinfoId
formData.CREATOR = loginUser.USER_ID
formData.OPERATOR = loginUser.USER_ID
formData.ACTION_USER = loginUser.NAME
formData.APPLY_STATUS = STATUS
if (STATUS == 8) {
if (new Date(this.pd.WORK_START_DATE).getTime() - new Date().getTime() > 0) {
uni.showModal({
title: '',
content: '作业未开始之前不能进行验收',
cancelColor: "#000000",
cancelText: '取消',
confirmText: '确定',
success: res => {
this.buttonloading = false
_this.goback()
}
})
} else {
formData.STATUS = STATUS
this.buttonloading = true
uni.uploadFile({
url: basePath + '/app/hotwork/cfd/editAcceptStatus',
files: fileList,
formData: formData,
success: (res) => {
uni.showToast({
icon: 'none',
title: '保存成功',
duration: 2000
});
_this.goback()
this.buttonloading = false
},
fail: (err) => {
uni.hideLoading();
uni.showModal({
content: err.errMsg,
showCancel: false
});
}
})
}
} else {
formData.STATUS = STATUS
this.buttonloading = true
uni.request({
url: basePath + "/app/hotwork/cfd/editStatus",
method: 'POST',
dataType: 'json',
header: {
'Content-type': 'application/x-www-form-urlencoded'
},
data: formData,
success: (res) => {
uni.showToast({
icon: 'none',
title: '保存成功',
duration: 2000
});
_this.goback()
this.buttonloading = false
},
fail: (err) => {
uni.hideLoading();
uni.showModal({
content: err.errMsg,
showCancel: false
});
}
})
}
},
getGasFlag(){
return new Promise((resolve,reject)=> {
if (this.gasList.length < 1) {
@ -774,7 +729,6 @@
},
url: basePath + '/app/limitspace/listAllSpace?tm=' + new Date().getTime(),
data: {CORPINFO_ID: corpinfoId},
dataType: 'json',
success: function (res) {
_this.limitSpaceList = res.data.varList;
}

View File

@ -3,18 +3,9 @@
<cu-custom bgColor="bg-gradual-blueness" :isBack="true" :isRingt="true">
<block slot="backText">返回</block>
<block slot="content">完工验收</block>
<!-- <block slot="right">-->
<!-- <view @click="$noMultipleClicks(goToAdd)"></view>-->
<!-- </block>-->
</cu-custom>
<view class="select-fixed top-fixed">
<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;">
<text class="cuIcon-search"></text>
<input @input="InputBlur" placeholder="请输入关键字"
@ -56,7 +47,7 @@
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>动火前在岗班长{{item.MONITOR_USER_NAME}}</text>
<text>动火前验票负责人{{item.MONITOR_USER_NAME}}</text>
<text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
@ -64,16 +55,16 @@
审核状态
<template v-if="item.APPLY_STATUS==0"></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==1.5">项目负责人待审核</template>
<template v-else-if="item.APPLY_STATUS==2">属地监管单位待审核</template>
<template v-else-if="item.APPLY_STATUS==4">安全管理部门待审核</template>
<template v-else-if="item.APPLY_STATUS==5">动火审批人待审核</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==8">验收归档</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==-4">所在单位审核打回</template>
<template v-else-if="item.APPLY_STATUS==-1.5">项目负责人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-2">作业负责人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-4">属地监管单位审核打回</template>
<template v-else-if="item.APPLY_STATUS==-5">安全管理部门审核打回</template>
<template v-else-if="item.APPLY_STATUS==-6">动火审批人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-7">班长验票打回</template>
@ -137,11 +128,6 @@
安全交底人{{CONFESS_USER_NAME}}已签字
</view>
</view>
<view v-if="!CONFESS_USER_SIGNER_TIME">
<view style="padding: 0 60upx;color: red">
安全交底人{{CONFESS_USER_NAME}}未签字
</view>
</view>
<view v-if="ACCEPT_CONFESS_USER_SIGNER_TIME">
<view style="padding: 0 60upx;color: #5db174">
接受交底人{{ACCEPT_CONFESS_USER_NAME}}已签字
@ -212,7 +198,7 @@
},
{
id: '2',
name: '所在单位待审核'
name: '属地监管单位待审核'
},
{
id: '4',
@ -326,9 +312,15 @@
USER_NAME: STATUS.CONFIRM_USER_NAME,
TIME: STATUS.CONFIRM_USER_SIGNER_TIME
},
{
id: '1.5',
name: '项目主管部门意见',
USER_NAME: STATUS.BELONGING_USER_NAME,
TIME: STATUS.BELONGING_SIGNATURE_TIME
},
{
id: '2',
name: '所在单位意见',
name: '属地监管单位意见',
USER_NAME: STATUS.LEADER_USER_NAME,
TIME: STATUS.LEADER_USER_SIGNER_TIME
},
@ -381,7 +373,7 @@
step.REPULSE = step.REPULSE
}
if (this.showStatus == -4 && step.id == 0) {
step.msg = '所在单位审核打回'
step.msg = '属地监管单位审核打回'
step.STATE = '待提交'
step.REPULSE = step.REPULSE
}
@ -416,7 +408,7 @@
if (step.name == '动火作业提交') {
step.STATE = '已提交'
}
if (step.name == '作业负责人意见' || step.name == '所在单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
step.STATE = '已审核'
}
if (step.name == '班长验票') {
@ -435,7 +427,7 @@
if(step.name == '作业负责人意见'){
step.STATE = '待审核'
}
if(step.name == '所在单位意见'){
if(step.name == '属地监管单位意见'){
step.STATE = '待审核'
}
if(step.name == '安全管理部门意见'){
@ -458,7 +450,7 @@
if(step.name == '作业负责人意见'){
step.STATE = '已审核'
}
if(step.name == '所在单位意见'){
if(step.name == '属地监管单位意见'){
step.STATE = '已审核'
}
if(step.USER_NAME == "已跳过"){

View File

@ -62,12 +62,6 @@
></ruiDatePicker>
<view v-else>{{pd.WORK_END_DATE}}</view>
</view>
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">作业负责人</view>-->
<!-- <input name="input" ref="WORK_MANAGER" :disabled="forbidEdit" v-model="pd.WORK_MANAGER" placeholder="请输入"></input>-->
<!-- </view>-->
<view class="cu-form-textarea">
<view style="display: flex;justify-content: space-between;align-items: center">
<view class="cu-form-title">动火人及证书编号</view>
@ -84,31 +78,6 @@
<view class="cu-form-title">风险辨识结果</view>
<textarea maxlength="255" auto-height :disabled="forbidEdit" v-model="pd.RISK_IDENTIFICATION" placeholder="请输入风险辨识结果"></textarea>
</view>
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">安全交底人</view>-->
<!-- <input name="input" ref="CONFESS_USER" :disabled="forbidEdit" v-model="pd.CONFESS_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">安全教育人</view>-->
<!-- <input name="input" ref="EDUCATE_USER" :disabled="forbidEdit" v-model="pd.EDUCATE_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">接受交底人</view>-->
<!-- <input name="input" ref="ACCEPT_EDUCATE_USER" :disabled="forbidEdit" v-model="pd.ACCEPT_EDUCATE_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">动火措施初审人</view>-->
<!-- <input name="input" ref="TRIAL_USER" :disabled="forbidEdit" v-model="pd.TRIAL_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">监护人</view>-->
<!-- <input name="input" ref="GUARDIAN_USER" :disabled="forbidEdit" v-model="pd.GUARDIAN_USER" placeholder="请输入"></input>-->
<!-- </view>-->
</view>
<view class="wui-form-list" style="padding-top: 20upx;" v-if="pd.APPLY_STATUS > 1">
@ -164,7 +133,6 @@
<view>
<view class="cu-form-textarea">
<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">
@ -185,17 +153,20 @@
</view>
</view>
</view>
<view v-if="pd.CONFESS_USER_SIGNER_PATH">
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">安全交底人</view>
{{pd.CONFESS_USER_NAME}} {{pd.CONFESS_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
<image :src="baseImgPath + pd.CONFESS_USER_SIGNER_PATH" mode="aspectFill" @click="previewImage(baseImgPath + pd.CONFESS_USER_SIGNER_PATH)" style="height: 100%;"></image>
</view>
</view>
</view>
<view v-if="pd.confessList && pd.confessList.length > 0 && pd.confessList.length !== pd.confessList.filter(item => item.APPROVAL_STATUS === '0').length">
<view v-for="(item,index) in pd.confessList" >
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">安全交底人</view>
{{ item.CONFESS_USER_NAME }} {{ item.APPROVAL_SIGNATURE_TIME }}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;">
<image :src="baseImgPath + item.APPROVAL_SIGNATURE" mode="aspectFill"
@click="previewImage(baseImgPath + item.APPROVAL_SIGNATURE)" style="height: 100%;"></image>
</view>
</view>
</view>
</view>
<view v-if="pd.ACCEPT_CONFESS_USER_SIGNER_PATH">
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
@ -214,10 +185,6 @@
<view class="cu-form-title">作业负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.CONFIRM_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">作业负责人</view>-->
<!-- {{pd.CONFIRM_USER_NAME}} {{pd.CONFIRM_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">作业负责人</view>
@ -230,16 +197,12 @@
</view>
<view v-if="pd.LEADER_USER_SIGNER_PATH">
<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>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火点所在单位负责人</view>-->
<!-- {{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">所在单位负责人</view>
<view class="title">属地监管单位负责人</view>
{{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -252,10 +215,6 @@
<view class="cu-form-title">安全管理部门意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.AUDIT_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">安全管理部门负责人</view>-->
<!-- {{pd.AUDIT_USER_NAME}} {{pd.AUDIT_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">安全管理部门负责人</view>
@ -271,10 +230,6 @@
<view class="cu-form-title">动火审批人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.APPROVE_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" v-if="forbidEdit" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">审批人</view>-->
<!-- {{pd.APPROVE_USER_NAME}} {{pd.APPROVE_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">动火审批人</view>
@ -287,16 +242,12 @@
</view>
<view v-if="pd.MONITOR_USER_SIGNER_PATH">
<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.MONITOR_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火前在岗班长</view>-->
<!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">动火前在岗班长</view>
<view class="title">动火前验票负责人</view>
{{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -309,10 +260,6 @@
<view class="cu-form-title">完工验收</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.ACCEPT_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" v-if="forbidEdit" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">验收部门负责人</view>-->
<!-- {{pd.ACCEPT_USER_NAME}} {{pd.ACCEPT_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">验收部门负责人</view>
@ -323,17 +270,11 @@
</view>
</view>
</view>
<!-- <view class="cu-form-textarea" style="border-bottom: 1px dashed #eee;">-->
<!-- <view class="cu-form-title">监护人意见</view>-->
<!-- <textarea maxlength="255" v-model="pd.CONTENT" placeholder="请输入意见"></textarea>-->
<!-- </view>-->
<view class="wui-sign" v-if="!files.length">
<view class="title">接受交底人</view>
<view>
<view>
<button class="cu-btn bg-green shadow" @tap="signModalShow = true" data-target="Modal">新增手写签字</button>
<!-- <button class="cu-btn bg-green shadow" @tap="showModal"></button> -->
</view>
</view>
</view>

View File

@ -56,7 +56,7 @@
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)">
<text>动火前在岗班长{{item.MONITOR_USER_NAME}}</text>
<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)">
@ -64,22 +64,22 @@
审核状态
<template v-if="item.APPLY_STATUS==0"></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==1.5">项目负责人待审核</template>
<template v-else-if="item.APPLY_STATUS==2">属地监管单位待审核</template>
<template v-else-if="item.APPLY_STATUS==4">安全管理部门待审核</template>
<template v-else-if="item.APPLY_STATUS==5">动火审批人待审核</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==8">验收归档</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==-4">所在单位审核打回</template>
<template v-else-if="item.APPLY_STATUS==-1.5">项目负责人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-2">作业负责人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-4">属地监管单位审核打回</template>
<template v-else-if="item.APPLY_STATUS==-5">安全管理部门审核打回</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==-8">验收打回</template>
</text>
<text v-if="item.APPLY_STATUS<1"><button class="cu-btn bg-red margin-tb-sm sm" @click="$noMultipleClicks(handleDelete,item.HOTWORK_ID)"></button></text>
<text v-if="item.APPLY_STATUS<=0"><button class="cu-btn bg-red margin-tb-sm sm" @click="$noMultipleClicks(handleDelete,item.HOTWORK_ID)"></button></text>
</view>
<view class="dy-subtitle-flex">
<text><button class="cu-btn bg-green" style="padding: 0 5px; height:24px;"
@ -188,14 +188,14 @@
{id:'',name:'请选择'},
{id:'0',name:'待提交'},
{id:'1',name:'作业负责人待审核'},
{id:'2',name:'所在单位待确认'},
{id:'2',name:'属地监管单位待确认'},
{id:'4',name:'安全管理部门待审核'},
{id:'5',name:'待审批'},
{id:'6',name:'班长待验票'},
{id:'7',name:'待验收'},
{id:'8',name:'验收归档'},
{id:'-2',name:'作业负责人确认打回'},
{id:'-4',name:'所在单位确认打回'},
{id:'-4',name:'属地监管单位确认打回'},
{id:'-5',name:'安全管理部门打回'},
{id:'-6',name:'审批打回'},
{id:'-7',name:'班长验票打回'},
@ -214,7 +214,7 @@
},
{
id: '2',
name: '所在单位待审核'
name: '属地监管单位待审核'
},
{
id: '4',
@ -323,9 +323,15 @@
USER_NAME: STATUS.CONFIRM_USER_NAME,
TIME: STATUS.CONFIRM_USER_SIGNER_TIME
},
{
id: '1.5',
name: '项目主管部门意见',
USER_NAME: STATUS.BELONGING_USER_NAME,
TIME: STATUS.BELONGING_SIGNATURE_TIME
},
{
id: '2',
name: '所在单位意见',
name: '属地监管单位意见',
USER_NAME: STATUS.LEADER_USER_NAME,
TIME: STATUS.LEADER_USER_SIGNER_TIME
},
@ -378,7 +384,7 @@
step.REPULSE = step.REPULSE
}
if (this.showStatus == -4 && step.id == 0) {
step.msg = '所在单位审核打回'
step.msg = '属地监管单位审核打回'
step.STATE = '待提交'
step.REPULSE = step.REPULSE
}
@ -413,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.STATE = '已审核'
}
if (step.name == '班长验票') {
@ -432,7 +438,7 @@
if(step.name == '作业负责人意见'){
step.STATE = '待审核'
}
if(step.name == '所在单位意见'){
if(step.name == '属地监管单位意见'){
step.STATE = '待审核'
}
if(step.name == '安全管理部门意见'){
@ -455,7 +461,7 @@
if(step.name == '作业负责人意见'){
step.STATE = '已审核'
}
if(step.name == '所在单位意见'){
if(step.name == '属地监管单位意见'){
step.STATE = '已审核'
}
if(step.USER_NAME == "已跳过"){

View File

@ -37,26 +37,27 @@
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)">
<text>申请人:{{item.APPLY_USER_NAME}}</text>
<text>分析人:{{item.ANALYZE_USER_NAME}}</text>
<text>气体分析人:{{item.ANALYZE_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)">
<text>作业负责人{{item.CONFIRM_USER_NAME}}</text>
<text>动火点所在单位负责人{{item.LEADER_USER_NAME}}</text>
<text>动火点所在单位负责人{{item.LEADER_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)">
<text>安全管理部门负责人{{item.AUDIT_USER_NAME}}</text>
<text>审批部门负责人{{item.APPROVE_USER_NAME}}</text>
<text>审批部门负责人{{item.APPROVE_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)">
<text>监护人{{item.GUARDIAN_USER_NAME}}</text>
<text>安全交底人{{item.CONFESS_USER_NAME}}</text>
<text>安全交底人{{item.confessUserNames}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)">
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
<text>安全措施确认人{{item.SAFETY_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)">
<text>动火前在岗班长{{item.MONITOR_USER_NAME}}</text>
<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)">
@ -64,15 +65,15 @@
审核状态
<template v-if="item.APPLY_STATUS==0"></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==1.5">项目负责人待审核</template>
<template v-else-if="item.APPLY_STATUS==2">所在单位待审核</template>
<template v-else-if="item.APPLY_STATUS==4">安全管理部门待审核</template>
<template v-else-if="item.APPLY_STATUS==5">动火审批人待审核</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==8">验收归档</template>
<template v-else-if="item.APPLY_STATUS==-1.5">项目负责人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-2">作业负责人审核打回</template>
<!-- <template v-else-if="item.APPLY_STATUS==-3">监护人确认打回</template>-->
<template v-else-if="item.APPLY_STATUS==-4">所在单位审核打回</template>
<template v-else-if="item.APPLY_STATUS==-5">安全管理部门审核打回</template>
<template v-else-if="item.APPLY_STATUS==-6">动火审批人审核打回</template>
@ -81,7 +82,7 @@
<template v-else-if="item.APPLY_STATUS==-98">已作废(未进行气体检测)</template>
<template v-else-if="item.APPLY_STATUS==-99">已作废班长未验票</template>
</text>
<text v-if="item.APPLY_STATUS<1"><button class="cu-btn bg-red margin-tb-sm sm" @click="$noMultipleClicks(handleDelete,item.HOTWORK_ID)"></button></text>
<text v-if="item.APPLY_STATUS<= 0"><button class="cu-btn bg-red margin-tb-sm sm" @click="$noMultipleClicks(handleDelete,item.HOTWORK_ID)"></button></text>
</view>
<view class="dy-subtitle-flex">
<text><button class="cu-btn bg-green" style="padding: 0 5px; height:24px;"
@ -329,6 +330,12 @@
USER_NAME: STATUS.CONFIRM_USER_NAME,
TIME: STATUS.CONFIRM_USER_SIGNER_TIME
},
{
id: '1.5',
name: '项目主管部门意见',
USER_NAME: STATUS.BELONGING_USER_NAME,
TIME: STATUS.BELONGING_SIGNATURE_TIME
},
{
id: '2',
name: '所在单位意见',
@ -370,12 +377,12 @@
this.$refs[e].open()
this.showStatus = STATUS.APPLY_STATUS
this.APPLY_STATUS = STATUS.APPLY_STATUS
this.GUARDIAN_USER_SIGNER_TIME = STATUS.GUARDIAN_USER_SIGNER_TIME
this.GUARDIAN_USER_NAME = STATUS.GUARDIAN_USER_NAME
this.CONFESS_USER_SIGNER_TIME = STATUS.CONFESS_USER_SIGNER_TIME
this.CONFESS_USER_NAME = STATUS.CONFESS_USER_NAME
this.ACCEPT_CONFESS_USER_SIGNER_TIME = STATUS.ACCEPT_CONFESS_USER_SIGNER_TIME
this.ACCEPT_CONFESS_USER_NAME = STATUS.ACCEPT_CONFESS_USER_NAME
this.GUARDIAN_USER_SIGNER_TIME = STATUS.GUARDIAN_USER_SIGNER_TIME
this.GUARDIAN_USER_NAME = STATUS.GUARDIAN_USER_NAME
this.CONFESS_USER_SIGNER_TIME = STATUS.CONFESS_USER_SIGNER_TIME
this.CONFESS_USER_NAME = STATUS.CONFESS_USER_NAME
this.ACCEPT_CONFESS_USER_SIGNER_TIME = STATUS.ACCEPT_CONFESS_USER_SIGNER_TIME
this.ACCEPT_CONFESS_USER_NAME = STATUS.ACCEPT_CONFESS_USER_NAME
},
getShowStatus(step) {

View File

@ -249,7 +249,7 @@
<view class="wui-form-list" v-if="!forbidEdit">
<view class="cu-form-group" >
<view class="title">分析单位</view>
<view class="title">气体分析单位</view>
<view class="picker-tree-box">
<view class="picker-tree" @tap="showAnalyzeTree">{{pd.ANALYZE_DEPARTMENT_NAME?pd.ANALYZE_DEPARTMENT_NAME:''}}</view>
</view>
@ -261,7 +261,7 @@
@cancel="analyzetreeCancel"></tki-tree>
</view>
<view class="cu-form-group" >
<view class="title">分析单位负责人</view>
<view class="title">气体分析单位负责人</view>
<picker @change="PickerAnalyze" :value="analyzeindex" :range="analyzeUserList" range-key="NAME" :disabled="analyzeUserList.length == 0" @click="isBlankList('analyze')">
<view class="picker">
{{pd.ANALYZE_USER_NAME?pd.ANALYZE_USER_NAME:'请选择'}}
@ -312,7 +312,7 @@
<!-- </view>-->
<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" @tap="showLeaderTree">{{pd.LEADER_DEPARTMENT_NAME?pd.LEADER_DEPARTMENT_NAME:''}}</view>
</view>
@ -324,7 +324,7 @@
@cancel="leadertreeCancel"></tki-tree>
</view>
<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')">
<view class="picker">
{{pd.LEADER_USER_NAME?pd.LEADER_USER_NAME:'请选择'}}
@ -375,7 +375,7 @@
</view>
<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" @tap="showMonitorTree">{{pd.MONITOR_DEPARTMENT_NAME?pd.MONITOR_DEPARTMENT_NAME:''}}</view>
</view>
@ -387,7 +387,7 @@
@cancel="monitortreeCancel"></tki-tree>
</view>
<view class="cu-form-group" v-if="!forbidEdit">
<view class="title">动火前在岗班长</view>
<view class="title">动火前验票负责人</view>
<picker @change="PickerMonitor" :value="monitorindex" :range="monitorUserList" range-key="NAME" :disabled="monitorUserList.length == 0" @click="isBlankList('monitor')">
<view class="picker">
{{pd.MONITOR_USER_NAME?pd.MONITOR_USER_NAME:'请选择'}}
@ -454,7 +454,7 @@
<!-- </view>-->
<view v-if="pd.LEADER_USER_SIGNER_PATH">
<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>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
@ -463,7 +463,7 @@
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">所在单位负责人</view>
<view class="title">属地监管单位负责人</view>
{{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -511,16 +511,16 @@
</view>
<view v-if="pd.MONITOR_USER_SIGNER_PATH">
<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.MONITOR_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火前在岗班长</view>-->
<!-- <view class="title">动火前验票负责人</view>-->
<!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">动火前在岗班长</view>
<view class="title">动火前验票负责人</view>
{{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -874,7 +874,7 @@
if(this.analyzeUserList.length == 0) {
uni.showToast({
icon: 'none',
title: '请先选择分析单位',
title: '请先选择气体分析单位',
duration: 1500
})
}
@ -928,7 +928,7 @@
if(this.monitorUserList.length == 0) {
uni.showToast({
icon: 'none',
title: '请先选择动火前在岗部门',
title: '请先选择动火前验票部门',
duration: 1500
})
}

View File

@ -85,30 +85,6 @@
<textarea maxlength="255" auto-height :disabled="forbidEdit" v-model="pd.RISK_IDENTIFICATION" placeholder="请输入风险辨识结果"></textarea>
</view>
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">安全交底人</view>-->
<!-- <input name="input" ref="CONFESS_USER" :disabled="forbidEdit" v-model="pd.CONFESS_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">安全教育人</view>-->
<!-- <input name="input" ref="EDUCATE_USER" :disabled="forbidEdit" v-model="pd.EDUCATE_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">接受交底人</view>-->
<!-- <input name="input" ref="ACCEPT_EDUCATE_USER" :disabled="forbidEdit" v-model="pd.ACCEPT_EDUCATE_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">动火措施初审人</view>-->
<!-- <input name="input" ref="TRIAL_USER" :disabled="forbidEdit" v-model="pd.TRIAL_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">监护人</view>-->
<!-- <input name="input" ref="GUARDIAN_USER" :disabled="forbidEdit" v-model="pd.GUARDIAN_USER" placeholder="请输入"></input>-->
<!-- </view>-->
</view>
<view class="wui-form-list" style="padding-top: 20upx;">
@ -207,17 +183,20 @@
</view>
</view>
</view>
<view v-if="pd.CONFESS_USER_SIGNER_PATH">
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">安全交底人</view>
{{pd.CONFESS_USER_NAME}} {{pd.CONFESS_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
<image :src="baseImgPath + pd.CONFESS_USER_SIGNER_PATH" mode="aspectFill" @click="previewImage(baseImgPath + pd.CONFESS_USER_SIGNER_PATH)" style="height: 100%;"></image>
</view>
</view>
</view>
<view v-if="pd.confessList && pd.confessList.length > 0 && pd.confessList.length !== pd.confessList.filter(item => item.APPROVAL_STATUS === '0').length">
<view v-for="(item,index) in pd.confessList" >
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">安全交底人</view>
{{ item.CONFESS_USER_NAME }} {{ item.APPROVAL_SIGNATURE_TIME }}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;">
<image :src="baseImgPath + item.APPROVAL_SIGNATURE" mode="aspectFill"
@click="previewImage(baseImgPath + item.APPROVAL_SIGNATURE)" style="height: 100%;"></image>
</view>
</view>
</view>
</view>
<view v-if="files.length > 0">
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
@ -239,10 +218,6 @@
<view class="cu-form-title">作业负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.CONFIRM_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">作业负责人</view>-->
<!-- {{pd.CONFIRM_USER_NAME}} {{pd.CONFIRM_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">作业负责人</view>
@ -253,35 +228,13 @@
</view>
</view>
<!-- <view class="cu-form-textarea" style="border: none;">-->
<!-- <view class="cu-form-title">监护人意见</view>-->
<!-- <textarea maxlength="255" disabled="disabled" v-model="pd.GUARDIAN_CONTENT"></textarea>-->
<!-- </view>-->
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">监护人</view>-->
<!-- {{pd.GUARDIAN_USER_NAME}} {{pd.GUARDIAN_USER_SIGNER_TIME}}-->
<!-- </view>-->
<!-- <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">监护人</view>-->
<!-- {{pd.GUARDIAN_USER_NAME}} {{pd.GUARDIAN_USER_SIGNER_TIME}}-->
<!-- </view>-->
<!-- <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >-->
<!-- <image :src="baseImgPath + pd.GUARDIAN_USER_SIGNER_PATH" mode="aspectFill" @click="previewImage(baseImgPath + pd.GUARDIAN_USER_SIGNER_PATH)" style="height: 100%;"></image>-->
<!-- </view>-->
<!-- </view>-->
<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>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火点所在单位负责人</view>-->
<!-- {{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">所在单位负责人</view>
<view class="title">属地监管单位负责人</view>
{{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -293,10 +246,6 @@
<view class="cu-form-title">安全管理部门意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.AUDIT_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">安全管理部门负责人</view>-->
<!-- {{pd.AUDIT_USER_NAME}} {{pd.AUDIT_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">安全管理部门负责人</view>

View File

@ -3,18 +3,9 @@
<cu-custom bgColor="bg-gradual-blueness" :isBack="true" :isRingt="true">
<block slot="backText">返回</block>
<block slot="content">动火审批人意见</block>
<!-- <block slot="right">-->
<!-- <view @click="$noMultipleClicks(goToAdd)"></view>-->
<!-- </block>-->
</cu-custom>
<view class="select-fixed top-fixed">
<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;">
<text class="cuIcon-search"></text>
<input @input="InputBlur" placeholder="请输入关键字"
@ -56,7 +47,7 @@
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>动火前在岗班长{{item.MONITOR_USER_NAME}}</text>
<text>动火前验票负责人{{item.MONITOR_USER_NAME}}</text>
<text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
@ -64,16 +55,16 @@
审核状态
<template v-if="item.APPLY_STATUS==0"></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==1.5">项目负责人待审核</template>
<template v-else-if="item.APPLY_STATUS==2">属地监管单位待审核</template>
<template v-else-if="item.APPLY_STATUS==4">安全管理部门待审核</template>
<template v-else-if="item.APPLY_STATUS==5">动火审批人待审核</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==8">验收归档</template>
<template v-else-if="item.APPLY_STATUS==-1.5">项目负责人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-2">作业负责人审核打回</template>
<!-- <template v-else-if="item.APPLY_STATUS==-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==-6">动火审批人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-7">班长验票打回</template>
@ -212,7 +203,7 @@
},
{
id: '2',
name: '所在单位待审核'
name: '属地监管单位待审核'
},
{
id: '4',
@ -327,9 +318,15 @@
USER_NAME: STATUS.CONFIRM_USER_NAME,
TIME: STATUS.CONFIRM_USER_SIGNER_TIME
},
{
id: '1.5',
name: '项目主管部门意见',
USER_NAME: STATUS.BELONGING_USER_NAME,
TIME: STATUS.BELONGING_SIGNATURE_TIME
},
{
id: '2',
name: '所在单位意见',
name: '属地监管单位意见',
USER_NAME: STATUS.LEADER_USER_NAME,
TIME: STATUS.LEADER_USER_SIGNER_TIME
},
@ -382,7 +379,7 @@
step.REPULSE = step.REPULSE
}
if (this.showStatus == -4 && step.id == 0) {
step.msg = '所在单位审核打回'
step.msg = '属地监管单位审核打回'
step.STATE = '待提交'
step.REPULSE = step.REPULSE
}
@ -417,7 +414,7 @@
if (step.name == '动火作业提交') {
step.STATE = '已提交'
}
if (step.name == '作业负责人意见' || step.name == '所在单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
step.STATE = '已审核'
}
if (step.name == '班长验票') {
@ -436,7 +433,7 @@
if(step.name == '作业负责人意见'){
step.STATE = '待审核'
}
if(step.name == '所在单位意见'){
if(step.name == '属地监管单位意见'){
step.STATE = '待审核'
}
if(step.name == '安全管理部门意见'){
@ -459,7 +456,7 @@
if(step.name == '作业负责人意见'){
step.STATE = '已审核'
}
if(step.name == '所在单位意见'){
if(step.name == '属地监管单位意见'){
step.STATE = '已审核'
}
if(step.USER_NAME == "已跳过"){

View File

@ -249,7 +249,7 @@
<view class="wui-form-list" v-if="!forbidEdit">
<view class="cu-form-group" >
<view class="title">分析单位</view>
<view class="title">气体分析单位</view>
<view class="picker-tree-box">
<view class="picker-tree" @tap="showAnalyzeTree">{{pd.ANALYZE_DEPARTMENT_NAME?pd.ANALYZE_DEPARTMENT_NAME:''}}</view>
</view>
@ -261,7 +261,7 @@
@cancel="analyzetreeCancel"></tki-tree>
</view>
<view class="cu-form-group" >
<view class="title">分析单位负责人</view>
<view class="title">气体分析单位负责人</view>
<picker @change="PickerAnalyze" :value="analyzeindex" :range="analyzeUserList" range-key="NAME" :disabled="analyzeUserList.length == 0" @click="isBlankList('analyze')">
<view class="picker">
{{pd.ANALYZE_USER_NAME?pd.ANALYZE_USER_NAME:'请选择'}}
@ -375,7 +375,7 @@
</view>
<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" @tap="showMonitorTree">{{pd.MONITOR_DEPARTMENT_NAME?pd.MONITOR_DEPARTMENT_NAME:''}}</view>
</view>
@ -387,7 +387,7 @@
@cancel="monitortreeCancel"></tki-tree>
</view>
<view class="cu-form-group" v-if="!forbidEdit">
<view class="title">动火前在岗班长</view>
<view class="title">动火前验票负责人</view>
<picker @change="PickerMonitor" :value="monitorindex" :range="monitorUserList" range-key="NAME" :disabled="monitorUserList.length == 0" @click="isBlankList('monitor')">
<view class="picker">
{{pd.MONITOR_USER_NAME?pd.MONITOR_USER_NAME:'请选择'}}
@ -511,16 +511,16 @@
</view>
<view v-if="pd.MONITOR_USER_SIGNER_PATH">
<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.MONITOR_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火前在岗班长</view>-->
<!-- <view class="title">动火前验票负责人</view>-->
<!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">动火前在岗班长</view>
<view class="title">动火前验票负责人</view>
{{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -874,7 +874,7 @@
if(this.analyzeUserList.length == 0) {
uni.showToast({
icon: 'none',
title: '请先选择分析单位',
title: '请先选择气体分析单位',
duration: 1500
})
}
@ -928,7 +928,7 @@
if(this.monitorUserList.length == 0) {
uni.showToast({
icon: 'none',
title: '请先选择动火前在岗部门',
title: '请先选择动火前验票部门',
duration: 1500
})
}

View File

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

View File

@ -3,18 +3,9 @@
<cu-custom bgColor="bg-gradual-blueness" :isBack="true" :isRingt="true">
<block slot="backText">返回</block>
<block slot="content">安全管理部门意见</block>
<!-- <block slot="right">-->
<!-- <view @click="$noMultipleClicks(goToAdd)"></view>-->
<!-- </block>-->
</cu-custom>
<view class="select-fixed top-fixed">
<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;">
<text class="cuIcon-search"></text>
<input @input="InputBlur" placeholder="请输入关键字"
@ -56,7 +47,7 @@
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>动火前在岗班长{{item.MONITOR_USER_NAME}}</text>
<text>动火前验票负责人{{item.MONITOR_USER_NAME}}</text>
<text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
@ -64,16 +55,16 @@
审核状态
<template v-if="item.APPLY_STATUS==0"></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==1.5">项目负责人待审核</template>
<template v-else-if="item.APPLY_STATUS==2">属地监管单位待审核</template>
<template v-else-if="item.APPLY_STATUS==4">安全管理部门待审核</template>
<template v-else-if="item.APPLY_STATUS==5">动火审批人待审核</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==8">验收归档</template>
<template v-else-if="item.APPLY_STATUS==-1.5">项目负责人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-2">作业负责人审核打回</template>
<!-- <template v-else-if="item.APPLY_STATUS==-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==-6">动火审批人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-7">班长验票打回</template>
@ -212,7 +203,7 @@
},
{
id: '2',
name: '所在单位待审核'
name: '属地监管单位待审核'
},
{
id: '4',
@ -327,9 +318,15 @@
USER_NAME: STATUS.CONFIRM_USER_NAME,
TIME: STATUS.CONFIRM_USER_SIGNER_TIME
},
{
id: '1.5',
name: '项目主管部门意见',
USER_NAME: STATUS.BELONGING_USER_NAME,
TIME: STATUS.BELONGING_SIGNATURE_TIME
},
{
id: '2',
name: '所在单位意见',
name: '属地监管单位意见',
USER_NAME: STATUS.LEADER_USER_NAME,
TIME: STATUS.LEADER_USER_SIGNER_TIME
},
@ -382,7 +379,7 @@
step.REPULSE = step.REPULSE
}
if (this.showStatus == -4 && step.id == 0) {
step.msg = '所在单位审核打回'
step.msg = '属地监管单位审核打回'
step.STATE = '待提交'
step.REPULSE = step.REPULSE
}
@ -417,7 +414,7 @@
if (step.name == '动火作业提交') {
step.STATE = '已提交'
}
if (step.name == '作业负责人意见' || step.name == '所在单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
step.STATE = '已审核'
}
if (step.name == '班长验票') {
@ -436,7 +433,7 @@
if(step.name == '作业负责人意见'){
step.STATE = '待审核'
}
if(step.name == '所在单位意见'){
if(step.name == '属地监管单位意见'){
step.STATE = '待审核'
}
if(step.name == '安全管理部门意见'){
@ -459,7 +456,7 @@
if(step.name == '作业负责人意见'){
step.STATE = '已审核'
}
if(step.name == '所在单位意见'){
if(step.name == '属地监管单位意见'){
step.STATE = '已审核'
}
if(step.USER_NAME == "已跳过"){

View File

@ -235,7 +235,7 @@
</view>
<view v-if="pd.LEADER_USER_SIGNER_PATH">
<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>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
@ -244,7 +244,7 @@
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">所在单位负责人</view>
<view class="title">属地监管单位负责人</view>
{{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -292,16 +292,16 @@
</view>
<view v-if="pd.MONITOR_USER_SIGNER_PATH">
<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.MONITOR_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火前在岗班长</view>-->
<!-- <view class="title">动火前验票负责人</view>-->
<!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">动火前在岗班长</view>
<view class="title">动火前验票负责人</view>
{{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -545,7 +545,7 @@
formData.CORPINFO_ID = loginUser.CORPINFO_ID
formData.USER_ID = loginUser.USER_ID
uni.uploadFile({
url: basePath+'/app/hotwork/cfd/editConfess',
url: basePath+'/app/hotwork/cfd/confessApproval',
filePath: _this.imgList[0].filePath,
name: 'FFILE',
formData:formData,

View File

@ -56,7 +56,7 @@
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)">
<text>动火前在岗班长{{item.MONITOR_USER_NAME}}</text>
<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)">
@ -64,22 +64,22 @@
审核状态
<template v-if="item.APPLY_STATUS==0"></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==1.5">项目负责人待审核</template>
<template v-else-if="item.APPLY_STATUS==2">属地监管单位待审核</template>
<template v-else-if="item.APPLY_STATUS==4">安全管理部门待审核</template>
<template v-else-if="item.APPLY_STATUS==5">动火审批人待审核</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==8">验收归档</template>
<template v-else-if="item.APPLY_STATUS==-1.5">项目负责人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-2">作业负责人审核打回</template>
<!-- <template v-else-if="item.APPLY_STATUS==-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==-6">动火审批人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-7">班长验票打回</template>
<template v-else-if="item.APPLY_STATUS==-8">验收打回</template>
</text>
<text v-if="item.APPLY_STATUS<1"><button class="cu-btn bg-red margin-tb-sm sm" @click="$noMultipleClicks(handleDelete,item.HOTWORK_ID)"></button></text>
<text v-if="item.APPLY_STATUS <= 0"><button class="cu-btn bg-red margin-tb-sm sm" @click="$noMultipleClicks(handleDelete,item.HOTWORK_ID)"></button></text>
</view>
<view class="dy-subtitle-flex">
<text><button class="cu-btn bg-green" style="padding: 0 5px; height:24px;"
@ -188,14 +188,14 @@
{id:'',name:'请选择'},
{id:'0',name:'待提交'},
{id:'1',name:'作业负责人待审核'},
{id:'2',name:'所在单位待确认'},
{id:'2',name:'属地监管单位待确认'},
{id:'4',name:'安全管理部门待审核'},
{id:'5',name:'待审批'},
{id:'6',name:'班长待验票'},
{id:'7',name:'待验收'},
{id:'8',name:'验收归档'},
{id:'-2',name:'作业负责人确认打回'},
{id:'-4',name:'所在单位确认打回'},
{id:'-4',name:'属地监管单位确认打回'},
{id:'-5',name:'安全管理部门打回'},
{id:'-6',name:'审批打回'},
{id:'-7',name:'班长验票打回'},
@ -214,7 +214,7 @@
},
{
id: '2',
name: '所在单位待审核'
name: '属地监管单位待审核'
},
{
id: '4',
@ -323,9 +323,15 @@
USER_NAME: STATUS.CONFIRM_USER_NAME,
TIME: STATUS.CONFIRM_USER_SIGNER_TIME
},
{
id: '1.5',
name: '项目主管部门意见',
USER_NAME: STATUS.BELONGING_USER_NAME,
TIME: STATUS.BELONGING_SIGNATURE_TIME
},
{
id: '2',
name: '所在单位意见',
name: '属地监管单位意见',
USER_NAME: STATUS.LEADER_USER_NAME,
TIME: STATUS.LEADER_USER_SIGNER_TIME
},
@ -378,7 +384,7 @@
step.REPULSE = step.REPULSE
}
if (this.showStatus == -4 && step.id == 0) {
step.msg = '所在单位审核打回'
step.msg = '属地监管单位审核打回'
step.STATE = '待提交'
step.REPULSE = step.REPULSE
}
@ -413,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.STATE = '已审核'
}
if (step.name == '班长验票') {
@ -432,7 +438,7 @@
if(step.name == '作业负责人意见'){
step.STATE = '待审核'
}
if(step.name == '所在单位意见'){
if(step.name == '属地监管单位意见'){
step.STATE = '待审核'
}
if(step.name == '安全管理部门意见'){
@ -455,7 +461,7 @@
if(step.name == '作业负责人意见'){
step.STATE = '已审核'
}
if(step.name == '所在单位意见'){
if(step.name == '属地监管单位意见'){
step.STATE = '已审核'
}
if(step.USER_NAME == "已跳过"){
@ -518,7 +524,7 @@
title:"加载中..."
});//
uni.request({
url: basePath +'/app/hotwork/cfd/aqlist?showCount='+_this.showCount+'&currentPage='+_this.currentPage ,
url: basePath +'/app/hotwork/cfd/safetyList?showCount='+_this.showCount+'&currentPage='+_this.currentPage ,
method: 'POST',
dataType: 'json',
header: {
@ -527,6 +533,7 @@
data: {
CONFESS_USER_ID:loginUser.USER_ID,
APPLY_STATUS:_this.STATUS,
TYPE:'0',
tm:new Date().getTime(),
KEYWORDS : _this.NameLikes, //
CORPINFO_ID:loginUser.CORPINFO_ID,

View File

@ -249,7 +249,7 @@
<view class="wui-form-list" v-if="!forbidEdit">
<view class="cu-form-group" >
<view class="title">分析单位</view>
<view class="title">气体分析单位</view>
<view class="picker-tree-box">
<view class="picker-tree" @tap="showAnalyzeTree">{{pd.ANALYZE_DEPARTMENT_NAME?pd.ANALYZE_DEPARTMENT_NAME:''}}</view>
</view>
@ -261,7 +261,7 @@
@cancel="analyzetreeCancel"></tki-tree>
</view>
<view class="cu-form-group" >
<view class="title">分析单位负责人</view>
<view class="title">气体分析单位负责人</view>
<picker @change="PickerAnalyze" :value="analyzeindex" :range="analyzeUserList" range-key="NAME" :disabled="analyzeUserList.length == 0" @click="isBlankList('analyze')">
<view class="picker">
{{pd.ANALYZE_USER_NAME?pd.ANALYZE_USER_NAME:'请选择'}}
@ -375,7 +375,7 @@
</view>
<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" @tap="showMonitorTree">{{pd.MONITOR_DEPARTMENT_NAME?pd.MONITOR_DEPARTMENT_NAME:''}}</view>
</view>
@ -387,7 +387,7 @@
@cancel="monitortreeCancel"></tki-tree>
</view>
<view class="cu-form-group" v-if="!forbidEdit">
<view class="title">动火前在岗班长</view>
<view class="title">动火前验票负责人</view>
<picker @change="PickerMonitor" :value="monitorindex" :range="monitorUserList" range-key="NAME" :disabled="monitorUserList.length == 0" @click="isBlankList('monitor')">
<view class="picker">
{{pd.MONITOR_USER_NAME?pd.MONITOR_USER_NAME:'请选择'}}
@ -511,16 +511,16 @@
</view>
<view v-if="pd.MONITOR_USER_SIGNER_PATH">
<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.MONITOR_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火前在岗班长</view>-->
<!-- <view class="title">动火前验票负责人</view>-->
<!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">动火前在岗班长</view>
<view class="title">动火前验票负责人</view>
{{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -874,7 +874,7 @@
if(this.analyzeUserList.length == 0) {
uni.showToast({
icon: 'none',
title: '请先选择分析单位',
title: '请先选择气体分析单位',
duration: 1500
})
}
@ -928,7 +928,7 @@
if(this.monitorUserList.length == 0) {
uni.showToast({
icon: 'none',
title: '请先选择动火前在岗部门',
title: '请先选择动火前验票部门',
duration: 1500
})
}

View File

@ -63,11 +63,6 @@
<view v-else>{{pd.WORK_END_DATE}}</view>
</view>
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">作业负责人</view>-->
<!-- <input name="input" ref="WORK_MANAGER" :disabled="forbidEdit" v-model="pd.WORK_MANAGER" placeholder="请输入"></input>-->
<!-- </view>-->
<view class="cu-form-textarea">
<view style="display: flex;justify-content: space-between;align-items: center">
<view class="cu-form-title">动火人及证书编号</view>
@ -85,30 +80,6 @@
<textarea maxlength="255" auto-height :disabled="forbidEdit" v-model="pd.RISK_IDENTIFICATION" placeholder="请输入风险辨识结果"></textarea>
</view>
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">安全交底人</view>-->
<!-- <input name="input" ref="CONFESS_USER" :disabled="forbidEdit" v-model="pd.CONFESS_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">安全教育人</view>-->
<!-- <input name="input" ref="EDUCATE_USER" :disabled="forbidEdit" v-model="pd.EDUCATE_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">接受交底人</view>-->
<!-- <input name="input" ref="ACCEPT_EDUCATE_USER" :disabled="forbidEdit" v-model="pd.ACCEPT_EDUCATE_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">动火措施初审人</view>-->
<!-- <input name="input" ref="TRIAL_USER" :disabled="forbidEdit" v-model="pd.TRIAL_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">监护人</view>-->
<!-- <input name="input" ref="GUARDIAN_USER" :disabled="forbidEdit" v-model="pd.GUARDIAN_USER" placeholder="请输入"></input>-->
<!-- </view>-->
</view>
<view class="wui-form-list" style="padding-top: 20upx;">
@ -145,18 +116,18 @@
<input name="input" v-model="item.ANSWER4" type="number" placeholder="请输入"></input>
</view>
</uni-td>
<uni-td align="center">
<radio-group class="wui-radio-group wui-radio-col">
<view class="group" style="margin-bottom: 10px">
<radio class='radio' value="-1" :checked="item.STATUS=='-1'" @click="changeRadio(index,'-1')">
<text class="wui-pl10">不涉及</text></radio>
</view>
<view class="group" style="margin-bottom: 10px">
<radio class='radio' value="1" :checked="item.STATUS=='1'" @click="changeRadio(index,'1')">
<text class="wui-pl10">&nbsp;&nbsp;&nbsp;&nbsp;</text></radio>
</view>
</radio-group>
</uni-td>
<uni-td align="center">
<radio-group class="wui-radio-group">
<view class="group" v-if="item.STATUS=='-1'">
<radio class='radio' value="-1" checked>
<text class="wui-pl10">不涉及</text></radio>
</view>
<view class="group" v-if="item.STATUS=='1'">
<radio class='radio' value="1" checked>
<text class="wui-pl10">&nbsp;&nbsp;&nbsp;&nbsp;</text></radio>
</view>
</radio-group>
</uni-td>
</uni-tr>
</uni-table>
</view>
@ -184,17 +155,20 @@
</view>
</view>
</view>
<view v-if="pd.CONFESS_USER_SIGNER_PATH">
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">安全交底人</view>
{{pd.CONFESS_USER_NAME}} {{pd.CONFESS_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
<image :src="baseImgPath + pd.CONFESS_USER_SIGNER_PATH" mode="aspectFill" @click="previewImage(baseImgPath + pd.CONFESS_USER_SIGNER_PATH)" style="height: 100%;"></image>
</view>
</view>
</view>
<view v-if="pd.confessList && pd.confessList.length > 0 && pd.confessList.length !== pd.confessList.filter(item => item.APPROVAL_STATUS === '0').length">
<view v-for="(item,index) in pd.confessList" >
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">安全交底人</view>
{{ item.CONFESS_USER_NAME }} {{ item.APPROVAL_SIGNATURE_TIME }}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;">
<image :src="baseImgPath + item.APPROVAL_SIGNATURE" mode="aspectFill"
@click="previewImage(baseImgPath + item.APPROVAL_SIGNATURE)" style="height: 100%;"></image>
</view>
</view>
</view>
</view>
<view v-if="files.length > 0">
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
@ -210,6 +184,19 @@
</view>
</view>
</view>
<view v-if="pd.SAFETY_SIGNATURE">
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">安全项检查人</view>
{{pd.SAFETY_USER_NAME}} {{pd.SAFETY_SIGNATURE_TIME}}
</view>
<view class="imgs" style="display: flex;justify-content: space-between;align-items: flex-end;padding: 20upx 50upx;">
<image :src="baseImgPath+pd.SAFETY_SIGNATURE" @click="ViewShowImage(baseImgPath+v.SAFETY_SIGNATURE)"
mode="" style="width: 200upx;height: 200upx;"></image>
<text>{{pd.SAFETY_SIGNATURE_TIME}}</text>
</view>
</view>
</view>
</view>
<view class="wui-form-list">
<view class="cu-form-textarea" style="border-bottom: 1px dashed #eee;">
@ -239,8 +226,8 @@
</view>
<view class="cu-bar btn-group" style="margin-top: 30upx;">
<button class="cu-btn bg-red margin-tb-sm lg" @click="$noMultipleClicks(goSubmit,'-2')"> </button>
<button :loading="buttonloading" class="cu-btn bg-green margin-tb-sm lg" @click="$noMultipleClicks(goSubmit,'2')"> </button>
<button class="cu-btn bg-red margin-tb-sm lg" @click="$noMultipleClicks(goSubmit,'-1.5')"> </button>
<button :loading="buttonloading" class="cu-btn bg-green margin-tb-sm lg" @click="$noMultipleClicks(goSubmit,'1.5')"> </button>
</view>
<view class="padding flex flex-direction">
</view>
@ -286,15 +273,15 @@
confirmindex:-1,
guardianUserList:[],
guardianindex:-1,
leaderUserList:[],
leaderindex:-1,
leaderUserList:[],
leaderindex:-1,
auditUserList:[],
auditindex:-1,
approveUserList:[],
approveindex:-1,
monitorUserList:[],
monitorindex:-1,
acceptUserList:[],
monitorUserList:[],
monitorindex:-1,
acceptUserList:[],
acceptindex:-1,
pd:{},//
measuresList:[],
@ -332,17 +319,17 @@
onLoad(event){
this.todayDate = formatDate(new Date(), 'yyyy-MM-dd hh:mm');
this.pd.HOTWORK_ID = event.HOTWORK_ID;
if(this.pd.HOTWORK_ID){
this.msg="edit";
this.getData();
}else {
//
this.pd.APPLY_DEPARTMENT_ID = loginUser.DEPARTMENT_ID;
this.pd.APPLY_DEPARTMENT_NAME = loginUser.DEPARTMENT_NAME;
this.pd.APPLY_USER_ID = loginUser.USER_ID;
this.pd.APPLY_USER_NAME = loginUser.NAME;
this.forbidEdit = false;
}
if (this.pd.HOTWORK_ID) {
this.msg = "edit";
this.getData();
} else {
//
this.pd.APPLY_DEPARTMENT_ID = loginUser.DEPARTMENT_ID;
this.pd.APPLY_DEPARTMENT_NAME = loginUser.DEPARTMENT_NAME;
this.pd.APPLY_USER_ID = loginUser.USER_ID;
this.pd.APPLY_USER_NAME = loginUser.NAME;
this.forbidEdit = false;
}
//
this.getDept();
this.getLimitSpace();
@ -398,150 +385,126 @@
current: 0
});
},
goSubmit(STATUS){
var _this = this;
let required = true
uni.showLoading({
title: '请稍候'
})
if(STATUS==2) {
goSubmit(STATUS) {
var _this = this;
let required = true
uni.showLoading({
title: '请稍候'
})
if (STATUS === 2) {
if (_this.imgList.length <= 0) {
uni.showToast({
icon: 'none',
title: '请签字',
duration: 1500
});
return;
}
}
const formData={}
Object.keys(this.pd).map(key => {
formData[key]=this.pd[key]
})
formData.CORPINFO_ID=corpinfoId
formData.CREATOR=loginUser.USER_ID
formData.OPERATOR=loginUser.USER_ID
formData.ACTION_USER=loginUser.NAME
formData.APPLY_STATUS=STATUS
if(STATUS==2){
if(!this.pd.CONFESS_USER_SIGNER_PATH || this.files.length <= 0 || !this.pd.GUARDIAN_USER_SIGNER_PATH) {
uni.showModal({
title: '',
content: '没有进行监护人、安全交底人或接受交底人签字,不能进行审核!',
cancelColor: "#000000",
cancelText: '取消',
confirmText: '确定',
success: res => {
this.buttonloading = false
_this.goback()
}
})
} else {
formData.STATUS = STATUS
for (let i = 0; i < this.measuresList.length; i++) {
const measures = this.measuresList[i]
if(!measures.STATUS){
uni.showToast({
icon: 'none',
title: '第'+(i+1)+'项未勾选',
duration: 1500
});
return;
}
if(measures.STATUS=='1' && measures.QUESTION1 && !measures.ANSWER1){
uni.showToast({
icon: 'none',
title: '第'+(i+1)+'项未填写第一项',
duration: 1500
});
return;
}
if(measures.STATUS=='1' && measures.QUESTION2 && !measures.ANSWER2){
uni.showToast({
icon: 'none',
title: '第'+(i+1)+'项未填写第二项',
duration: 1500
});
return;
}
if(measures.STATUS=='1' && measures.QUESTION3 && !measures.ANSWER3){
uni.showToast({
icon: 'none',
title: '第'+(i+1)+'项未填写第三项',
duration: 1500
});
return;
}
if(measures.STATUS=='1' && measures.QUESTION4 && !measures.ANSWER4){
uni.showToast({
icon: 'none',
title: '第'+(i+1)+'项未填写第四项',
duration: 1500
});
return;
}
}
formData.measuresList = JSON.stringify(this.measuresList)
formData.CORPINFO_ID = loginUser.CORPINFO_ID
formData.USER_ID = loginUser.USER_ID
this.buttonloading = true
uni.uploadFile({
url: basePath+'/app/hotwork/cfd/editStatus',
filePath: _this.imgList[0].filePath,
name: 'FFILE',
formData:formData,
success: (res) => {
uni.showToast({
icon:'none',
title: '保存成功',
duration: 2000
});
_this.goback()
this.buttonloading = false
},
fail: (err) => {
uni.hideLoading();
uni.showModal({
content: err.errMsg,
showCancel: false
});
}
})
}
}else{
formData.STATUS=STATUS
this.buttonloading = true
uni.request({
url: basePath + "/app/hotwork/cfd/editStatus",
method: 'POST',
dataType: 'json',
header:{
'Content-type':'application/x-www-form-urlencoded'
},
data: {
...formData,
CORPINFO_ID:loginUser.CORPINFO_ID,
USER_ID:loginUser.USER_ID,
},
success: (res) => {
uni.showToast({
icon:'none',
title: '保存成功',
duration: 2000
});
_this.goback()
this.buttonloading = false
},
fail: (err) => {
uni.hideLoading();
uni.showModal({
content: err.errMsg,
showCancel: false
});
}
})
}
if (_this.imgList.length <= 0) {
uni.showToast({
icon: 'none',
title: '请签字',
duration: 1500
});
return;
}
}
const formData = {}
Object.keys(this.pd).map(key => {
formData[key] = this.pd[key]
})
formData.CORPINFO_ID = corpinfoId
formData.CREATOR = loginUser.USER_ID
formData.OPERATOR = loginUser.USER_ID
formData.ACTION_USER = loginUser.NAME
formData.APPLY_STATUS = STATUS
if (STATUS === '1.5') {
uni.request({
url: basePath + '/app/hotwork/cfd/check',
method: 'POST',
header: {
'Content-type': 'application/x-www-form-urlencoded'
},
data: {
HOTWORK_ID: _this.pd.HOTWORK_ID
},
success: (res) => {
if ("success" === res.data.result) {
uni.hideLoading();
if (res.data.passFlag === '0') {
uni.showModal({
title: '',
content: res.data.message,
cancelColor: "#000000",
cancelText: '取消',
confirmText: '确定',
success: res => {
this.buttonloading = false
}
})
} else {
formData.STATUS = STATUS
formData.measuresList = JSON.stringify(this.measuresList)
formData.CORPINFO_ID = loginUser.CORPINFO_ID
formData.USER_ID = loginUser.USER_ID
this.buttonloading = true
uni.uploadFile({
url: basePath + '/app/hotwork/cfd/editStatus',
filePath: _this.imgList[0].filePath,
name: 'FFILE',
formData: formData,
success: (res) => {
uni.showToast({
icon: 'none',
title: '保存成功',
duration: 2000
});
_this.goback()
this.buttonloading = false
},
fail: (err) => {
uni.hideLoading();
uni.showModal({
content: err.errMsg,
showCancel: false
});
}
})
}
} else if ("exception" === data.result) {
uni.showToast({
title: '错误',
duration: 2000
});
}
}
});
} else {
formData.STATUS = STATUS
_this.buttonloading = true
uni.request({
url: basePath + "/app/hotwork/cfd/editStatus",
method: 'POST',
dataType: 'json',
header: {
'Content-type': 'application/x-www-form-urlencoded'
},
data: {
...formData,
CORPINFO_ID: loginUser.CORPINFO_ID,
USER_ID: loginUser.USER_ID,
},
success: (res) => {
uni.showToast({
icon: 'none',
title: '保存成功',
duration: 2000
});
_this.goback()
this.buttonloading = false
},
fail: (err) => {
uni.hideLoading();
uni.showModal({
content: err.errMsg,
showCancel: false
});
}
})
}
},
//
getLimitSpace(){
@ -734,29 +697,27 @@
this.pd.GUARDIAN_USER_NAME=this.guardianUserList[this.guardianindex].NAME;
this.$forceUpdate();//
},
/*
*单位领导
*/
//
leadertreeConfirm(e) {
/*
*单位领导
*/
//
leadertreeConfirm(e) {
this.isUps=false;
this.pd.LEADER_DEPARTMENT_ID=e[0].id;
this.pd.LEADER_DEPARTMENT_NAME=e[0].name;
this.$forceUpdate();//
this.getUserList(e[0].id,'leaderUserList');
},
//
leadertreeCancel(e) {
//
leadertreeCancel(e) {
this.isUps=false;
},
//
showLeaderTree() {
//
showLeaderTree() {
this.isUps=true
this.$refs.tkiTree_leader._show();
},
PickerLeader(e) {
PickerLeader(e) {
this.leaderindex = e.detail.value;
this.pd.LEADER_USER_ID=this.leaderUserList[this.leaderindex].USER_ID;
this.pd.LEADER_USER_NAME=this.leaderUserList[this.leaderindex].NAME;
@ -817,27 +778,27 @@
this.$forceUpdate();//
},
/*
*在岗班长
*/
//
monitortreeConfirm(e) {
/*
*在岗班长
*/
//
monitortreeConfirm(e) {
this.isUps=false;
this.pd.MONITOR_DEPARTMENT_ID=e[0].id;
this.pd.MONITOR_DEPARTMENT_NAME=e[0].name;
this.$forceUpdate();//
this.getUserList(e[0].id,'monitorUserList');
},
//
monitortreeCancel(e) {
//
monitortreeCancel(e) {
this.isUps=false;
},
//
showMonitorTree() {
//
showMonitorTree() {
this.isUps=true
this.$refs.tkiTree_monitor._show();
},
PickerMonitor(e) {
PickerMonitor(e) {
this.monitorindex = e.detail.value;
this.pd.MONITOR_USER_ID=this.monitorUserList[this.monitorindex].USER_ID;
this.pd.MONITOR_USER_NAME=this.monitorUserList[this.monitorindex].NAME;
@ -846,7 +807,7 @@
/*
*验收部门
*/
//
//
accepttreeConfirm(e) {
this.isUps=false;
this.pd.ACCEPT_DEPARTMENT_ID=e[0].id;
@ -854,11 +815,11 @@
this.$forceUpdate();//
this.getUserList(e[0].id,'acceptUserList');
},
//
//
accepttreeCancel(e) {
this.isUps=false;
},
//
//
showAcceptTree() {
this.isUps=true
this.$refs.tkiTree_accept._show();

View File

@ -56,7 +56,7 @@
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>动火前在岗班长{{item.MONITOR_USER_NAME}}</text>
<text>动火前验票负责人{{item.MONITOR_USER_NAME}}</text>
<text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
@ -64,15 +64,15 @@
审核状态
<template v-if="item.APPLY_STATUS==0"></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==1.5">项目负责人待审核</template>
<template v-else-if="item.APPLY_STATUS==2">所在单位待审核</template>
<template v-else-if="item.APPLY_STATUS==4">安全管理部门待审核</template>
<template v-else-if="item.APPLY_STATUS==5">动火审批人待审核</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==8">验收归档</template>
<template v-else-if="item.APPLY_STATUS==-1.5">项目负责人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-2">作业负责人审核打回</template>
<!-- <template v-else-if="item.APPLY_STATUS==-3">监护人确认打回</template>-->
<template v-else-if="item.APPLY_STATUS==-4">所在单位审核打回</template>
<template v-else-if="item.APPLY_STATUS==-5">安全管理部门审核打回</template>
<template v-else-if="item.APPLY_STATUS==-6">动火审批人审核打回</template>
@ -335,6 +335,12 @@
USER_NAME: STATUS.CONFIRM_USER_NAME,
TIME: STATUS.CONFIRM_USER_SIGNER_TIME
},
{
id: '1.5',
name: '项目主管部门意见',
USER_NAME: STATUS.BELONGING_USER_NAME,
TIME: STATUS.BELONGING_SIGNATURE_TIME
},
{
id: '2',
name: '所在单位意见',

View File

@ -3,18 +3,9 @@
<cu-custom bgColor="bg-gradual-blueness" :isBack="true" :isRingt="true">
<block slot="backText">返回</block>
<block slot="content">气体分析</block>
<!-- <block slot="right">-->
<!-- <view @click="$noMultipleClicks(goToAdd)"></view>-->
<!-- </block>-->
</cu-custom>
<view class="select-fixed top-fixed">
<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;">
<text class="cuIcon-search"></text>
<input @input="InputBlur" placeholder="请输入关键字"
@ -56,7 +47,7 @@
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)">
<text>动火前在岗班长{{item.MONITOR_USER_NAME}}</text>
<text>动火前验票负责人{{item.MONITOR_USER_NAME}}</text>
<text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)">
@ -64,7 +55,7 @@
审核状态
<template v-if="item.APPLY_STATUS==0"></template>
<template v-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
<template v-else-if="item.APPLY_STATUS==2">所在单位待审核</template>
<template v-else-if="item.APPLY_STATUS==2">属地监管单位待审核</template>
<template v-else-if="item.APPLY_STATUS==4">安全管理部门待审核</template>
<template v-else-if="item.APPLY_STATUS==5">动火审批人待审核</template>
<template v-else-if="item.APPLY_STATUS==6">班长待验票</template>
@ -78,7 +69,7 @@
<template v-else-if="item.APPLY_STATUS==-7">班长验票打回</template>
<template v-else-if="item.APPLY_STATUS==-8">验收打回</template>
</text>
<text v-if="item.APPLY_STATUS<1"><button class="cu-btn bg-red margin-tb-sm sm" @click="$noMultipleClicks(handleDelete,item.HOTWORK_ID)"></button></text>
<text v-if="item.APPLY_STATUS<=0"><button class="cu-btn bg-red margin-tb-sm sm" @click="$noMultipleClicks(handleDelete,item.HOTWORK_ID)"></button></text>
</view>
<view class="dy-subtitle-flex">
<text><button class="cu-btn bg-green" style="padding: 0 5px; height:24px;"
@ -211,7 +202,7 @@
},
{
id: '2',
name: '所在单位待审核'
name: '属地监管单位待审核'
},
{
id: '4',
@ -319,7 +310,7 @@
},
{
id: '2',
name: '所在单位意见',
name: '属地监管单位意见',
USER_NAME: STATUS.LEADER_USER_NAME,
STATE: '已审核',
TIME: STATUS.LEADER_USER_SIGNER_TIME
@ -374,7 +365,7 @@
step.msg = '作业负责人审核打回'
}
if (this.showStatus == -4 && step.id == 0) {
step.msg = '所在单位审核打回'
step.msg = '属地监管单位审核打回'
}
if (this.showStatus == -5 && step.id == 0) {
step.msg = '安全管理部门审核打回'

View File

@ -85,30 +85,6 @@
<textarea maxlength="255" auto-height :disabled="forbidEdit" v-model="pd.RISK_IDENTIFICATION" placeholder="请输入风险辨识结果"></textarea>
</view>
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">安全交底人</view>-->
<!-- <input name="input" ref="CONFESS_USER" :disabled="forbidEdit" v-model="pd.CONFESS_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">安全教育人</view>-->
<!-- <input name="input" ref="EDUCATE_USER" :disabled="forbidEdit" v-model="pd.EDUCATE_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">接受交底人</view>-->
<!-- <input name="input" ref="ACCEPT_EDUCATE_USER" :disabled="forbidEdit" v-model="pd.ACCEPT_EDUCATE_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">动火措施初审人</view>-->
<!-- <input name="input" ref="TRIAL_USER" :disabled="forbidEdit" v-model="pd.TRIAL_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">监护人</view>-->
<!-- <input name="input" ref="GUARDIAN_USER" :disabled="forbidEdit" v-model="pd.GUARDIAN_USER" placeholder="请输入"></input>-->
<!-- </view>-->
</view>
<view class="wui-form-list" style="padding-top: 20upx;" v-if="pd.APPLY_STATUS > 1">
@ -186,17 +162,20 @@
</view>
</view>
</view>
<view v-if="pd.CONFESS_USER_SIGNER_PATH">
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">安全交底人</view>
{{pd.CONFESS_USER_NAME}} {{pd.CONFESS_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
<image :src="baseImgPath + pd.CONFESS_USER_SIGNER_PATH" mode="aspectFill" @click="previewImage(baseImgPath + pd.CONFESS_USER_SIGNER_PATH)" style="height: 100%;"></image>
</view>
</view>
</view>
<view v-if="pd.confessList && pd.confessList.length > 0 && pd.confessList.length !== pd.confessList.filter(item => item.APPROVAL_STATUS === '0').length">
<view v-for="(item,index) in pd.confessList" >
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">安全交底人</view>
{{ item.CONFESS_USER_NAME }} {{ item.APPROVAL_SIGNATURE_TIME }}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;">
<image :src="baseImgPath + item.APPROVAL_SIGNATURE" mode="aspectFill"
@click="previewImage(baseImgPath + item.APPROVAL_SIGNATURE)" style="height: 100%;"></image>
</view>
</view>
</view>
</view>
<view v-if="files.length > 0">
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
@ -219,10 +198,6 @@
<view class="cu-form-title">作业负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.CONFIRM_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">作业负责人</view>-->
<!-- {{pd.CONFIRM_USER_NAME}} {{pd.CONFIRM_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">作业负责人</view>
@ -235,16 +210,12 @@
</view>
<view v-if="pd.LEADER_USER_SIGNER_PATH">
<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>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火点所在单位负责人</view>-->
<!-- {{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">所在单位负责人</view>
<view class="title">属地监管单位负责人</view>
{{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -257,10 +228,6 @@
<view class="cu-form-title">安全管理部门意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.AUDIT_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">安全管理部门负责人</view>-->
<!-- {{pd.AUDIT_USER_NAME}} {{pd.AUDIT_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">安全管理部门负责人</view>
@ -276,10 +243,6 @@
<view class="cu-form-title">动火审批人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.APPROVE_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" v-if="forbidEdit" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">审批人</view>-->
<!-- {{pd.APPROVE_USER_NAME}} {{pd.APPROVE_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">动火审批人</view>
@ -292,16 +255,12 @@
</view>
<view v-if="pd.MONITOR_USER_SIGNER_PATH">
<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.MONITOR_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火前在岗班长</view>-->
<!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">动火前在岗班长</view>
<view class="title">动火前验票负责人</view>
{{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -314,10 +273,6 @@
<view class="cu-form-title">完工验收</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.ACCEPT_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" v-if="forbidEdit" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">验收部门负责人</view>-->
<!-- {{pd.ACCEPT_USER_NAME}} {{pd.ACCEPT_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">验收部门负责人</view>
@ -329,14 +284,9 @@
</view>
</view>
<!-- <view class="cu-form-textarea" style="border-bottom: 1px dashed #eee;">-->
<!-- <view class="cu-form-title">监护人意见</view>-->
<!-- <textarea maxlength="255" v-model="pd.CONTENT" placeholder="请输入意见"></textarea>-->
<!-- </view>-->
<view class="wui-sign" v-if="!pd.GUARDIAN_USER_SIGNER_PATH">
<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="showModal" data-target="Modal">手写签字</button> -->
</view>
<view class="wui-sign-box" v-show="imgList && imgList.length > 0">

View File

@ -56,7 +56,7 @@
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)">
<text>动火前在岗班长{{item.MONITOR_USER_NAME}}</text>
<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)">
@ -64,22 +64,22 @@
审核状态
<template v-if="item.APPLY_STATUS==0"></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==1.5">项目负责人待审核</template>
<template v-else-if="item.APPLY_STATUS==2">属地监管单位待审核</template>
<template v-else-if="item.APPLY_STATUS==4">安全管理部门待审核</template>
<template v-else-if="item.APPLY_STATUS==5">动火审批人待审核</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==8">验收归档</template>
<template v-else-if="item.APPLY_STATUS==-1.5">项目负责人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-2">作业负责人审核打回</template>
<!-- <template v-else-if="item.APPLY_STATUS==-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==-6">动火审批人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-7">班长验票打回</template>
<template v-else-if="item.APPLY_STATUS==-8">验收打回</template>
</text>
<text v-if="item.APPLY_STATUS<1"><button class="cu-btn bg-red margin-tb-sm sm" @click="$noMultipleClicks(handleDelete,item.HOTWORK_ID)"></button></text>
<text v-if="item.APPLY_STATUS<=0"><button class="cu-btn bg-red margin-tb-sm sm" @click="$noMultipleClicks(handleDelete,item.HOTWORK_ID)"></button></text>
</view>
<view class="dy-subtitle-flex">
<text><button class="cu-btn bg-green" style="padding: 0 5px; height:24px;"
@ -188,14 +188,14 @@
{id:'',name:'请选择'},
{id:'0',name:'待提交'},
{id:'1',name:'作业负责人待审核'},
{id:'2',name:'所在单位待确认'},
{id:'2',name:'属地监管单位待确认'},
{id:'4',name:'安全管理部门待审核'},
{id:'5',name:'待审批'},
{id:'6',name:'班长待验票'},
{id:'7',name:'待验收'},
{id:'8',name:'验收归档'},
{id:'-2',name:'作业负责人确认打回'},
{id:'-4',name:'所在单位确认打回'},
{id:'-4',name:'属地监管单位确认打回'},
{id:'-5',name:'安全管理部门打回'},
{id:'-6',name:'审批打回'},
{id:'-7',name:'班长验票打回'},
@ -214,7 +214,7 @@
},
{
id: '2',
name: '所在单位待审核'
name: '属地监管单位待审核'
},
{
id: '4',
@ -323,9 +323,15 @@
USER_NAME: STATUS.CONFIRM_USER_NAME,
TIME: STATUS.CONFIRM_USER_SIGNER_TIME
},
{
id: '1.5',
name: '项目主管部门意见',
USER_NAME: STATUS.BELONGING_USER_NAME,
TIME: STATUS.BELONGING_SIGNATURE_TIME
},
{
id: '2',
name: '所在单位意见',
name: '属地监管单位意见',
USER_NAME: STATUS.LEADER_USER_NAME,
TIME: STATUS.LEADER_USER_SIGNER_TIME
},
@ -378,7 +384,7 @@
step.REPULSE = step.REPULSE
}
if (this.showStatus == -4 && step.id == 0) {
step.msg = '所在单位审核打回'
step.msg = '属地监管单位审核打回'
step.STATE = '待提交'
step.REPULSE = step.REPULSE
}
@ -413,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.STATE = '已审核'
}
if (step.name == '班长验票') {
@ -432,7 +438,7 @@
if(step.name == '作业负责人意见'){
step.STATE = '待审核'
}
if(step.name == '所在单位意见'){
if(step.name == '属地监管单位意见'){
step.STATE = '待审核'
}
if(step.name == '安全管理部门意见'){
@ -455,7 +461,7 @@
if(step.name == '作业负责人意见'){
step.STATE = '已审核'
}
if(step.name == '所在单位意见'){
if(step.name == '属地监管单位意见'){
step.STATE = '已审核'
}
if(step.USER_NAME == "已跳过"){

View File

@ -249,7 +249,7 @@
<view class="wui-form-list" v-if="!forbidEdit">
<view class="cu-form-group" >
<view class="title">分析单位</view>
<view class="title">气体分析单位</view>
<view class="picker-tree-box">
<view class="picker-tree" @tap="showAnalyzeTree">{{pd.ANALYZE_DEPARTMENT_NAME?pd.ANALYZE_DEPARTMENT_NAME:''}}</view>
</view>
@ -261,7 +261,7 @@
@cancel="analyzetreeCancel"></tki-tree>
</view>
<view class="cu-form-group" >
<view class="title">分析单位负责人</view>
<view class="title">气体分析单位负责人</view>
<picker @change="PickerAnalyze" :value="analyzeindex" :range="analyzeUserList" range-key="NAME" :disabled="analyzeUserList.length == 0" @click="isBlankList('analyze')">
<view class="picker">
{{pd.ANALYZE_USER_NAME?pd.ANALYZE_USER_NAME:'请选择'}}
@ -375,7 +375,7 @@
</view>
<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" @tap="showMonitorTree">{{pd.MONITOR_DEPARTMENT_NAME?pd.MONITOR_DEPARTMENT_NAME:''}}</view>
</view>
@ -387,7 +387,7 @@
@cancel="monitortreeCancel"></tki-tree>
</view>
<view class="cu-form-group" v-if="!forbidEdit">
<view class="title">动火前在岗班长</view>
<view class="title">动火前验票负责人</view>
<picker @change="PickerMonitor" :value="monitorindex" :range="monitorUserList" range-key="NAME" :disabled="monitorUserList.length == 0" @click="isBlankList('monitor')">
<view class="picker">
{{pd.MONITOR_USER_NAME?pd.MONITOR_USER_NAME:'请选择'}}
@ -511,16 +511,16 @@
</view>
<view v-if="pd.MONITOR_USER_SIGNER_PATH">
<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.MONITOR_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火前在岗班长</view>-->
<!-- <view class="title">动火前验票负责人</view>-->
<!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">动火前在岗班长</view>
<view class="title">动火前验票负责人</view>
{{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -874,7 +874,7 @@
if(this.analyzeUserList.length == 0) {
uni.showToast({
icon: 'none',
title: '请先选择分析单位',
title: '请先选择气体分析单位',
duration: 1500
})
}
@ -928,7 +928,7 @@
if(this.monitorUserList.length == 0) {
uni.showToast({
icon: 'none',
title: '请先选择动火前在岗部门',
title: '请先选择动火前验票部门',
duration: 1500
})
}

View File

@ -2,7 +2,7 @@
<view >
<cu-custom bgColor="bg-gradual-blueness" :isBack="true" >
<block slot="backText">返回</block>
<block slot="content">所在单位意见</block>
<block slot="content">属地监管单位意见</block>
</cu-custom>
<scroll-view scroll-y="false" >
<view class="form">
@ -63,11 +63,6 @@
<view v-else>{{pd.WORK_END_DATE}}</view>
</view>
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">作业负责人</view>-->
<!-- <input name="input" ref="WORK_MANAGER" :disabled="forbidEdit" v-model="pd.WORK_MANAGER" placeholder="请输入"></input>-->
<!-- </view>-->
<view class="cu-form-textarea">
<view style="display: flex;justify-content: space-between;align-items: center">
<view class="cu-form-title">动火人及证书编号</view>
@ -85,30 +80,6 @@
<textarea maxlength="255" auto-height :disabled="forbidEdit" v-model="pd.RISK_IDENTIFICATION" placeholder="请输入风险辨识结果"></textarea>
</view>
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">安全交底人</view>-->
<!-- <input name="input" ref="CONFESS_USER" :disabled="forbidEdit" v-model="pd.CONFESS_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">安全教育人</view>-->
<!-- <input name="input" ref="EDUCATE_USER" :disabled="forbidEdit" v-model="pd.EDUCATE_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">接受交底人</view>-->
<!-- <input name="input" ref="ACCEPT_EDUCATE_USER" :disabled="forbidEdit" v-model="pd.ACCEPT_EDUCATE_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">动火措施初审人</view>-->
<!-- <input name="input" ref="TRIAL_USER" :disabled="forbidEdit" v-model="pd.TRIAL_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">监护人</view>-->
<!-- <input name="input" ref="GUARDIAN_USER" :disabled="forbidEdit" v-model="pd.GUARDIAN_USER" placeholder="请输入"></input>-->
<!-- </view>-->
</view>
<view class="wui-form-list" style="padding-top: 20upx;">
@ -197,17 +168,33 @@
</view>
</view>
</view>
<view v-if="pd.CONFESS_USER_SIGNER_PATH">
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">安全交底人</view>
{{pd.CONFESS_USER_NAME}} {{pd.CONFESS_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
<image :src="baseImgPath + pd.CONFESS_USER_SIGNER_PATH" mode="aspectFill" @click="previewImage(baseImgPath + pd.CONFESS_USER_SIGNER_PATH)" style="height: 100%;"></image>
</view>
</view>
</view>
<view v-if="pd.confessList && pd.confessList.length > 0 && pd.confessList.length !== pd.confessList.filter(item => item.APPROVAL_STATUS === '0').length">
<view v-for="(item,index) in pd.confessList" >
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">安全交底人</view>
{{ item.CONFESS_USER_NAME }} {{ item.APPROVAL_SIGNATURE_TIME }}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;">
<image :src="baseImgPath + item.APPROVAL_SIGNATURE" mode="aspectFill"
@click="previewImage(baseImgPath + item.APPROVAL_SIGNATURE)" style="height: 100%;"></image>
</view>
</view>
</view>
</view>
<view v-if="pd.SAFETY_USER_NAME">
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">安全项检查人</view>
{{pd.SAFETY_USER_NAME}} {{pd.SAFETY_SIGNATURE_TIME}}
</view>
<view class="imgs" style="display: flex;justify-content: space-between;align-items: flex-end;padding: 20upx 50upx;">
<image :src="baseImgPath+pd.SAFETY_SIGNATURE" @click="ViewShowImage(baseImgPath+v.SAFETY_SIGNATURE)"
mode="" style="width: 200upx;height: 200upx;"></image>
<text>{{pd.SAFETY_SIGNATURE_TIME}}</text>
</view>
</view>
</view>
<view v-if="files.length > 0">
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
@ -226,52 +213,41 @@
</view>
<view class="wui-form-list">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">作业负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.CONFIRM_CONTENT"></textarea>
<view class="cu-form-title">项目主管部门负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.BELONGING_OPINIONS"></textarea>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">作业负责人</view>-->
<!-- <image :src="baseImgPath + pd.CONFIRM_USER_SIGNER_PATH" style="width: 90upx;height: 90upx;" @tap="ViewImage" :data-url="baseImgPath + pd.CONFIRM_USER_SIGNER_PATH"></image>-->
<!-- {{pd.CONFIRM_USER_NAME}} {{pd.CONFIRM_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">作业负责人</view>
{{pd.CONFIRM_USER_NAME}} {{pd.CONFIRM_USER_SIGNER_TIME}}
<view class="title">项目主管部门负责人</view>
{{pd.BELONGING_USER_NAME}} {{pd.BELONGING_SIGNATURE_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
<image :src="baseImgPath + pd.CONFIRM_USER_SIGNER_PATH" mode="aspectFill" @click="previewImage(baseImgPath + pd.CONFIRM_USER_SIGNER_PATH)" style="height: 100%;"></image>
<image :src="baseImgPath + pd.BELONGING_SIGNATURE" mode="aspectFill" @click="previewImage(baseImgPath + pd.BELONGING_SIGNATURE)" style="height: 100%;"></image>
</view>
</view>
<!-- <view class="cu-form-textarea" style="border: none;">-->
<!-- <view class="cu-form-title">监护人意见</view>-->
<!-- <textarea maxlength="255" disabled="disabled" v-model="pd.GUARDIAN_CONTENT"></textarea>-->
<!-- </view>-->
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">监护人</view>-->
<!-- {{pd.GUARDIAN_USER_NAME}} {{pd.GUARDIAN_USER_SIGNER_TIME}}-->
<!-- </view>-->
<!-- <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">监护人</view>-->
<!-- {{pd.GUARDIAN_USER_NAME}} {{pd.GUARDIAN_USER_SIGNER_TIME}}-->
<!-- </view>-->
<!-- <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >-->
<!-- <image :src="baseImgPath + pd.GUARDIAN_USER_SIGNER_PATH" mode="aspectFill" @click="previewImage(baseImgPath + pd.GUARDIAN_USER_SIGNER_PATH)" style="height: 100%;"></image>-->
<!-- </view>-->
<!-- </view>-->
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">作业负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.CONFIRM_CONTENT"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">作业负责人</view>
{{pd.CONFIRM_USER_NAME}} {{pd.CONFIRM_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
<image :src="baseImgPath + pd.CONFIRM_USER_SIGNER_PATH" mode="aspectFill" @click="previewImage(baseImgPath + pd.CONFIRM_USER_SIGNER_PATH)" style="height: 100%;"></image>
</view>
</view>
<view class="cu-form-textarea" style="border-bottom: 1px dashed #eee;">
<view class="cu-form-title">所在单位意见</view>
<view class="cu-form-textarea" style="border-bottom: 1px dashed #eee;">
<view class="cu-form-title">属地监管单位意见</view>
<textarea maxlength="255" v-model="pd.CONTENT" placeholder="请输入意见"></textarea>
</view>
<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="showModal" data-target="Modal">手写签字</button> -->
</view>
<view class="wui-sign-box" v-show="imgList && imgList.length > 0">

View File

@ -2,19 +2,10 @@
<view>
<cu-custom bgColor="bg-gradual-blueness" :isBack="true" :isRingt="true">
<block slot="backText">返回</block>
<block slot="content">所在单位意见</block>
<!-- <block slot="right">-->
<!-- <view @click="$noMultipleClicks(goToAdd)"></view>-->
<!-- </block>-->
<block slot="content">属地监管单位意见</block>
</cu-custom>
<view class="select-fixed top-fixed">
<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;">
<text class="cuIcon-search"></text>
<input @input="InputBlur" placeholder="请输入关键字"
@ -56,7 +47,7 @@
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>动火前在岗班长{{item.MONITOR_USER_NAME}}</text>
<text>动火前验票负责人{{item.MONITOR_USER_NAME}}</text>
<text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
@ -64,15 +55,15 @@
审核状态
<template v-if="item.APPLY_STATUS==0"></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==1.5">项目负责人待审核</template>
<template v-else-if="item.APPLY_STATUS==2">所在单位待审核</template>
<template v-else-if="item.APPLY_STATUS==4">安全管理部门待审核</template>
<template v-else-if="item.APPLY_STATUS==5">动火审批人待审核</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==8">验收归档</template>
<template v-else-if="item.APPLY_STATUS==-1.5">项目负责人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-2">作业负责人审核打回</template>
<!-- <template v-else-if="item.APPLY_STATUS==-3">监护人确认打回</template>-->
<template v-else-if="item.APPLY_STATUS==-4">所在单位审核打回</template>
<template v-else-if="item.APPLY_STATUS==-5">安全管理部门审核打回</template>
<template v-else-if="item.APPLY_STATUS==-6">动火审批人审核打回</template>
@ -327,6 +318,12 @@
USER_NAME: STATUS.CONFIRM_USER_NAME,
TIME: STATUS.CONFIRM_USER_SIGNER_TIME
},
{
id: '1.5',
name: '项目主管部门意见',
USER_NAME: STATUS.BELONGING_USER_NAME,
TIME: STATUS.BELONGING_SIGNATURE_TIME
},
{
id: '2',
name: '所在单位意见',

View File

@ -249,7 +249,7 @@
<view class="wui-form-list" v-if="!forbidEdit">
<view class="cu-form-group" >
<view class="title">分析单位</view>
<view class="title">气体分析单位</view>
<view class="picker-tree-box">
<view class="picker-tree" @tap="showAnalyzeTree">{{pd.ANALYZE_DEPARTMENT_NAME?pd.ANALYZE_DEPARTMENT_NAME:''}}</view>
</view>
@ -261,7 +261,7 @@
@cancel="analyzetreeCancel"></tki-tree>
</view>
<view class="cu-form-group" >
<view class="title">分析单位负责人</view>
<view class="title">气体分析单位负责人</view>
<picker @change="PickerAnalyze" :value="analyzeindex" :range="analyzeUserList" range-key="NAME" :disabled="analyzeUserList.length == 0" @click="isBlankList('analyze')">
<view class="picker">
{{pd.ANALYZE_USER_NAME?pd.ANALYZE_USER_NAME:'请选择'}}
@ -375,7 +375,7 @@
</view>
<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" @tap="showMonitorTree">{{pd.MONITOR_DEPARTMENT_NAME?pd.MONITOR_DEPARTMENT_NAME:''}}</view>
</view>
@ -387,7 +387,7 @@
@cancel="monitortreeCancel"></tki-tree>
</view>
<view class="cu-form-group" v-if="!forbidEdit">
<view class="title">动火前在岗班长</view>
<view class="title">动火前验票负责人</view>
<picker @change="PickerMonitor" :value="monitorindex" :range="monitorUserList" range-key="NAME" :disabled="monitorUserList.length == 0" @click="isBlankList('monitor')">
<view class="picker">
{{pd.MONITOR_USER_NAME?pd.MONITOR_USER_NAME:'请选择'}}
@ -511,16 +511,16 @@
</view>
<view v-if="pd.MONITOR_USER_SIGNER_PATH">
<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.MONITOR_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火前在岗班长</view>-->
<!-- <view class="title">动火前验票负责人</view>-->
<!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">动火前在岗班长</view>
<view class="title">动火前验票负责人</view>
{{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -874,7 +874,7 @@
if(this.analyzeUserList.length == 0) {
uni.showToast({
icon: 'none',
title: '请先选择分析单位',
title: '请先选择气体分析单位',
duration: 1500
})
}
@ -928,7 +928,7 @@
if(this.monitorUserList.length == 0) {
uni.showToast({
icon: 'none',
title: '请先选择动火前在岗部门',
title: '请先选择动火前验票部门',
duration: 1500
})
}

View File

@ -85,30 +85,6 @@
<textarea maxlength="255" :disabled="forbidEdit" v-model="pd.RISK_IDENTIFICATION" placeholder="请输入风险辨识结果"></textarea>
</view>
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">安全交底人</view>-->
<!-- <input name="input" ref="CONFESS_USER" :disabled="forbidEdit" v-model="pd.CONFESS_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">安全教育人</view>-->
<!-- <input name="input" ref="EDUCATE_USER" :disabled="forbidEdit" v-model="pd.EDUCATE_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">接受交底人</view>-->
<!-- <input name="input" ref="ACCEPT_EDUCATE_USER" :disabled="forbidEdit" v-model="pd.ACCEPT_EDUCATE_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">动火措施初审人</view>-->
<!-- <input name="input" ref="TRIAL_USER" :disabled="forbidEdit" v-model="pd.TRIAL_USER" placeholder="请输入"></input>-->
<!-- </view>-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">监护人</view>-->
<!-- <input name="input" ref="GUARDIAN_USER" :disabled="forbidEdit" v-model="pd.GUARDIAN_USER" placeholder="请输入"></input>-->
<!-- </view>-->
</view>
<view class="wui-form-list" style="padding-top: 20upx;">
@ -212,17 +188,20 @@
</view>
</view>
</view>
<view v-if="pd.CONFESS_USER_SIGNER_PATH">
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">安全交底人</view>
{{pd.CONFESS_USER_NAME}} {{pd.CONFESS_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
<image :src="baseImgPath + pd.CONFESS_USER_SIGNER_PATH" mode="aspectFill" @click="previewImage(baseImgPath + pd.CONFESS_USER_SIGNER_PATH)" style="height: 100%;"></image>
</view>
</view>
</view>
<view v-if="pd.confessList && pd.confessList.length > 0 && pd.confessList.length !== pd.confessList.filter(item => item.APPROVAL_STATUS === '0').length">
<view v-for="(item,index) in pd.confessList" >
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">安全交底人</view>
{{ item.CONFESS_USER_NAME }} {{ item.APPROVAL_SIGNATURE_TIME }}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;">
<image :src="baseImgPath + item.APPROVAL_SIGNATURE" mode="aspectFill"
@click="previewImage(baseImgPath + item.APPROVAL_SIGNATURE)" style="height: 100%;"></image>
</view>
</view>
</view>
</view>
<view v-if="files.length > 0">
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
@ -238,16 +217,26 @@
</view>
</view>
</view>
<view v-if="pd.SAFETY_USER_NAME">
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">安全项检查人</view>
{{pd.SAFETY_USER_NAME}} {{pd.SAFETY_SIGNATURE_TIME}}
</view>
<view class="imgs" style="display: flex;justify-content: space-between;align-items: flex-end;padding: 20upx 50upx;">
<image :src="baseImgPath+pd.SAFETY_SIGNATURE" @click="ViewShowImage(baseImgPath+v.SAFETY_SIGNATURE)"
mode="" style="width: 200upx;height: 200upx;"></image>
<text>{{pd.SAFETY_SIGNATURE_TIME}}</text>
</view>
</view>
</view>
</view>
<view class="wui-form-list">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">作业负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.CONFIRM_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">作业负责人</view>-->
<!-- {{pd.CONFIRM_USER_NAME}} {{pd.CONFIRM_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">作业负责人</view>
@ -258,35 +247,27 @@
</view>
</view>
<!-- <view class="cu-form-textarea" style="border: none;">-->
<!-- <view class="cu-form-title">监护人意见</view>-->
<!-- <textarea maxlength="255" disabled="disabled" v-model="pd.GUARDIAN_CONTENT"></textarea>-->
<!-- </view>-->
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">监护人</view>-->
<!-- {{pd.GUARDIAN_USER_NAME}} {{pd.GUARDIAN_USER_SIGNER_TIME}}-->
<!-- </view>-->
<!-- <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">-->
<!-- <view class="cu-form-group" >-->
<!-- <view class="title">监护人</view>-->
<!-- {{pd.GUARDIAN_USER_NAME}} {{pd.GUARDIAN_USER_SIGNER_TIME}}-->
<!-- </view>-->
<!-- <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >-->
<!-- <image :src="baseImgPath + pd.GUARDIAN_USER_SIGNER_PATH" mode="aspectFill" @click="previewImage(baseImgPath + pd.GUARDIAN_USER_SIGNER_PATH)" style="height: 100%;"></image>-->
<!-- </view>-->
<!-- </view>-->
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">项目主管部门负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.BELONGING_OPINIONS"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">项目主管部门负责人</view>
{{pd.BELONGING_USER_NAME}} {{pd.BELONGING_SIGNATURE_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
<image :src="baseImgPath + pd.BELONGING_SIGNATURE" mode="aspectFill" @click="previewImage(baseImgPath + pd.BELONGING_SIGNATURE)" style="height: 100%;"></image>
</view>
</view>
<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>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火点所在单位负责人</view>-->
<!-- {{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">所在单位负责人</view>
<view class="title">属地监管单位负责人</view>
{{pd.LEADER_USER_NAME}} {{pd.LEADER_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -298,10 +279,6 @@
<view class="cu-form-title">安全管理部门意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.AUDIT_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">安全管理部门负责人</view>-->
<!-- {{pd.AUDIT_USER_NAME}} {{pd.AUDIT_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">安全管理部门负责人</view>
@ -317,10 +294,6 @@
<view class="cu-form-title">动火审批意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.APPROVE_CONTENT"></textarea>
</view>
<!-- <view class="cu-form-group" v-if="forbidEdit" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">审批部门</view>-->
<!-- {{pd.APPROVE_USER_NAME}} {{pd.APPROVE_USER_SIGNER_TIME}}-->
<!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">动火审批人</view>
@ -332,13 +305,12 @@
</view>
</view>
<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>
</view>
<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="showModal" data-target="Modal">手写签字</button> -->
</view>
<view class="wui-sign-box" v-show="imgList && imgList.length > 0">

View File

@ -3,18 +3,9 @@
<cu-custom bgColor="bg-gradual-blueness" :isBack="true" :isRingt="true">
<block slot="backText">返回</block>
<block slot="content">班长验票</block>
<!-- <block slot="right">-->
<!-- <view @click="$noMultipleClicks(goToAdd)"></view>-->
<!-- </block>-->
</cu-custom>
<view class="select-fixed top-fixed">
<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;">
<text class="cuIcon-search"></text>
<input @input="InputBlur" placeholder="请输入关键字"
@ -56,7 +47,7 @@
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>动火前在岗班长{{item.MONITOR_USER_NAME}}</text>
<text>动火前验票负责人{{item.MONITOR_USER_NAME}}</text>
<text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
@ -64,15 +55,15 @@
审核状态
<template v-if="item.APPLY_STATUS==0"></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==1.5">项目负责人待审核</template>
<template v-else-if="item.APPLY_STATUS==2">所在单位待审核</template>
<template v-else-if="item.APPLY_STATUS==4">安全管理部门待审核</template>
<template v-else-if="item.APPLY_STATUS==5">动火审批人待审核</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==8">验收归档</template>
<template v-else-if="item.APPLY_STATUS==-1.5">项目负责人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-2">作业负责人审核打回</template>
<!-- <template v-else-if="item.APPLY_STATUS==-3">监护人确认打回</template>-->
<template v-else-if="item.APPLY_STATUS==-4">所在单位审核打回</template>
<template v-else-if="item.APPLY_STATUS==-5">安全管理部门审核打回</template>
<template v-else-if="item.APPLY_STATUS==-6">动火审批人审核打回</template>
@ -282,6 +273,14 @@
methods: {
//
goToDetail(item) {
if (new Date().getTime() - new Date(item.WORK_END_DATE).getTime() > 0) {
uni.showModal({
title:'提示',
content:'动火作业已结束,不能验票',
showCancel:false,
})
return
}
if(new Date().getTime() - new Date(item.ANALYZE_TIME).getTime() <= 1800000) {
if (item.APPLY_STATUS == '6') {
uni.navigateTo({
@ -336,6 +335,12 @@
USER_NAME: STATUS.CONFIRM_USER_NAME,
TIME: STATUS.CONFIRM_USER_SIGNER_TIME
},
{
id: '1.5',
name: '项目主管部门意见',
USER_NAME: STATUS.BELONGING_USER_NAME,
TIME: STATUS.BELONGING_SIGNATURE_TIME
},
{
id: '2',
name: '所在单位意见',
@ -608,7 +613,7 @@
}
}
})
},
}
}
}
</script>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,885 @@
<template>
<view >
<cu-custom bgColor="bg-gradual-blueness" :isBack="true" >
<block slot="backText">返回</block>
<block slot="content">安全检查项人意见</block>
</cu-custom>
<scroll-view scroll-y="false" >
<view class="form">
<view class="wui-form-list">
<view class="cu-form-group group-picker" >
<view class="title">申请单位</view>
{{pd.APPLY_DEPARTMENT_NAME}}
</view>
<view class="cu-form-group group-picker" >
<view class="title">申请人</view>
{{pd.APPLY_USER_NAME}}
</view>
<view class="cu-form-group bb-default">
<view class="title">编号</view>
{{pd.CHECK_NO}}
</view>
<view class="cu-form-textarea">
<view class="cu-form-title">作业内容</view>
<textarea maxlength="255" :disabled="forbidEdit" v-model="pd.WORK_CONTENT" placeholder="请输入作业内容"></textarea>
</view>
<view class="cu-form-group">
<view class="title">动火地点及动火部位</view>
<input name="input" :disabled="forbidEdit" v-model="pd.WORK_PLACE" placeholder="请输入"></input>
</view>
<view class="cu-form-group group-picker">
<view class="title">动火作业级别</view>
{{pd.WORK_LEVEL}}
</view>
<view class="cu-form-group">
<view class="title">动火方式</view>
<input name="input" :disabled="forbidEdit" v-model="pd.WORK_FUNCTION" placeholder="请输入"></input>
</view>
<view class="cu-form-group ">
<view class="title">作业开始时间</view>
<ruiDatePicker v-if="!forbidEdit"
:start="todayDate"
fields="minute"
:value="pd.WORK_START_DATE?pd.WORK_START_DATE:''"
@change="changeStartDate"
></ruiDatePicker>
<view v-else>{{pd.WORK_START_DATE}}</view>
</view>
<view class="cu-form-group">
<view class="title">作业结束时间</view>
<ruiDatePicker v-if="!forbidEdit"
:start="todayDate"
fields="minute"
:value="pd.WORK_END_DATE?pd.WORK_END_DATE:''"
@change="changeEndDate"
></ruiDatePicker>
<view v-else>{{pd.WORK_END_DATE}}</view>
</view>
<view class="cu-form-textarea">
<view style="display: flex;justify-content: space-between;align-items: center">
<view class="cu-form-title">动火人及证书编号</view>
</view>
<textarea maxlength="255" v-model="pd.WORK_USER" placeholder="请输入动火人及证书编号"></textarea>
</view>
<view class="cu-form-textarea" >
<view class="cu-form-title">关联的其他特殊作业及安全作业票编号</view>
<textarea maxlength="255" auto-height :disabled="forbidEdit" v-model="pd.SPECIAL_WORK" placeholder="请输入关联的其他特殊作业及安全作业票编号"></textarea>
</view>
<view class="cu-form-textarea" >
<view class="cu-form-title">风险辨识结果</view>
<textarea maxlength="255" auto-height :disabled="forbidEdit" v-model="pd.RISK_IDENTIFICATION" placeholder="请输入风险辨识结果"></textarea>
</view>
</view>
<view class="wui-form-list" style="padding-top: 20upx;">
<view class="wui-title" style="margin-left: 20upx;">
<text class="text-semi">安全防护措施</text>
</view>
<view class="wui-table" style="padding: 0 20upx;">
<uni-table name='measuresList' border stripe emptyText="暂无更多数据" >
<!-- 表头行 -->
<uni-tr>
<uni-th align="center" style="font-weight: bold;">主要安全措施</uni-th>
<uni-th align="center" style="font-weight: bold;width: 80px">操作</uni-th>
</uni-tr>
<uni-tr v-for="(item,index) in measuresList" :key="item.BUS_HOTWORK_MEASURES_ID">
<uni-td>
<view style="margin-bottom: 20upx;">
{{item.PROTECTIVE_MEASURES}}
</view>
<view class="cu-form-group" v-if="item.QUESTION1">
<view class="title">{{item.QUESTION1}}</view>
<input name="input" v-model="item.ANSWER1" type="number" placeholder="请输入"></input>
</view>
<view class="cu-form-group" v-if="item.QUESTION2">
<view class="title">{{item.QUESTION2}}</view>
<input name="input" v-model="item.ANSWER2" type="number" placeholder="请输入"></input>
</view>
<view class="cu-form-group" v-if="item.QUESTION3">
<view class="title">{{item.QUESTION3}}</view>
<input name="input" v-model="item.ANSWER3" type="number" placeholder="请输入"></input>
</view>
<view class="cu-form-group" v-if="item.QUESTION4">
<view class="title">{{item.QUESTION4}}</view>
<input name="input" v-model="item.ANSWER4" type="number" placeholder="请输入"></input>
</view>
</uni-td>
<uni-td align="center">
<radio-group class="wui-radio-group wui-radio-col">
<view class="group" style="margin-bottom: 10px">
<radio class='radio' value="-1" :checked="item.STATUS=='-1'" @click="changeRadio(index,'-1')">
<text class="wui-pl10">不涉及</text></radio>
</view>
<view class="group" style="margin-bottom: 10px">
<radio class='radio' value="1" :checked="item.STATUS=='1'" @click="changeRadio(index,'1')">
<text class="wui-pl10">&nbsp;&nbsp;&nbsp;&nbsp;</text></radio>
</view>
</radio-group>
</uni-td>
</uni-tr>
</uni-table>
</view>
<view class="cu-form-group" >
<view class="title">其他安全措施</view>
<input name="input" ref="OTHER_PROTECTIVE_MEASURES" v-model="pd.OTHER_PROTECTIVE_MEASURES" placeholder="请输入"></input>
</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>
<text>{{pd.ANALYZE_USER_NAME}}</text>
</view>
<button class="cu-btn bg-green sm" @click="$noMultipleClicks(goToDetail,pd.HOTWORK_ID)"></button>
</view>
</view>
<view class="wui-form-list">
<view v-if="pd.GUARDIAN_USER_SIGNER_PATH">
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">监护人</view>
{{pd.GUARDIAN_USER_NAME}} {{pd.GUARDIAN_USER_SIGNER_TIME}}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
<image :src="baseImgPath + pd.GUARDIAN_USER_SIGNER_PATH" mode="aspectFill" @click="previewImage(baseImgPath + pd.GUARDIAN_USER_SIGNER_PATH)" style="height: 100%;"></image>
</view>
</view>
</view>
<view v-if="pd.confessList && pd.confessList.length > 0 && pd.confessList.length !== pd.confessList.filter(item => item.APPROVAL_STATUS === '0').length">
<view v-for="(item,index) in pd.confessList" >
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">安全交底人</view>
{{ item.CONFESS_USER_NAME }} {{ item.APPROVAL_SIGNATURE_TIME }}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;">
<image :src="baseImgPath + item.APPROVAL_SIGNATURE" mode="aspectFill"
@click="previewImage(baseImgPath + item.APPROVAL_SIGNATURE)" style="height: 100%;"></image>
</view>
</view>
</view>
</view>
<view v-if="files.length > 0">
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">接受交底人</view>
{{pd.ACCEPT_CONFESS_USER_NAME}} {{pd.ACCEPT_CONFESS_USER_SIGNER_TIME}}
</view>
<view class="cu-item" v-for="(item,index) in files" :key="index" style="border-bottom: 1px solid #e3e3e3">
<view class="imgs" style="display: flex;justify-content: space-between;align-items: flex-end;padding: 20upx 50upx;">
<image :src="baseImgPath+item.ACCEPT_CONFESS_USER_SIGNER_PATH" :data-index="index" @click="ViewShowImage(baseImgPath+item.ACCEPT_CONFESS_USER_SIGNER_PATH)"
mode="" style="width: 200upx;height: 200upx;"></image>
<text>{{item.ACCEPT_CONFESS_USER_SIGNER_TIME}}</text>
</view>
</view>
</view>
</view>
</view>
<view class="wui-form-list">
<view class="wui-sign">
<view class="title">安全检查项人</view>
<button class="cu-btn bg-green shadow" @tap="signModalShow = true" data-target="Modal">手写签字</button>
</view>
<view class="wui-sign-box" v-show="imgList && imgList.length > 0">
<view class="sign-title">
签字照片
</view>
<view class="wui-sign-cotent">
<view class="sign-img" v-for="(item,index) in imgList" :key="index" @tap="ViewImage" data-type="0" :data-url="imgList[index].filePath">
<image :src="imgList[index].filePath" mode="aspectFit"></image>
</view>
</view>
</view>
<view class="cu-modal" :class="modalName=='Modal'?'show':''">
<writing-board @confirm="subCanvas" @cancel="hideModal"></writing-board>
</view>
</view>
</view>
<view class="cu-bar btn-group" style="margin-top: 30upx;">
<button class="cu-btn bg-green margin-tb-sm lg" @click="goback()"> </button>
<button :loading="buttonloading" class="cu-btn bg-green margin-tb-sm lg" @click="$noMultipleClicks(goSubmit,'2')"> </button>
</view>
<view class="padding flex flex-direction">
</view>
<view class="cu-modal" :class="{'show':signModalShow}">
<sign @confirm="subCanvas" @cancel="signModalShow = false"></sign>
</view>
</scroll-view>
</view>
</template>
<script>
import {
basePath,corpinfoId,deptId,loginUser,formatDate,loginSession,baseImgPath
} from '@/common/tool.js';
import tkiTree from "@/components/select-tree/select-tree.vue"
import writingBoard from "@/components/writing-board/writing-board.vue"
import gcoord from '@/common/gcoord.js'
import ruiDatePicker from '@/components/rattenking-dtpicker/rattenking-dtpicker.vue';
export default {
components: {
tkiTree,ruiDatePicker,writingBoard
},
data() {
return {
baseImgPath:baseImgPath,
buttonloading: false,
isUps:false,
files: [],
forbidEdit:true,//
msg:'add',
noClick:true,
treeNode:[],//
levelList:[
{id:'特级',name:'特级'},
{id:'一级',name:'一级'},
{id:'二级',name:'二级'},
],
levelindex:-1,
analyzeUserList:[],
analyzeindex:-1,
confirmUserList:[],
confirmindex:-1,
guardianUserList:[],
guardianindex:-1,
leaderUserList:[],
leaderindex:-1,
auditUserList:[],
auditindex:-1,
approveUserList:[],
approveindex:-1,
monitorUserList:[],
monitorindex:-1,
acceptUserList:[],
acceptindex:-1,
pd:{},//
measuresList:[],
rules:[
{name:'CHECK_NO',message:'请输入编号'},
{name:'WORK_CONTENT',message:'请输入作业内容'},
{name:'WORK_PLACE',message:'请输入作业地点'},
{name:'WORK_LEVEL',message:'请选择动火级别'},
{name:'WORK_FUNCTION',message:'请输入动火方式'},
{name:'WORK_START_DATE',message:'请选择工作开始时间'},
{name:'WORK_START_DATE',message:'请选择工作结束时间'},
{name:'WORK_MANAGER',message:'请输入作业负责人'},
{name:'WORK_USER',message:'请输入作业人'},
{name:'SPECIAL_WORK',message:'请输入关联的其他特殊作业及安全作业票编号'},
{name:'RISK_IDENTIFICATION',message:'请输入风险辨识结果'},
{name:'CONFESS_USER',message:'请输入安全交底人'},
{name:'EDUCATE_USER',message:'请输入安全教育人'},
{name:'ACCEPT_EDUCATE_USER',message:'请输入接受交底、教育人'},
{name:'TRIAL_USER',message:'请输入动火措施初审人'},
{name:'ANALYZE_USER_ID',message:'请选择分析人'},
{name:'CONFIRM_USER_ID',message:'请选择作业负责人'},
{name:'GUARDIAN_USER_ID',message:'请选择监护人'},
{name:'LEADER_USER_ID',message:'请选择动火点车间负责人'},
{name:'AUDIT_USER_ID',message:'请选择安全管理部门负责人'},
{name:'APPROVE_USER_ID',message:'请选择审批部门'},
{name:'MONITOR_USER_ID',message:'请选择验票班长'},
{name:'ACCEPT_USER_ID',message:'请选择验收部门负责人'}
],
todayDate:'',
modalName:null,
signModalShow: false,
imgList:[],
}
},
onLoad(event){
this.todayDate = formatDate(new Date(), 'yyyy-MM-dd hh:mm');
this.pd.HOTWORK_ID = event.HOTWORK_ID;
if(this.pd.HOTWORK_ID){
this.msg="edit";
this.getData();
}else {
//
this.pd.APPLY_DEPARTMENT_ID = loginUser.DEPARTMENT_ID;
this.pd.APPLY_DEPARTMENT_NAME = loginUser.DEPARTMENT_NAME;
this.pd.APPLY_USER_ID = loginUser.USER_ID;
this.pd.APPLY_USER_NAME = loginUser.NAME;
this.forbidEdit = false;
}
//
this.getDept();
this.getLimitSpace();
loginSession();
},
methods: {
//
goToDetail(e) {
uni.navigateTo({
url: '/pages/application/hotwork_cfd/hotwork-gas/gas-list?HOTWORK_ID='+e
});
},
getData() {
var _this = this;
uni.showLoading({
title: '请稍候'
})
uni.request({
url: basePath + '/app/hotwork/cfd/goEdit',
method: 'POST',
header: {
'Content-type': 'application/x-www-form-urlencoded'
},
data: {
HOTWORK_ID: _this.pd.HOTWORK_ID,
CORPINFO_ID:loginUser.CORPINFO_ID,
USER_ID:loginUser.USER_ID,
showInfo:'0'
},
success: (res) => {
if ("success" == res.data.result) {
uni.hideLoading();
_this.pd = res.data.pd; //map
if (res.data.measuresList && res.data.measuresList.length > 0) {
_this.measuresList = res.data.measuresList
}else {
_this.getSafetyCheck()
}
_this.measuresList = res.data.measuresList
_this.files = res.data.imgList;
if(_this.pd.APPLY_STATUS < 1){
_this.forbidEdit = false;
}
} else if ("exception" == data.result) {
uni.showToast({
title: '错误',
duration: 2000
});
}
}
});
},
ViewShowImage(url) {
let files = [];
files.push(url)
uni.previewImage({
urls: files,
current: 0
});
},
goSubmit(STATUS){
var _this = this;
let required = true
uni.showLoading({
title: '请稍候'
})
if(STATUS==2) {
if (_this.imgList.length <= 0) {
uni.showToast({
icon: 'none',
title: '请签字',
duration: 1500
});
return;
}
}
const formData={}
Object.keys(this.pd).map(key => {
formData[key]=this.pd[key]
})
formData.CORPINFO_ID=corpinfoId
formData.CREATOR=loginUser.USER_ID
formData.OPERATOR=loginUser.USER_ID
formData.ACTION_USER=loginUser.NAME
formData.APPLY_STATUS=STATUS
if (STATUS == 2) {
formData.STATUS = STATUS
for (let i = 0; i < this.measuresList.length; i++) {
const measures = this.measuresList[i]
if (!measures.STATUS) {
uni.showToast({
icon: 'none',
title: '第' + (i + 1) + '项未勾选',
duration: 1500
});
return;
}
if (measures.STATUS == '1' && measures.QUESTION1 && !measures.ANSWER1) {
uni.showToast({
icon: 'none',
title: '第' + (i + 1) + '项未填写第一项',
duration: 1500
});
return;
}
if (measures.STATUS == '1' && measures.QUESTION2 && !measures.ANSWER2) {
uni.showToast({
icon: 'none',
title: '第' + (i + 1) + '项未填写第二项',
duration: 1500
});
return;
}
if (measures.STATUS == '1' && measures.QUESTION3 && !measures.ANSWER3) {
uni.showToast({
icon: 'none',
title: '第' + (i + 1) + '项未填写第三项',
duration: 1500
});
return;
}
if (measures.STATUS == '1' && measures.QUESTION4 && !measures.ANSWER4) {
uni.showToast({
icon: 'none',
title: '第' + (i + 1) + '项未填写第四项',
duration: 1500
});
return;
}
formData.measuresList = JSON.stringify(this.measuresList)
formData.CORPINFO_ID = loginUser.CORPINFO_ID
formData.USER_ID = loginUser.USER_ID
this.buttonloading = true
}
uni.uploadFile({
url: basePath + '/app/hotwork/cfd/safetyApproval',
filePath: _this.imgList[0].filePath,
name: 'FFILE',
formData: formData,
success: (res) => {
uni.showToast({
icon: 'none',
title: '保存成功',
duration: 2000
});
_this.goback()
this.buttonloading = false
},
fail: (err) => {
uni.hideLoading();
uni.showModal({
content: err.errMsg,
showCancel: false
});
}
})
} else {
formData.STATUS=STATUS
this.buttonloading = true
uni.request({
url: basePath + "/app/hotwork/cfd/safetyApproval",
method: 'POST',
dataType: 'json',
header:{
'Content-type':'application/x-www-form-urlencoded'
},
data: {
...formData,
CORPINFO_ID:loginUser.CORPINFO_ID,
USER_ID:loginUser.USER_ID,
},
success: (res) => {
uni.showToast({
icon:'none',
title: '保存成功',
duration: 2000
});
_this.goback()
this.buttonloading = false
},
fail: (err) => {
uni.hideLoading();
uni.showModal({
content: err.errMsg,
showCancel: false
});
}
})
}
},
//
getLimitSpace(){
var _this = this;
uni.request({
method: 'POST',
dataType: 'json',
header: {
'Content-type': 'application/x-www-form-urlencoded'
},
url: basePath + '/app/limitspace/listAllSpace?tm=' + new Date().getTime(),
data: {
CORPINFO_ID:loginUser.CORPINFO_ID,
USER_ID:loginUser.USER_ID,
},
success: function (res) {
_this.limitSpaceList = res.data.varList;
}
});
},
levelChange(e){
this.levelindex = e.detail.value;
this.pd.WORK_LEVEL=this.levelList[this.levelindex].name;
this.$forceUpdate();//
},
getDept() {
var _this = this;
uni.request({
url: basePath + '/app/sys/listTree',//
method: 'POST',
dataType: 'json',
header: {
'Content-type':'application/x-www-form-urlencoded'
},
data: {
CORPINFO_ID:loginUser.CORPINFO_ID,
USER_ID:loginUser.USER_ID,
},
success: (res) => {
if("success" == res.data.result){
_this.treeNode=eval(res.data.zTreeNodes);
} else {
uni.showToast({
title: res.data.message,
duration: 2000
});
}
}
});
},
//
getUserList(dept,list,i){
// post
var _this=this
uni.request({
method: 'POST',
dataType: 'json',
header: {
'Content-type':'application/x-www-form-urlencoded'
},
url: basePath+'/app/sys/listUser',
data: {
DEPARTMENT_ID:dept,
tm:new Date().getTime(),
CORPINFO_ID:loginUser.CORPINFO_ID,
USER_ID:loginUser.USER_ID,
},
success: function(res){
if("success" == res.data.result){
if(i>-1) {
_this[list][i] = [];
_this[list][i] = res.data.userList;
_this.$forceUpdate();//
}else{
_this[list]=res.data.userList;
}
}else{
uni.showToast({
title: res.data.message,
duration: 2000
});
}
}
})
},
/*
*手写板
*/
showModal(e) {
this.modalName = e.currentTarget.dataset.target
},
hideModal(e) {
this.modalName = null
},
//
subCanvas(e) {
this.imgList.splice(0,this.imgList.length);
this.imgList.push(e);
this.pd.SIGNER_TIME = formatDate(new Date(), 'yyyy-MM-dd hh:mm');
this.hideModal();
this.signModalShow = false;
},
ViewImage(e) {
let files =[];
files.push(e.currentTarget.dataset.url)
uni.previewImage({
urls: files,
current: e.currentTarget.dataset.url
});
},
/*
*分析人
*/
//
analyzetreeConfirm(e) {
this.isUps=false;
this.pd.ANALYZE_DEPARTMENT_ID=e[0].id;
this.pd.ANALYZE_DEPARTMENT_NAME=e[0].name;
this.$forceUpdate();//
this.getUserList(e[0].id,'analyzeUserList');
},
//
analyzetreeCancel(e) {
this.isUps=false;
},
//
showAnalyzeTree() {
this.isUps=true
this.$refs.tkiTree_analyze._show();
},
PickerAnalyze(e) {
this.analyzeindex = e.detail.value;
this.pd.ANALYZE_USER_ID=this.analyzeUserList[this.analyzeindex].USER_ID;
this.pd.ANALYZE_USER_NAME=this.analyzeUserList[this.analyzeindex].NAME;
this.$forceUpdate();//
},
/*
*确认人
*/
//
confirmtreeConfirm(e) {
this.isUps=false;
this.pd.CONFIRM_DEPARTMENT_ID=e[0].id;
this.pd.CONFIRM_DEPARTMENT_NAME=e[0].name;
this.$forceUpdate();//
this.getUserList(e[0].id,'confirmUserList');
},
//
confirmtreeCancel(e) {
this.isUps=false;
},
//
showConfirmTree() {
this.isUps=true
this.$refs.tkiTree_confirm._show();
},
PickerConfirm(e) {
this.confirmindex = e.detail.value;
this.pd.CONFIRM_USER_ID=this.confirmUserList[this.confirmindex].USER_ID;
this.pd.CONFIRM_USER_NAME=this.confirmUserList[this.confirmindex].NAME;
this.$forceUpdate();//
},
/*
*监护人
*/
//
guardiantreeConfirm(e) {
this.isUps=false;
this.pd.GUARDIAN_DEPARTMENT_ID=e[0].id;
this.pd.GUARDIAN_DEPARTMENT_NAME=e[0].name;
this.$forceUpdate();//
this.getUserList(e[0].id,'guardianUserList');
},
//
guardiantreeCancel(e) {
this.isUps=false;
},
//
showGuardianTree() {
this.isUps=true
this.$refs.tkiTree_guardian._show();
},
PickerGuardian(e) {
this.guardianindex = e.detail.value;
this.pd.GUARDIAN_USER_ID=this.guardianUserList[this.guardianindex].USER_ID;
this.pd.GUARDIAN_USER_NAME=this.guardianUserList[this.guardianindex].NAME;
this.$forceUpdate();//
},
/*
*单位领导
*/
//
leadertreeConfirm(e) {
this.isUps=false;
this.pd.LEADER_DEPARTMENT_ID=e[0].id;
this.pd.LEADER_DEPARTMENT_NAME=e[0].name;
this.$forceUpdate();//
this.getUserList(e[0].id,'leaderUserList');
},
//
leadertreeCancel(e) {
this.isUps=false;
},
//
showLeaderTree() {
this.isUps=true
this.$refs.tkiTree_leader._show();
},
PickerLeader(e) {
this.leaderindex = e.detail.value;
this.pd.LEADER_USER_ID=this.leaderUserList[this.leaderindex].USER_ID;
this.pd.LEADER_USER_NAME=this.leaderUserList[this.leaderindex].NAME;
this.$forceUpdate();//
},
/*
*安全管理部门负责人
*/
//
audittreeConfirm(e) {
this.isUps=false;
this.pd.AUDIT_DEPARTMENT_ID=e[0].id;
this.pd.AUDIT_DEPARTMENT_NAME=e[0].name;
this.$forceUpdate();//
this.getUserList(e[0].id,'auditUserList');
},
//
audittreeCancel(e) {
this.isUps=false;
},
//
showAuditTree() {
this.isUps=true
this.$refs.tkiTree_audit._show();
},
PickerAudit(e) {
this.auditindex = e.detail.value;
this.pd.AUDIT_USER_ID=this.auditUserList[this.auditindex].USER_ID;
this.pd.AUDIT_USER_NAME=this.auditUserList[this.auditindex].NAME;
this.$forceUpdate();//
},
/*
*审批部门
*/
//
approvetreeConfirm(e) {
this.isUps=false;
this.pd.APPROVE_DEPARTMENT_ID=e[0].id;
this.pd.APPROVE_DEPARTMENT_NAME=e[0].name;
this.$forceUpdate();//
this.getUserList(e[0].id,'approveUserList');
},
//
approvetreeCancel(e) {
this.isUps=false;
},
//
showApproveTree() {
this.isUps=true
this.$refs.tkiTree_approve._show();
},
PickerApprove(e) {
this.approveindex = e.detail.value;
this.pd.APPROVE_USER_ID=this.approveUserList[this.approveindex].USER_ID;
this.pd.APPROVE_USER_NAME=this.approveUserList[this.approveindex].NAME;
this.$forceUpdate();//
},
/*
*在岗班长
*/
//
monitortreeConfirm(e) {
this.isUps=false;
this.pd.MONITOR_DEPARTMENT_ID=e[0].id;
this.pd.MONITOR_DEPARTMENT_NAME=e[0].name;
this.$forceUpdate();//
this.getUserList(e[0].id,'monitorUserList');
},
//
monitortreeCancel(e) {
this.isUps=false;
},
//
showMonitorTree() {
this.isUps=true
this.$refs.tkiTree_monitor._show();
},
PickerMonitor(e) {
this.monitorindex = e.detail.value;
this.pd.MONITOR_USER_ID=this.monitorUserList[this.monitorindex].USER_ID;
this.pd.MONITOR_USER_NAME=this.monitorUserList[this.monitorindex].NAME;
this.$forceUpdate();//
},
/*
*验收部门
*/
//
accepttreeConfirm(e) {
this.isUps=false;
this.pd.ACCEPT_DEPARTMENT_ID=e[0].id;
this.pd.ACCEPT_DEPARTMENT_NAME=e[0].name;
this.$forceUpdate();//
this.getUserList(e[0].id,'acceptUserList');
},
//
accepttreeCancel(e) {
this.isUps=false;
},
//
showAcceptTree() {
this.isUps=true
this.$refs.tkiTree_accept._show();
},
PickerAccept(e) {
this.acceptindex = e.detail.value;
this.pd.ACCEPT_USER_ID=this.acceptUserList[this.acceptindex].USER_ID;
this.pd.ACCEPT_USER_NAME=this.acceptUserList[this.acceptindex].NAME;
this.$forceUpdate();//
},
changeStartDate(e) {
this.pd.WORK_START_DATE = e
this.$forceUpdate();//
},
changeEndDate(e) {
this.pd.WORK_END_DATE = e
this.$forceUpdate();//
},
changeRadio(i,value){
this.measuresList[i].STATUS=value
},
goback(){
var pages = getCurrentPages(); //
var prePage = pages[pages.length - 2]; //
prePage.$vm.initflag = true; // A init true
uni.navigateBack({delta: 1});
uni.hideLoading();
},
radioType(e){
this.HASINSTRUCTOR = e.detail.value
},
goToEdit(){
this.forbidEdit = false;
},
getSafetyCheck(){
var _this = this;
uni.request({
method: 'POST',
dataType: 'json',
header: {
'Content-type': 'application/x-www-form-urlencoded'
},
url: basePath + '/app/hotwork/cfd/getSafetyCheckItem?tm=' + new Date().getTime(),
data: {
CORPINFO_ID: loginUser.CORPINFO_ID,
USER_ID: loginUser.USER_ID,
},
success: function (res) {
_this.measuresList = res.data.measuresList;
}
});
},
}
}
</script>
<style>
</style>

View File

@ -0,0 +1,756 @@
<template>
<view>
<cu-custom bgColor="bg-gradual-blueness" :isBack="true" :isRingt="true">
<block slot="backText">返回</block>
<block slot="content">检查项检查人意见</block>
</cu-custom>
<view class="select-fixed top-fixed">
<view class="cu-bar search bg-white">
<view class="search-form radius" style="margin-left: 0;">
<text class="cuIcon-search"></text>
<input @input="InputBlur" placeholder="请输入关键字"
confirm-type="search"></input>
</view>
<view class="action">
<button class="cu-btn bg-green shadow-blur radius" @click="getQuery"></button>
</view>
</view>
<view class="line"></view>
</view>
<scroll-view class="dy-scroll" @scrolltolower="scrolltolower" scroll-y :style="'top:'+sTop+'px;height:calc(100vh - '+totalHeight+'px)'">
<view v-if="list.length>0" >
<view class="dy-list">
<view v-for="(item,index) of list" :key="index" :data-id="item.HOTWORK_ID" class="dy-list-item p20">
<view class="dy-title-flex align-center" @click="$noMultipleClicks(goToDetail,item)">
<text>编号:{{item.CHECK_NO}}</text>
<text>作业级别:{{item.WORK_LEVEL}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>申请人:{{item.APPLY_USER_NAME}}</text>
<text>分析人:{{item.ANALYZE_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>作业负责人{{item.CONFIRM_USER_NAME}}</text>
<text>动火点所在单位负责人{{item.LEADER_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>安全管理部门负责人{{item.AUDIT_USER_NAME}}</text>
<text>审批部门负责人{{item.APPROVE_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>监护人{{item.GUARDIAN_USER_NAME}}</text>
<text>安全交底人{{item.CONFESS_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>动火前验票负责人{{item.MONITOR_USER_NAME}}</text>
<text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>
审核状态
<template v-if="item.APPLY_STATUS==0"></template>
<template v-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
<template v-else-if="item.APPLY_STATUS==1.5">项目负责人待审核</template>
<template v-else-if="item.APPLY_STATUS==2">所在单位待审核</template>
<template v-else-if="item.APPLY_STATUS==4">安全管理部门待审核</template>
<template v-else-if="item.APPLY_STATUS==5">动火审批人待审核</template>
<template v-else-if="item.APPLY_STATUS==6">班长待验票</template>
<template v-else-if="item.APPLY_STATUS==7">待验收</template>
<template v-else-if="item.APPLY_STATUS==8">验收归档</template>
<template v-else-if="item.APPLY_STATUS==-1.5">项目负责人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-2">作业负责人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-4">所在单位审核打回</template>
<template v-else-if="item.APPLY_STATUS==-5">安全管理部门审核打回</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==-8">验收打回</template>
</text>
<text v-if="item.APPLY_STATUS<=0"><button class="cu-btn bg-red margin-tb-sm sm" @click="$noMultipleClicks(handleDelete,item.HOTWORK_ID)"></button></text>
</view>
<view class="dy-subtitle-flex">
<text><button class="cu-btn bg-green" style="padding: 0 5px; height:24px;"
@click="showDrawer('showRight',item)">查看流程图</button></text>
</view>
</view>
</view>
</view>
<view v-else-if="dataFlag=='noData'" class="dy-null">
<view class="dy-null-img">
<image :src="background[dataFlag].url" mode=""></image>
</view>
<view class="dy-null-title">
{{background[dataFlag].msg}}
</view>
</view>
<view class="cu-tabbar-height"></view>
</scroll-view>
<!-- 右侧抽屉 -->
<uni-drawer ref="showRight" mode="right" :mask-click="true" @change="change($event,'showRight')">
<view>
<view class="step-top ">
查看流程图
</view>
<view class="step-item-container">
<view class="step-item">
<view class="step-item-wrap" v-for="(item,key) of lclist" :key="key"
:class="getShowStatus(item)">
<view class="step-item-wrap-doter">
<view class="step-item-wrap-dot"></view>
</view>
<view class="step-item-wrap-right">
<view class="step-item-wrap-right-title">{{item.name}}</view>
<view class="step-item-wrap-right-title">{{item.USER_NAME}}{{item.STATE}}</view>
<view class="step-item-wrap-right-title">{{item.TIME}}</view>
<view class="step-item-wrap-right-info">
{{item.msg}}
</view>
</view>
</view>
</view>
</view>
<view v-if="GUARDIAN_USER_SIGNER_TIME">
<view style="padding: 0 60upx;color: #5db174">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{GUARDIAN_USER_NAME}}已签字
</view>
</view>
<view v-if="!GUARDIAN_USER_SIGNER_TIME">
<view style="padding: 0 60upx;color: red">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{GUARDIAN_USER_NAME}}未签字
</view>
</view>
<view v-if="CONFESS_USER_SIGNER_TIME">
<view style="padding: 0 60upx;color: #5db174">
安全交底人{{CONFESS_USER_NAME}}已签字
</view>
</view>
<view v-if="!CONFESS_USER_SIGNER_TIME">
<view style="padding: 0 60upx;color: red">
安全交底人{{CONFESS_USER_NAME}}未签字
</view>
</view>
<view v-if="ACCEPT_CONFESS_USER_SIGNER_TIME">
<view style="padding: 0 60upx;color: #5db174">
接受交底人{{ACCEPT_CONFESS_USER_NAME}}已签字
</view>
</view>
<view v-if="!ACCEPT_CONFESS_USER_SIGNER_TIME">
<view style="padding: 0 60upx;color: red">
接受交底人{{ACCEPT_CONFESS_USER_NAME}}未签字
</view>
</view>
</view>
</uni-drawer>
</view>
</template>
<script>
import {
basePath,corpinfoId,loginSession,formatDate,loginUser
} from '@/common/tool.js';
import tkiTree from "@/components/select-tree/select-tree.vue"
export default {
components: {
tkiTree
},
data() {
return {
showRight: false,
dataFlag:'noData',
sTop:0,
totalHeight:0,
list:[],//
page:1,//--
rows:10,//--
totalCount:0,//--
isEnd:false,//
totalPage:0,//--
NameLikes : '',
noClick:true,
statusList:[
{id:'',name:'请选择'},
{id:'0',name:'待提交'},
{id:'1',name:'作业负责人待审核'},
{id:'2',name:'监护人待确认'},
{id:'3',name:'车间负责人待确认'},
{id:'4',name:'安全管理部门待审核'},
{id:'5',name:'待审批'},
{id:'6',name:'班长待验票'},
{id:'7',name:'待验收'},
{id:'8',name:'验收归档'},
{id:'-2',name:'作业负责人确认打回'},
{id:'-3',name:'监护人确认打回'},
{id:'-4',name:'车间负责人打回'},
{id:'-5',name:'安全管理部门打回'},
{id:'-6',name:'审批打回'},
{id:'-7',name:'班长验票打回'},
{id:'-8',name:'验收打回'}
],
sindex:-1,
STATUS:'',
lclist: [{
id: '0',
name: '动火作业待提交'
},
{
id: '1',
name: '作业负责人待审核'
},
{
id: '2',
name: '所在单位待审核'
},
{
id: '4',
name: '安全管理部门待审核'
},
{
id: '5',
name: '动火审批人待审核'
},
{
id: '6',
name: '班长待验票'
},
{
id: '7',
name: '待验收'
},
{
id: '8',
name: '验收归档'
},
],
GUARDIAN_USER_SIGNER_TIME:'',
GUARDIAN_USER_NAME:'',
CONFESS_USER_SIGNER_TIME: '',
CONFESS_USER_NAME: '',
ACCEPT_CONFESS_USER_SIGNER_TIME: '',
ACCEPT_CONFESS_USER_NAME: ''
}
},
onReady() {
let that=this;
let CustomBar = this.CustomBar;
uni.getSystemInfo({ //uni-app
success(res) { //
let titleH=uni.createSelectorQuery().select(".top-fixed"); //class/id
titleH.boundingClientRect(data=>{
that._data.sTop=data.height //=-data.top
that.totalHeight = data.height+CustomBar
}).exec()
}
})
},
onLoad() {//
},
onShow() {
//
var _this = this;
_this.background = require('@/common/background.json');
_this.showCount = -1;
_this.currentPage = 1;
_this.list = [];
_this.isEnd = false;
_this.getData();
// _this.getDept();
loginSession();
},
filters: {
formatDate(time) {
let date = new Date(time)
return formatDate(date, 'yyyy-MM-dd')
}
},
methods: {
//
goToDetail(item) {
uni.navigateTo({
url: '/pages/application/hotwork_cfd/hotwork-safety/hotwork-safety-detail?HOTWORK_ID=' + item.HOTWORK_ID
});
},
goToAdd(){
uni.navigateTo({
url: '/pages/application/hotwork_cfd/hotwork-apply/hotwork-apply-detail'
});
},
getQuery(){ //
var _this = this;
_this.showCount = -1;
_this.currentPage = 1;
_this.list = [];
_this.isEnd = false;
_this.getData();
},
InputBlur(e){
this.NameLikes = e.detail.value
},
//
showDeptTree() {
// this.isUps=true
this.$refs.tkiTree._show();
},
//
showDrawer(e, STATUS) {
this.lclist = [{
id: '0',
name: '动火作业提交',
USER_NAME: STATUS.APPLY_USER_NAME,
TIME: STATUS.CREATTIME,
REPULSE: STATUS.OPERATTIME
},
{
id: '1',
name: '作业负责人意见',
USER_NAME: STATUS.CONFIRM_USER_NAME,
TIME: STATUS.CONFIRM_USER_SIGNER_TIME
},
{
id: '1.5',
name: '项目主管部门意见',
USER_NAME: STATUS.BELONGING_USER_NAME,
TIME: STATUS.BELONGING_SIGNATURE_TIME
},
{
id: '2',
name: '所在单位意见',
USER_NAME: STATUS.LEADER_USER_NAME,
TIME: STATUS.LEADER_USER_SIGNER_TIME
},
{
id: '4',
name: '安全管理部门意见',
USER_NAME: STATUS.AUDIT_USER_NAME == undefined ? "已跳过" : STATUS.AUDIT_USER_NAME,
TIME: STATUS.AUDIT_USER_SIGNER_TIME
},
{
id: '5',
name: '动火审批人意见',
USER_NAME: STATUS.APPROVE_USER_NAME == undefined ? "已跳过" : STATUS.APPROVE_USER_NAME,
TIME: STATUS.APPROVE_USER_SIGNER_TIME
},
{
id: '6',
name: '班长验票',
USER_NAME: STATUS.MONITOR_USER_NAME,
TIME: STATUS.MONITOR_USER_SIGNER_TIME
},
{
id: '7',
name: '完成验收',
USER_NAME: STATUS.ACCEPT_USER_NAME,
TIME: STATUS.ACCEPT_USER_SIGNER_TIME
},
{
id: '8',
name: '验收归档',
USER_NAME: STATUS.ACCEPT_USER_NAME,
TIME: STATUS.ACCEPT_USER_SIGNER_TIME
},
]
this.$refs[e].open()
this.showStatus = STATUS.APPLY_STATUS
this.APPLY_STATUS = STATUS.APPLY_STATUS
this.GUARDIAN_USER_SIGNER_TIME = STATUS.GUARDIAN_USER_SIGNER_TIME
this.GUARDIAN_USER_NAME = STATUS.GUARDIAN_USER_NAME
this.CONFESS_USER_SIGNER_TIME = STATUS.CONFESS_USER_SIGNER_TIME
this.CONFESS_USER_NAME = STATUS.CONFESS_USER_NAME
this.ACCEPT_CONFESS_USER_SIGNER_TIME = STATUS.ACCEPT_CONFESS_USER_SIGNER_TIME
this.ACCEPT_CONFESS_USER_NAME = STATUS.ACCEPT_CONFESS_USER_NAME
},
getShowStatus(step) {
if (this.showStatus == -2 && step.id == 0) {
step.msg = '作业负责人审核打回'
step.STATE = '待提交'
step.REPULSE = step.REPULSE
}
if (this.showStatus == -4 && step.id == 0) {
step.msg = '所在单位审核打回'
step.STATE = '待提交'
step.REPULSE = step.REPULSE
}
if (this.showStatus == -5 && step.id == 0) {
step.msg = '安全管理部门审核打回'
step.STATE = '待提交'
step.REPULSE = step.REPULSE
}
if (this.showStatus == -6 && step.id == 0) {
step.msg = '动火审批人审核打回'
step.STATE = '待提交'
step.REPULSE = step.REPULSE
}
if (this.showStatus == -7 && step.id == 0) {
step.msg = '班长验票打回'
step.STATE = '待提交'
step.REPULSE = step.REPULSE
}
if (this.showStatus == -8 && step.id == 0) {
step.msg = '验收打回'
step.STATE = '待提交'
step.REPULSE = step.REPULSE
}
if (step.id == 0){
step.STATE = '待提交'
}
if (this.showStatus == 8) {
if(step.USER_NAME == "已跳过"){
step.STATE = '审核'
}else {
if (step.name == '动火作业提交') {
step.STATE = '已提交'
}
if (step.name == '作业负责人意见' || step.name == '所在单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
step.STATE = '已审核'
}
if (step.name == '班长验票') {
step.STATE = '已验票'
}
if (step.name == '完成验收') {
step.STATE = '已验收'
}
if (step.name == '验收归档') {
step.STATE = '已归档'
}
}
return 'success'
}
if (this.showStatus == step.id) {
if(step.name == '作业负责人意见'){
step.STATE = '待审核'
}
if(step.name == '所在单位意见'){
step.STATE = '待审核'
}
if(step.name == '安全管理部门意见'){
step.STATE = '待审核'
}
if(step.name == '动火审批人意见'){
step.STATE = '待审核'
}
if(step.name == '班长验票'){
step.STATE = '待验票'
}
if(step.name == '完成验收'){
step.STATE = '待验收'
}
return 'active'
} else if (this.showStatus > step.id) {
if(step.name == '动火作业提交'){
step.STATE = '已提交'
}
if(step.name == '作业负责人意见'){
step.STATE = '已审核'
}
if(step.name == '所在单位意见'){
step.STATE = '已审核'
}
if(step.USER_NAME == "已跳过"){
step.STATE = '审核'
}else {
if (step.name == '安全管理部门意见') {
step.STATE = '已审核'
}
if (step.name == '动火审批人意见') {
step.STATE = '已审核'
}
}
if(step.name == '班长验票'){
step.STATE = '已验票'
}
if(step.name == '完成验收'){
step.STATE = '已验收'
}
return 'success'
} else if (this.showStatus < step.id) {
if (this.showStatus < 0 && step.id == 0) return 'erroractive'
return ''
}
},
//
closeDrawer(e) {
this.$refs[e].close()
},
//
change(e, type) {
console.log((type === 'showLeft' ? '左窗口' : '右窗口') + (e ? '打开' : '关闭'));
this[type] = e
},
//
scrolltolower(){
var _this = this;
_this.showCount = -1;
_this.currentPage = _this.currentPage + 1;
_this.isEnd = false;
if(_this.totalPage >= _this.currentPage){
_this.getData();//
}
},
statusChange(e){
this.sindex = e.detail.value;
this.STATUS=this.statusList[this.sindex].id;
this.getQuery();
},
getData(){
var _this = this;
if (_this.isEnd) {
return
}else{
this.isEnd =true;
}
uni.showLoading({
title:"加载中..."
});//
uni.request({
url: basePath +'/app/hotwork/cfd/safetyList?showCount='+_this.showCount+'&currentPage='+_this.currentPage ,
method: 'POST',
dataType: 'json',
header: {
'Content-type':'application/x-www-form-urlencoded'
},
data: {
CONFIRM_USER_ID:loginUser.USER_ID,
APPLY_STATUS:'2',
TYPE:'2',
tm:new Date().getTime(),
KEYWORDS : _this.NameLikes, //
CORPINFO_ID:loginUser.CORPINFO_ID,
USER_ID:loginUser.USER_ID,
},
success: (res) => {
uni.hideLoading();//
if (res.data != null) {
_this.totalPage = res.data.page.totalPage;
if(_this.list.length == 0){
_this.list = res.data.varList;
}else{
if(res.data.varList != null){
_this.list2 = res.data.varList;
_this.list = _this.list.concat(_this.list2);
}
}
}
}
})
},
handleDelete(id){
var _this = this;
uni.showModal({
title: '',
content: '确定要删除这条申请?',
cancelColor:"#000000",
cancelText: '取消',
confirmText: '确定',
success: res => {
if (res.confirm) {
uni.showLoading({
title: '处理中'
})
uni.request({
url: basePath+'/app/hotwork/cfd/delete',
method: 'POST',
dataType: 'json',
header: {
'Content-type':'application/x-www-form-urlencoded'
},
data: {
HOTWORK_ID: id,
CORPINFO_ID:loginUser.CORPINFO_ID,
USER_ID:loginUser.USER_ID,
},
success: (res) => {
uni.hideLoading();
uni.showToast({
icon: 'none',
title: '删除成功',
duration: 1500
});
_this.getQuery()
},
fail: (err) => {
uni.hideLoading();
uni.showModal({
content: err.errMsg,
showCancel: false
});
}
})
}
}
})
},
}
}
</script>
<style>
.dy-card {
background-color: #fff;
border-radius: 10upx;
margin: 30upx
}
.dy-card-title {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #eee;
min-height: 80upx;
line-height: 80upx;
padding: 0 30upx;
}
.dy-card-content {
padding: 0upx 30upx 30upx;
}
.dy-card-content-item {
margin-top: 20upx;
}
.dy-card-content-item .title {
display: flex;
align-items: center;
}
.dy-card-content-item .title .l {
width: 10upx;
height: 30upx;
border-radius: 20upx;
background-color: #666;
margin-right: 10upx;
}
.dy-card-content-item .content {
background-color: #F1F1F1;
padding: 10upx 14upx;
margin-top: 14upx;
line-height: 1.6;
}
.dy-card-content-item .name text {
background-color: #F1F1F1;
padding: 10upx 14upx;
margin-top: 14upx;
line-height: 1.6;
display: inline-block;
}
.dy-card-foot {
border-top: 1px solid #eee;
padding: 30upx;
}
.p20 {
padding: 40upx;
}
.step-top {
width: 100%;
border-bottom: 1px solid #eee;
background: #f9f9f9;
padding: 20upx;
}
.step-item-container {
width: 100%;
padding: 20upx;
}
.step-item {
width: 100%;
display: flex;
flex-direction: column;
padding: 20upx 40upx;
}
.step-item-wrap {
width: 100%;
border-left: 1px solid #ccc;
min-height: 100upx;
position: relative;
display: flex;
flex-direction: row;
}
.step-item-wrap.active .step-item-wrap-doter .step-item-wrap-dot {
background: #4cc9fb;
}
.step-item-wrap.success .step-item-wrap-doter .step-item-wrap-dot {
background: #5db174;
}
.step-item-wrap.erroractive .step-item-wrap-doter .step-item-wrap-dot {
background: red;
}
.step-item-wrap.active {
border-left: 1px solid #5db174;
}
.step-item-wrap.activeing {
border-left: 1px solid #ccc;
}
.step-item-wrap:last-child {
border: none;
}
.step-item-wrap-doter {
width: 30upx;
height: 30upx;
border-radius: 100%;
background: #fff;
position: absolute;
top: 0upx;
left: -12upx;
text-align: center;
padding-top: 5upx;
}
.step-item-wrap-dot {
width: 20upx;
height: 20upx;
background: #c0c4cc;
border-radius: 100%;
}
.step-item-wrap-right {
margin-left: 40upx;
margin-top: -5upx;
padding-bottom: 60upx;
}
.step-item-wrap-right-info {
color: #999;
margin-top: 10upx;
}
.step-item-wrap.active .step-item-wrap-right,.step-item-wrap.active .step-item-wrap-right-info {
color: #4cc9fb;
}
.step-item-wrap.success .step-item-wrap-right,.step-item-wrap.success .step-item-wrap-right-info {
color: #5db174;
}
.step-item-wrap.erroractive .step-item-wrap-right,.step-item-wrap.erroractive .step-item-wrap-right-info {
color: red;
}
</style>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,857 @@
<template>
<view>
<cu-custom bgColor="bg-gradual-blueness" :isBack="true">
<block slot="backText">返回</block>
<block slot="content">项目主管部门意见</block>
</cu-custom>
<scroll-view scroll-y="false">
<view class="form">
<view class="wui-form-list">
<view class="cu-form-group">
<view class="title">申请单位</view>
{{ pd.APPLY_DEPARTMENT_NAME }}
</view>
<view class="cu-form-group">
<view class="title">申请人</view>
{{ pd.APPLY_USER_NAME }}
</view>
<view class="cu-form-group bb-default">
<view class="title">编号</view>
{{ pd.CHECK_NO }}
</view>
<view class="cu-form-textarea">
<view class="cu-form-title">作业内容</view>
<textarea maxlength="255" :disabled="forbidEdit" v-model="pd.WORK_CONTENT"
placeholder="请输入作业内容"></textarea>
</view>
<view class="cu-form-group">
<view class="title">动火地点及动火部位</view>
<input name="input" :disabled="forbidEdit" v-model="pd.WORK_PLACE" placeholder="请输入"></input>
</view>
<view class="cu-form-group">
<view class="title">动火作业级别</view>
{{ pd.WORK_LEVEL }}
</view>
<view class="cu-form-group">
<view class="title">动火方式</view>
<input name="input" :disabled="forbidEdit" v-model="pd.WORK_FUNCTION" placeholder="请输入"></input>
</view>
<view class="cu-form-group ">
<view class="title">作业开始时间</view>
<ruiDatePicker v-if="!forbidEdit"
:start="todayDate"
fields="minute"
:value="pd.WORK_START_DATE?pd.WORK_START_DATE:''"
@change="changeStartDate"
></ruiDatePicker>
<view v-else>{{ pd.WORK_START_DATE }}</view>
</view>
<view class="cu-form-group">
<view class="title">作业结束时间</view>
<ruiDatePicker v-if="!forbidEdit"
:start="todayDate"
fields="minute"
:value="pd.WORK_END_DATE?pd.WORK_END_DATE:''"
@change="changeEndDate"
></ruiDatePicker>
<view v-else>{{ pd.WORK_END_DATE }}</view>
</view>
<view class="cu-form-textarea">
<view style="display: flex;justify-content: space-between;align-items: center">
<view class="cu-form-title">动火人及证书编号</view>
</view>
<textarea maxlength="255" v-model="pd.WORK_USER" placeholder="请输入动火人及证书编号"></textarea>
</view>
<view class="cu-form-textarea">
<view class="cu-form-title">关联的其他特殊作业及安全作业票编号</view>
<textarea maxlength="255" auto-height :disabled="forbidEdit" v-model="pd.SPECIAL_WORK"
placeholder="请输入关联的其他特殊作业及安全作业票编号"></textarea>
</view>
<view class="cu-form-textarea">
<view class="cu-form-title">风险辨识结果</view>
<textarea maxlength="255" auto-height :disabled="forbidEdit" v-model="pd.RISK_IDENTIFICATION"
placeholder="请输入风险辨识结果"></textarea>
</view>
</view>
<view class="wui-form-list" style="padding-top: 20upx;">
<view class="wui-title" style="margin-left: 20upx;">
<text class="text-semi">安全防护措施</text>
</view>
<view class="wui-table" style="padding: 0 20upx;">
<uni-table name='measuresList' border stripe emptyText="暂无更多数据">
<!-- 表头行 -->
<uni-tr>
<uni-th align="center" style="font-weight: bold;">主要安全措施</uni-th>
<uni-th align="center" style="font-weight: bold;width: 100px">操作</uni-th>
</uni-tr>
<uni-tr v-for="(item,index) in measuresList" :key="item.BUS_HOTWORK_MEASURES_ID">
<uni-td>
<view style="margin-bottom: 20upx;">
{{ item.PROTECTIVE_MEASURES }}
</view>
<view class="wui-border" v-if="item.QUESTION1 || item.QUESTION2 || item.QUESTION3 || item.QUESTION4">
<view class="cu-form-group" v-if="item.QUESTION1 && item.STATUS=='1'">
<view class="title">{{ item.QUESTION1 }}</view>
<input name="input" :disabled="forbidEdit" v-model="item.ANSWER1" placeholder="请输入"></input>
</view>
<view class="cu-form-group" v-if="item.QUESTION2 && item.STATUS=='1'">
<view class="title">{{ item.QUESTION2 }}</view>
<input name="input" :disabled="forbidEdit" v-model="item.ANSWER2" placeholder="请输入"></input>
</view>
<view class="cu-form-group" v-if="item.QUESTION3 && item.STATUS=='1'">
<view class="title">{{ item.QUESTION3 }}</view>
<input name="input" :disabled="forbidEdit" v-model="item.ANSWER3" placeholder="请输入"></input>
</view>
<view class="cu-form-group" v-if="item.QUESTION4 && item.STATUS=='1'">
<view class="title">{{ item.QUESTION4 }}</view>
<input name="input" :disabled="forbidEdit" v-model="item.ANSWER4" placeholder="请输入"></input>
</view>
</view>
</uni-td>
<uni-td align="center">
<radio-group class="wui-radio-group">
<view class="group" v-if="item.STATUS=='-1'">
<radio class='radio' value="-1" checked>
<text class="wui-pl10">不涉及</text>
</radio>
</view>
<view class="group" v-if="item.STATUS=='1'">
<radio class='radio' value="1" checked>
<text class="wui-pl10">&nbsp;&nbsp;&nbsp;&nbsp;</text>
</radio>
</view>
</radio-group>
</uni-td>
</uni-tr>
</uni-table>
</view>
<view>
<view class="cu-form-textarea">
<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>
<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>
<text>{{ pd.ANALYZE_USER_NAME }}</text>
</view>
<button class="cu-btn bg-green sm" @click="$noMultipleClicks(goToDetail,pd.HOTWORK_ID)"></button>
</view>
</view>
<view class="wui-form-list">
<view v-if="pd.GUARDIAN_USER_SIGNER_PATH">
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">监护人</view>
{{ pd.GUARDIAN_USER_NAME }} {{ pd.GUARDIAN_USER_SIGNER_TIME }}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;">
<image :src="baseImgPath + pd.GUARDIAN_USER_SIGNER_PATH" mode="aspectFill"
@click="previewImage(baseImgPath + pd.GUARDIAN_USER_SIGNER_PATH)" style="height: 100%;"></image>
</view>
</view>
</view>
<view v-if="pd.confessList && pd.confessList.length > 0 && pd.confessList.length !== pd.confessList.filter(item => item.APPROVAL_STATUS === '0').length">
<view v-for="(item,index) in pd.confessList" >
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">安全交底人</view>
{{ item.CONFESS_USER_NAME }} {{ item.APPROVAL_SIGNATURE_TIME }}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;">
<image :src="baseImgPath + item.APPROVAL_SIGNATURE" mode="aspectFill"
@click="previewImage(baseImgPath + item.APPROVAL_SIGNATURE)" style="height: 100%;"></image>
</view>
</view>
</view>
</view>
<view v-if="files.length > 0">
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">接受交底人</view>
{{ pd.ACCEPT_CONFESS_USER_NAME }} {{ pd.ACCEPT_CONFESS_USER_SIGNER_TIME }}
</view>
<view class="cu-item" v-for="(item,index) in files" :key="index"
style="border-bottom: 1px solid #e3e3e3">
<view class="imgs"
style="display: flex;justify-content: space-between;align-items: flex-end;padding: 20upx 50upx;">
<image :src="baseImgPath+item.ACCEPT_CONFESS_USER_SIGNER_PATH" :data-index="index"
@click="ViewShowImage(baseImgPath+item.ACCEPT_CONFESS_USER_SIGNER_PATH)"
mode="" style="width: 200upx;height: 200upx;"></image>
<text>{{ item.ACCEPT_CONFESS_USER_SIGNER_TIME }}</text>
</view>
</view>
</view>
</view>
<view v-if="pd.SAFETY_USER_NAME">
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" >
<view class="title">安全项检查人</view>
{{pd.SAFETY_USER_NAME}} {{pd.SAFETY_SIGNATURE_TIME}}
</view>
<view class="imgs" style="display: flex;justify-content: space-between;align-items: flex-end;padding: 20upx 50upx;">
<image :src="baseImgPath+pd.SAFETY_SIGNATURE" @click="ViewShowImage(baseImgPath+v.SAFETY_SIGNATURE)"
mode="" style="width: 200upx;height: 200upx;"></image>
<text>{{pd.SAFETY_SIGNATURE_TIME}}</text>
</view>
</view>
</view>
</view>
<view class="wui-form-list">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">作业负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.CONFIRM_CONTENT"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">作业负责人</view>
{{ pd.CONFIRM_USER_NAME }} {{ pd.CONFIRM_USER_SIGNER_TIME }}
</view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;">
<image :src="baseImgPath + pd.CONFIRM_USER_SIGNER_PATH" mode="aspectFill"
@click="previewImage(baseImgPath + pd.CONFIRM_USER_SIGNER_PATH)" style="height: 100%;"></image>
</view>
</view>
<view class="cu-form-textarea" style="border-bottom: 1px dashed #eee;">
<view class="cu-form-title">项目主管部门意见</view>
<textarea maxlength="255" v-model="pd.CONTENT" placeholder="请输入意见"></textarea>
</view>
<view class="wui-sign">
<view class="title">项目主管部门负责人</view>
<button class="cu-btn bg-green shadow" @tap="signModalShow = true" data-target="Modal">手写签字</button>
</view>
<view class="wui-sign-box" v-show="imgList && imgList.length > 0">
<view class="sign-title">
签字照片
</view>
<view class="wui-sign-cotent">
<view class="sign-img" v-for="(item,index) in imgList" :key="index" @tap="ViewImage" data-type="0"
:data-url="imgList[index].filePath">
<image :src="imgList[index].filePath" mode="aspectFit"></image>
</view>
</view>
</view>
<view class="cu-modal" :class="modalName=='Modal'?'show':''">
<writing-board @confirm="subCanvas" @cancel="hideModal"></writing-board>
</view>
</view>
</view>
<view class="cu-bar btn-group" style="margin-top: 30upx;">
<button class="cu-btn bg-red margin-tb-sm lg" @click="$noMultipleClicks(goSubmit,'-4')"> </button>
<button :loading="buttonloading" class="cu-btn bg-green margin-tb-sm lg"
@click="$noMultipleClicks(goSubmit,'2')">
</button>
</view>
<view class="padding flex flex-direction">
</view>
<view class="cu-modal" :class="{'show':signModalShow}">
<sign @confirm="subCanvas" @cancel="signModalShow = false"></sign>
</view>
</scroll-view>
</view>
</template>
<script>
import {
basePath, corpinfoId, deptId, loginUser, formatDate, loginSession, baseImgPath
} from '@/common/tool.js';
import tkiTree from "@/components/select-tree/select-tree.vue"
import writingBoard from "@/components/writing-board/writing-board.vue"
import gcoord from '@/common/gcoord.js'
import ruiDatePicker from '@/components/rattenking-dtpicker/rattenking-dtpicker.vue';
export default {
components: {
tkiTree, ruiDatePicker, writingBoard
},
data() {
return {
baseImgPath: baseImgPath,
buttonloading: false,
isUps: false,
forbidEdit: true,//
msg: 'add',
files: [],
noClick: true,
treeNode: [],//
levelList: [
{id: '特级', name: '特级'},
{id: '一级', name: '一级'},
{id: '二级', name: '二级'},
],
levelindex: -1,
analyzeUserList: [],
analyzeindex: -1,
confirmUserList: [],
confirmindex: -1,
guardianUserList: [],
guardianindex: -1,
leaderUserList: [],
leaderindex: -1,
auditUserList: [],
auditindex: -1,
approveUserList: [],
approveindex: -1,
monitorUserList: [],
monitorindex: -1,
acceptUserList: [],
acceptindex: -1,
pd: {
OTHER_PROTECTIVE_MEASURES: ';_;;_;;_;;_;;_;;_;;_;'
},//
measuresList: [],
rules: [
{name: 'CHECK_NO', message: '请输入编号'},
{name: 'WORK_CONTENT', message: '请输入作业内容'},
{name: 'WORK_PLACE', message: '请输入作业地点'},
{name: 'WORK_LEVEL', message: '请选择动火级别'},
{name: 'WORK_FUNCTION', message: '请输入动火方式'},
{name: 'WORK_START_DATE', message: '请选择工作开始时间'},
{name: 'WORK_START_DATE', message: '请选择工作结束时间'},
{name: 'WORK_MANAGER', message: '请输入作业负责人'},
{name: 'WORK_USER', message: '请输入作业人'},
{name: 'SPECIAL_WORK', message: '请输入关联的其他特殊作业及安全作业票编号'},
{name: 'RISK_IDENTIFICATION', message: '请输入风险辨识结果'},
{name: 'CONFESS_USER', message: '请输入安全交底人'},
{name: 'EDUCATE_USER', message: '请输入安全教育人'},
{name: 'ACCEPT_EDUCATE_USER', message: '请输入接受交底、教育人'},
{name: 'TRIAL_USER', message: '请输入动火措施初审人'},
{name: 'ANALYZE_USER_ID', message: '请选择分析人'},
{name: 'CONFIRM_USER_ID', message: '请选择作业负责人'},
{name: 'GUARDIAN_USER_ID', message: '请选择监护人'},
{name: 'LEADER_USER_ID', message: '请选择动火点车间负责人'},
{name: 'AUDIT_USER_ID', message: '请选择安全管理部门负责人'},
{name: 'APPROVE_USER_ID', message: '请选择审批部门'},
{name: 'MONITOR_USER_ID', message: '请选择验票班长'},
{name: 'ACCEPT_USER_ID', message: '请选择验收部门负责人'}
],
todayDate: '',
signModalShow: false,
modalName: null,
imgList: [],
}
},
onLoad(event) {
this.todayDate = formatDate(new Date(), 'yyyy-MM-dd hh:mm');
this.pd.HOTWORK_ID = event.HOTWORK_ID;
if (this.pd.HOTWORK_ID) {
this.msg = "edit";
this.getData();
} else {
//
this.pd.APPLY_DEPARTMENT_ID = loginUser.DEPARTMENT_ID;
this.pd.APPLY_DEPARTMENT_NAME = loginUser.DEPARTMENT_NAME;
this.pd.APPLY_USER_ID = loginUser.USER_ID;
this.pd.APPLY_USER_NAME = loginUser.NAME;
this.forbidEdit = false;
}
//
this.getDept();
this.getLimitSpace();
loginSession();
},
methods: {
//
goToDetail(e) {
uni.navigateTo({
url: '/pages/application/hotwork_cfd/hotwork-gas/gas-list?HOTWORK_ID=' + e
});
},
getData() {
var _this = this;
uni.showLoading({
title: '请稍候'
})
uni.request({
url: basePath + '/app/hotwork/cfd/goEdit',
method: 'POST',
header: {
'Content-type': 'application/x-www-form-urlencoded'
},
data: {
HOTWORK_ID: _this.pd.HOTWORK_ID,
CORPINFO_ID: loginUser.CORPINFO_ID,
USER_ID: loginUser.USER_ID,
},
success: (res) => {
if ("success" == res.data.result) {
uni.hideLoading();
_this.pd = res.data.pd; //map
_this.pd = Object.assign(_this.pd,
{
"CONFIRM_USER_MEASURES": _this.pd.OTHER_PROTECTIVE_MEASURES.split(";_;")[0],
"GUARDIAN_USER_MEASURES": _this.pd.OTHER_PROTECTIVE_MEASURES.split(";_;")[1]
})
_this.pd.OTHER_PROTECTIVE_MEASURES = ''
_this.measuresList = res.data.measuresList
_this.files = res.data.imgList;
if (_this.pd.APPLY_STATUS < 1) {
_this.forbidEdit = false;
}
} else if ("exception" == data.result) {
uni.showToast({
title: '错误',
duration: 2000
});
}
}
});
},
ViewShowImage(url) {
let files = [];
files.push(url)
uni.previewImage({
urls: files,
current: 0
});
},
validStr(str) {
if (str != null && str != '' && typeof (str) != "undefined" && str != 0)
return true
return false
},
goSubmit(STATUS) {
var _this = this;
let required = true
uni.showLoading({
title: '请稍候'
})
if (STATUS === 2) {
if (_this.imgList.length <= 0) {
uni.showToast({
icon: 'none',
title: '请签字',
duration: 1500
});
return;
}
}
const formData = {}
Object.keys(this.pd).map(key => {
formData[key] = this.pd[key]
})
if (STATUS > 0){
formData.APPROVAL_STATUS = "1"
}else {
formData.APPROVAL_STATUS = "-1"
}
formData.CREATOR = loginUser.USER_ID
formData.OPERATOR = loginUser.USER_ID
formData.ACTION_USER = loginUser.NAME
formData.APPLY_STATUS = STATUS
formData.CORPINFO_ID = loginUser.CORPINFO_ID
formData.USER_ID = loginUser.USER_ID
formData.STATUS = '2'
this.buttonloading = true
uni.uploadFile({
url: basePath + '/app/hotwork/cfd/editStatus',
filePath: _this.imgList[0].filePath,
name: 'FFILE',
formData: formData,
success: (res) => {
uni.showToast({
icon: 'none',
title: '保存成功',
duration: 2000
});
_this.goback()
this.buttonloading = false
},
fail: (err) => {
uni.hideLoading();
uni.showModal({
content: err.errMsg,
showCancel: false
});
}
})
},
//
getLimitSpace() {
var _this = this;
uni.request({
method: 'POST',
dataType: 'json',
header: {
'Content-type': 'application/x-www-form-urlencoded'
},
url: basePath + '/app/limitspace/listAllSpace?tm=' + new Date().getTime(),
data: {
CORPINFO_ID: loginUser.CORPINFO_ID,
USER_ID: loginUser.USER_ID,
},
success: function (res) {
_this.limitSpaceList = res.data.varList;
}
});
},
levelChange(e) {
this.levelindex = e.detail.value;
this.pd.WORK_LEVEL = this.levelList[this.levelindex].name;
this.$forceUpdate();//
},
getDept() {
var _this = this;
uni.request({
url: basePath + '/app/sys/listTree',//
method: 'POST',
dataType: 'json',
header: {
'Content-type': 'application/x-www-form-urlencoded'
},
data: {
CORPINFO_ID: loginUser.CORPINFO_ID,
USER_ID: loginUser.USER_ID,
},
success: (res) => {
if ("success" == res.data.result) {
_this.treeNode = eval(res.data.zTreeNodes);
} else {
uni.showToast({
title: res.data.message,
duration: 2000
});
}
}
});
},
//
getUserList(dept, list, i) {
// post
var _this = this
uni.request({
method: 'POST',
dataType: 'json',
header: {
'Content-type': 'application/x-www-form-urlencoded'
},
url: basePath + '/app/sys/listUser',
data: {
DEPARTMENT_ID: dept,
tm: new Date().getTime(),
CORPINFO_ID: loginUser.CORPINFO_ID,
USER_ID: loginUser.USER_ID,
},
success: function (res) {
if ("success" == res.data.result) {
if (i > -1) {
_this[list][i] = [];
_this[list][i] = res.data.userList;
_this.$forceUpdate();//
} else {
_this[list] = res.data.userList;
}
} else {
uni.showToast({
title: res.data.message,
duration: 2000
});
}
}
})
},
/*
*手写板
*/
showModal(e) {
this.modalName = e.currentTarget.dataset.target
},
hideModal(e) {
this.modalName = null
},
//
subCanvas(e) {
this.imgList.splice(0, this.imgList.length);
this.imgList.push(e);
this.pd.SIGNER_TIME = formatDate(new Date(), 'yyyy-MM-dd hh:mm');
this.hideModal();
this.signModalShow = false;
},
ViewImage(e) {
let files = [];
files.push(e.currentTarget.dataset.url)
uni.previewImage({
urls: files,
current: e.currentTarget.dataset.url
});
},
/*
*分析人
*/
//
analyzetreeConfirm(e) {
this.isUps = false;
this.pd.ANALYZE_DEPARTMENT_ID = e[0].id;
this.pd.ANALYZE_DEPARTMENT_NAME = e[0].name;
this.$forceUpdate();//
this.getUserList(e[0].id, 'analyzeUserList');
},
//
analyzetreeCancel(e) {
this.isUps = false;
},
//
showAnalyzeTree() {
this.isUps = true
this.$refs.tkiTree_analyze._show();
},
PickerAnalyze(e) {
this.analyzeindex = e.detail.value;
this.pd.ANALYZE_USER_ID = this.analyzeUserList[this.analyzeindex].USER_ID;
this.pd.ANALYZE_USER_NAME = this.analyzeUserList[this.analyzeindex].NAME;
this.$forceUpdate();//
},
/*
*确认人
*/
//
confirmtreeConfirm(e) {
this.isUps = false;
this.pd.CONFIRM_DEPARTMENT_ID = e[0].id;
this.pd.CONFIRM_DEPARTMENT_NAME = e[0].name;
this.$forceUpdate();//
this.getUserList(e[0].id, 'confirmUserList');
},
//
confirmtreeCancel(e) {
this.isUps = false;
},
//
showConfirmTree() {
this.isUps = true
this.$refs.tkiTree_confirm._show();
},
PickerConfirm(e) {
this.confirmindex = e.detail.value;
this.pd.CONFIRM_USER_ID = this.confirmUserList[this.confirmindex].USER_ID;
this.pd.CONFIRM_USER_NAME = this.confirmUserList[this.confirmindex].NAME;
this.$forceUpdate();//
},
/*
*监护人
*/
//
guardiantreeConfirm(e) {
this.isUps = false;
this.pd.GUARDIAN_DEPARTMENT_ID = e[0].id;
this.pd.GUARDIAN_DEPARTMENT_NAME = e[0].name;
this.$forceUpdate();//
this.getUserList(e[0].id, 'guardianUserList');
},
//
guardiantreeCancel(e) {
this.isUps = false;
},
//
showGuardianTree() {
this.isUps = true
this.$refs.tkiTree_guardian._show();
},
PickerGuardian(e) {
this.guardianindex = e.detail.value;
this.pd.GUARDIAN_USER_ID = this.guardianUserList[this.guardianindex].USER_ID;
this.pd.GUARDIAN_USER_NAME = this.guardianUserList[this.guardianindex].NAME;
this.$forceUpdate();//
},
/*
*单位领导
*/
//
leadertreeConfirm(e) {
this.isUps = false;
this.pd.LEADER_DEPARTMENT_ID = e[0].id;
this.pd.LEADER_DEPARTMENT_NAME = e[0].name;
this.$forceUpdate();//
this.getUserList(e[0].id, 'leaderUserList');
},
//
leadertreeCancel(e) {
this.isUps = false;
},
//
showLeaderTree() {
this.isUps = true
this.$refs.tkiTree_leader._show();
},
PickerLeader(e) {
this.leaderindex = e.detail.value;
this.pd.LEADER_USER_ID = this.leaderUserList[this.leaderindex].USER_ID;
this.pd.LEADER_USER_NAME = this.leaderUserList[this.leaderindex].NAME;
this.$forceUpdate();//
},
/*
*安全管理部门负责人
*/
//
audittreeConfirm(e) {
this.isUps = false;
this.pd.AUDIT_DEPARTMENT_ID = e[0].id;
this.pd.AUDIT_DEPARTMENT_NAME = e[0].name;
this.$forceUpdate();//
this.getUserList(e[0].id, 'auditUserList');
},
//
audittreeCancel(e) {
this.isUps = false;
},
//
showAuditTree() {
this.isUps = true
this.$refs.tkiTree_audit._show();
},
PickerAudit(e) {
this.auditindex = e.detail.value;
this.pd.AUDIT_USER_ID = this.auditUserList[this.auditindex].USER_ID;
this.pd.AUDIT_USER_NAME = this.auditUserList[this.auditindex].NAME;
this.$forceUpdate();//
},
/*
*审批部门
*/
//
approvetreeConfirm(e) {
this.isUps = false;
this.pd.APPROVE_DEPARTMENT_ID = e[0].id;
this.pd.APPROVE_DEPARTMENT_NAME = e[0].name;
this.$forceUpdate();//
this.getUserList(e[0].id, 'approveUserList');
},
//
approvetreeCancel(e) {
this.isUps = false;
},
//
showApproveTree() {
this.isUps = true
this.$refs.tkiTree_approve._show();
},
PickerApprove(e) {
this.approveindex = e.detail.value;
this.pd.APPROVE_USER_ID = this.approveUserList[this.approveindex].USER_ID;
this.pd.APPROVE_USER_NAME = this.approveUserList[this.approveindex].NAME;
this.$forceUpdate();//
},
/*
*在岗班长
*/
//
monitortreeConfirm(e) {
this.isUps = false;
this.pd.MONITOR_DEPARTMENT_ID = e[0].id;
this.pd.MONITOR_DEPARTMENT_NAME = e[0].name;
this.$forceUpdate();//
this.getUserList(e[0].id, 'monitorUserList');
},
//
monitortreeCancel(e) {
this.isUps = false;
},
//
showMonitorTree() {
this.isUps = true
this.$refs.tkiTree_monitor._show();
},
PickerMonitor(e) {
this.monitorindex = e.detail.value;
this.pd.MONITOR_USER_ID = this.monitorUserList[this.monitorindex].USER_ID;
this.pd.MONITOR_USER_NAME = this.monitorUserList[this.monitorindex].NAME;
this.$forceUpdate();//
},
/*
*验收部门
*/
//
accepttreeConfirm(e) {
this.isUps = false;
this.pd.ACCEPT_DEPARTMENT_ID = e[0].id;
this.pd.ACCEPT_DEPARTMENT_NAME = e[0].name;
this.$forceUpdate();//
this.getUserList(e[0].id, 'acceptUserList');
},
//
accepttreeCancel(e) {
this.isUps = false;
},
//
showAcceptTree() {
this.isUps = true
this.$refs.tkiTree_accept._show();
},
PickerAccept(e) {
this.acceptindex = e.detail.value;
this.pd.ACCEPT_USER_ID = this.acceptUserList[this.acceptindex].USER_ID;
this.pd.ACCEPT_USER_NAME = this.acceptUserList[this.acceptindex].NAME;
this.$forceUpdate();//
},
changeStartDate(e) {
this.pd.WORK_START_DATE = e
this.$forceUpdate();//
},
changeEndDate(e) {
this.pd.WORK_END_DATE = e
this.$forceUpdate();//
},
changeRadio(i, value) {
this.measuresList[i].STATUS = value
},
goback() {
var pages = getCurrentPages(); //
var prePage = pages[pages.length - 2]; //
prePage.$vm.initflag = true; // A init true
uni.navigateBack({delta: 1});
uni.hideLoading();
},
radioType(e) {
this.HASINSTRUCTOR = e.detail.value
},
goToEdit() {
this.forbidEdit = false;
}
}
}
</script>
<style>
</style>

View File

@ -0,0 +1,760 @@
<template>
<view>
<cu-custom bgColor="bg-gradual-blueness" :isBack="true" :isRingt="true">
<block slot="backText">返回</block>
<block slot="content">项目主管部门意见</block>
</cu-custom>
<view class="select-fixed top-fixed">
<view class="cu-bar search bg-white">
<view class="search-form radius" style="margin-left: 0;">
<text class="cuIcon-search"></text>
<input @input="InputBlur" placeholder="请输入关键字"
confirm-type="search"></input>
</view>
<view class="action">
<button class="cu-btn bg-green shadow-blur radius" @click="getQuery"></button>
</view>
</view>
<view class="line"></view>
</view>
<scroll-view class="dy-scroll" @scrolltolower="scrolltolower" scroll-y :style="'top:'+sTop+'px;height:calc(100vh - '+totalHeight+'px)'">
<view v-if="list.length>0" >
<view class="dy-list">
<view v-for="(item,index) of list" :key="index" :data-id="item.HOTWORK_ID" class="dy-list-item p20">
<view class="dy-title-flex align-center" @click="$noMultipleClicks(goToDetail,item)">
<text>编号:{{item.CHECK_NO}}</text>
<text>作业级别:{{item.WORK_LEVEL}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>申请人:{{item.APPLY_USER_NAME}}</text>
<text>分析人:{{item.ANALYZE_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>作业负责人{{item.CONFIRM_USER_NAME}}</text>
<text>动火点所在单位负责人{{item.LEADER_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>安全管理部门负责人{{item.AUDIT_USER_NAME}}</text>
<text>审批部门负责人{{item.APPROVE_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>监护人{{item.GUARDIAN_USER_NAME}}</text>
<text>安全交底人{{item.CONFESS_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>动火前验票负责人{{item.MONITOR_USER_NAME}}</text>
<text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>
审核状态
<template v-if="item.APPLY_STATUS==0"></template>
<template v-else-if="item.APPLY_STATUS==1">作业负责人待审核</template>
<template v-else-if="item.APPLY_STATUS==1.5">项目负责人待审核</template>
<template v-else-if="item.APPLY_STATUS==2">所在单位待审核</template>
<template v-else-if="item.APPLY_STATUS==4">安全管理部门待审核</template>
<template v-else-if="item.APPLY_STATUS==5">动火审批人待审核</template>
<template v-else-if="item.APPLY_STATUS==6">班长待验票</template>
<template v-else-if="item.APPLY_STATUS==7">待验收</template>
<template v-else-if="item.APPLY_STATUS==8">验收归档</template>
<template v-else-if="item.APPLY_STATUS==-1.5">项目负责人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-2">作业负责人审核打回</template>
<template v-else-if="item.APPLY_STATUS==-4">所在单位审核打回</template>
<template v-else-if="item.APPLY_STATUS==-5">安全管理部门审核打回</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==-8">验收打回</template>
</text>
<text v-if="item.APPLY_STATUS<1"><button class="cu-btn bg-red margin-tb-sm sm" @click="$noMultipleClicks(handleDelete,item.HOTWORK_ID)"></button></text>
</view>
<view class="dy-subtitle-flex">
<text><button class="cu-btn bg-green" style="padding: 0 5px; height:24px;"
@click="showDrawer('showRight',item)">查看流程图</button></text>
</view>
</view>
</view>
</view>
<view v-else-if="dataFlag=='noData'" class="dy-null">
<view class="dy-null-img">
<image :src="background[dataFlag].url" mode=""></image>
</view>
<view class="dy-null-title">
{{background[dataFlag].msg}}
</view>
</view>
<view class="cu-tabbar-height"></view>
</scroll-view>
<!-- 右侧抽屉 -->
<uni-drawer ref="showRight" mode="right" :mask-click="true" @change="change($event,'showRight')">
<view>
<view class="step-top ">
查看流程图
</view>
<view class="step-item-container">
<view class="step-item">
<view class="step-item-wrap" v-for="(item,key) of lclist" :key="key"
:class="getShowStatus(item)">
<view class="step-item-wrap-doter">
<view class="step-item-wrap-dot"></view>
</view>
<view class="step-item-wrap-right">
<view class="step-item-wrap-right-title">{{item.name}}</view>
<view class="step-item-wrap-right-title">{{item.USER_NAME}}{{item.STATE}}</view>
<view class="step-item-wrap-right-title">{{item.TIME}}</view>
<view class="step-item-wrap-right-info">
{{item.msg}}
</view>
</view>
</view>
</view>
</view>
<view v-if="GUARDIAN_USER_SIGNER_TIME">
<view style="padding: 0 60upx;color: #5db174">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{GUARDIAN_USER_NAME}}已签字
</view>
</view>
<view v-if="!GUARDIAN_USER_SIGNER_TIME">
<view style="padding: 0 60upx;color: red">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{GUARDIAN_USER_NAME}}未签字
</view>
</view>
<view v-if="CONFESS_USER_SIGNER_TIME">
<view style="padding: 0 60upx;color: #5db174">
安全交底人{{CONFESS_USER_NAME}}已签字
</view>
</view>
<view v-if="!CONFESS_USER_SIGNER_TIME">
<view style="padding: 0 60upx;color: red">
安全交底人{{CONFESS_USER_NAME}}未签字
</view>
</view>
<view v-if="ACCEPT_CONFESS_USER_SIGNER_TIME">
<view style="padding: 0 60upx;color: #5db174">
接受交底人{{ACCEPT_CONFESS_USER_NAME}}已签字
</view>
</view>
<view v-if="!ACCEPT_CONFESS_USER_SIGNER_TIME">
<view style="padding: 0 60upx;color: red">
接受交底人{{ACCEPT_CONFESS_USER_NAME}}未签字
</view>
</view>
</view>
</uni-drawer>
</view>
</template>
<script>
import {
basePath,corpinfoId,loginSession,formatDate,loginUser
} from '@/common/tool.js';
import tkiTree from "@/components/select-tree/select-tree.vue"
export default {
components: {
tkiTree
},
data() {
return {
showRight: false,
dataFlag:'noData',
sTop:0,
totalHeight:0,
list:[],//
page:1,//--
rows:10,//--
totalCount:0,//--
isEnd:false,//
totalPage:0,//--
NameLikes : '',
noClick:true,
statusList:[
{id:'',name:'请选择'},
{id:'0',name:'待提交'},
{id:'1',name:'作业负责人待审核'},
{id:'2',name:'监护人待确认'},
{id:'3',name:'车间负责人待确认'},
{id:'4',name:'安全管理部门待审核'},
{id:'5',name:'待审批'},
{id:'6',name:'班长待验票'},
{id:'7',name:'待验收'},
{id:'8',name:'验收归档'},
{id:'-2',name:'作业负责人确认打回'},
{id:'-3',name:'监护人确认打回'},
{id:'-4',name:'车间负责人打回'},
{id:'-5',name:'安全管理部门打回'},
{id:'-6',name:'审批打回'},
{id:'-7',name:'班长验票打回'},
{id:'-8',name:'验收打回'}
],
sindex:-1,
STATUS:'',
lclist: [{
id: '0',
name: '动火作业待提交'
},
{
id: '1',
name: '作业负责人待审核'
},
{
id: '2',
name: '所在单位待审核'
},
{
id: '4',
name: '安全管理部门待审核'
},
{
id: '5',
name: '动火审批人待审核'
},
{
id: '6',
name: '班长待验票'
},
{
id: '7',
name: '待验收'
},
{
id: '8',
name: '验收归档'
},
],
GUARDIAN_USER_SIGNER_TIME:'',
GUARDIAN_USER_NAME:'',
CONFESS_USER_SIGNER_TIME: '',
CONFESS_USER_NAME: '',
ACCEPT_CONFESS_USER_SIGNER_TIME: '',
ACCEPT_CONFESS_USER_NAME: ''
}
},
onReady() {
let that=this;
let CustomBar = this.CustomBar;
uni.getSystemInfo({ //uni-app
success(res) { //
let titleH=uni.createSelectorQuery().select(".top-fixed"); //class/id
titleH.boundingClientRect(data=>{
that._data.sTop=data.height //=-data.top
that.totalHeight = data.height+CustomBar
}).exec()
}
})
},
onLoad() {//
},
onShow() {
//
var _this = this;
_this.background = require('@/common/background.json');
_this.showCount = -1;
_this.currentPage = 1;
_this.list = [];
_this.isEnd = false;
_this.getData();
loginSession();
},
filters: {
formatDate(time) {
let date = new Date(time)
return formatDate(date, 'yyyy-MM-dd')
}
},
methods: {
//
goToDetail(item) {
if(item.APPLY_STATUS == '1.5') {
uni.navigateTo({
url: '/pages/application/hotwork_cfd/hotwork-xiang-mu/hotwork-xiang-detail?HOTWORK_ID=' + item.HOTWORK_ID
});
}else{
uni.navigateTo({
url: '/pages/application/hotwork_cfd/hotwork-xiang-mu/hotwork-xiang-alldetail?HOTWORK_ID=' + item.HOTWORK_ID
});
}
},
goToAdd(){
uni.navigateTo({
url: '/pages/application/hotwork_cfd/hotwork-apply/hotwork-apply-detail'
});
},
getQuery(){ //
var _this = this;
_this.showCount = -1;
_this.currentPage = 1;
_this.list = [];
_this.isEnd = false;
_this.getData();
},
InputBlur(e){
this.NameLikes = e.detail.value
},
//
showDeptTree() {
// this.isUps=true
this.$refs.tkiTree._show();
},
//
showDrawer(e, STATUS) {
this.lclist = [{
id: '0',
name: '动火作业提交',
USER_NAME: STATUS.APPLY_USER_NAME,
TIME: STATUS.CREATTIME,
REPULSE: STATUS.OPERATTIME
},
{
id: '1',
name: '作业负责人意见',
USER_NAME: STATUS.CONFIRM_USER_NAME,
TIME: STATUS.CONFIRM_USER_SIGNER_TIME
},
{
id: '1.5',
name: '项目主管部门意见',
USER_NAME: STATUS.BELONGING_USER_NAME,
TIME: STATUS.BELONGING_SIGNATURE_TIME
},
{
id: '2',
name: '所在单位意见',
USER_NAME: STATUS.LEADER_USER_NAME,
TIME: STATUS.LEADER_USER_SIGNER_TIME
},
{
id: '4',
name: '安全管理部门意见',
USER_NAME: STATUS.AUDIT_USER_NAME == undefined ? "已跳过" : STATUS.AUDIT_USER_NAME,
TIME: STATUS.AUDIT_USER_SIGNER_TIME
},
{
id: '5',
name: '动火审批人意见',
USER_NAME: STATUS.APPROVE_USER_NAME == undefined ? "已跳过" : STATUS.APPROVE_USER_NAME,
TIME: STATUS.APPROVE_USER_SIGNER_TIME
},
{
id: '6',
name: '班长验票',
USER_NAME: STATUS.MONITOR_USER_NAME,
TIME: STATUS.MONITOR_USER_SIGNER_TIME
},
{
id: '7',
name: '完成验收',
USER_NAME: STATUS.ACCEPT_USER_NAME,
TIME: STATUS.ACCEPT_USER_SIGNER_TIME
},
{
id: '8',
name: '验收归档',
USER_NAME: STATUS.ACCEPT_USER_NAME,
TIME: STATUS.ACCEPT_USER_SIGNER_TIME
},
]
this.$refs[e].open()
this.showStatus = STATUS.APPLY_STATUS
this.APPLY_STATUS = STATUS.APPLY_STATUS
this.GUARDIAN_USER_SIGNER_TIME = STATUS.GUARDIAN_USER_SIGNER_TIME
this.GUARDIAN_USER_NAME = STATUS.GUARDIAN_USER_NAME
this.CONFESS_USER_SIGNER_TIME = STATUS.CONFESS_USER_SIGNER_TIME
this.CONFESS_USER_NAME = STATUS.CONFESS_USER_NAME
this.ACCEPT_CONFESS_USER_SIGNER_TIME = STATUS.ACCEPT_CONFESS_USER_SIGNER_TIME
this.ACCEPT_CONFESS_USER_NAME = STATUS.ACCEPT_CONFESS_USER_NAME
},
getShowStatus(step) {
if (this.showStatus == -2 && step.id == 0) {
step.msg = '作业负责人审核打回'
step.STATE = '待提交'
step.REPULSE = step.REPULSE
}
if (this.showStatus == -4 && step.id == 0) {
step.msg = '所在单位审核打回'
step.STATE = '待提交'
step.REPULSE = step.REPULSE
}
if (this.showStatus == -5 && step.id == 0) {
step.msg = '安全管理部门审核打回'
step.STATE = '待提交'
step.REPULSE = step.REPULSE
}
if (this.showStatus == -6 && step.id == 0) {
step.msg = '动火审批人审核打回'
step.STATE = '待提交'
step.REPULSE = step.REPULSE
}
if (this.showStatus == -7 && step.id == 0) {
step.msg = '班长验票打回'
step.STATE = '待提交'
step.REPULSE = step.REPULSE
}
if (this.showStatus == -8 && step.id == 0) {
step.msg = '验收打回'
step.STATE = '待提交'
step.REPULSE = step.REPULSE
}
if (step.id == 0){
step.STATE = '待提交'
}
if (this.showStatus == 8) {
if(step.USER_NAME == "已跳过"){
step.STATE = '审核'
}else {
if (step.name == '动火作业提交') {
step.STATE = '已提交'
}
if (step.name == '作业负责人意见' || step.name == '所在单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') {
step.STATE = '已审核'
}
if (step.name == '班长验票') {
step.STATE = '已验票'
}
if (step.name == '完成验收') {
step.STATE = '已验收'
}
if (step.name == '验收归档') {
step.STATE = '已归档'
}
}
return 'success'
}
if (this.showStatus == step.id) {
if(step.name == '作业负责人意见'){
step.STATE = '待审核'
}
if(step.name == '所在单位意见'){
step.STATE = '待审核'
}
if(step.name == '安全管理部门意见'){
step.STATE = '待审核'
}
if(step.name == '动火审批人意见'){
step.STATE = '待审核'
}
if(step.name == '班长验票'){
step.STATE = '待验票'
}
if(step.name == '完成验收'){
step.STATE = '待验收'
}
return 'active'
} else if (this.showStatus > step.id) {
if(step.name == '动火作业提交'){
step.STATE = '已提交'
}
if(step.name == '作业负责人意见'){
step.STATE = '已审核'
}
if(step.name == '所在单位意见'){
step.STATE = '已审核'
}
if(step.USER_NAME == "已跳过"){
step.STATE = '审核'
}else {
if (step.name == '安全管理部门意见') {
step.STATE = '已审核'
}
if (step.name == '动火审批人意见') {
step.STATE = '已审核'
}
}
if(step.name == '班长验票'){
step.STATE = '已验票'
}
if(step.name == '完成验收'){
step.STATE = '已验收'
}
return 'success'
} else if (this.showStatus < step.id) {
if (this.showStatus < 0 && step.id == 0) return 'erroractive'
return ''
}
},
//
closeDrawer(e) {
this.$refs[e].close()
},
//
change(e, type) {
console.log((type === 'showLeft' ? '左窗口' : '右窗口') + (e ? '打开' : '关闭'));
this[type] = e
},
//
scrolltolower(){
var _this = this;
_this.showCount = -1;
_this.currentPage = _this.currentPage + 1;
_this.isEnd = false;
if(_this.totalPage >= _this.currentPage){
_this.getData();//
}
},
statusChange(e){
this.sindex = e.detail.value;
this.STATUS=this.statusList[this.sindex].id;
this.getQuery();
},
getData(){
var _this = this;
if (_this.isEnd) {
return
}else{
this.isEnd =true;
}
uni.showLoading({
title:"加载中..."
});//
uni.request({
url: basePath +'/app/hotwork/cfd/list?showCount='+_this.showCount+'&currentPage='+_this.currentPage ,
method: 'POST',
dataType: 'json',
header: {
'Content-type':'application/x-www-form-urlencoded'
},
data: {
BELONGING_USER_ID:loginUser.USER_ID,
APPLY_STATUS:'1.5',
tm:new Date().getTime(),
KEYWORDS : _this.NameLikes, //
CORPINFO_ID:loginUser.CORPINFO_ID,
USER_ID:loginUser.USER_ID,
},
success: (res) => {
uni.hideLoading();//
if (res.data != null) {
_this.totalPage = res.data.page.totalPage;
if(_this.list.length == 0){
_this.list = res.data.varList;
}else{
if(res.data.varList != null){
_this.list2 = res.data.varList;
_this.list = _this.list.concat(_this.list2);
}
}
}
}
})
},
handleDelete(id){
var _this = this;
uni.showModal({
title: '',
content: '确定要删除这条申请?',
cancelColor:"#000000",
cancelText: '取消',
confirmText: '确定',
success: res => {
if (res.confirm) {
uni.showLoading({
title: '处理中'
})
uni.request({
url: basePath+'/app/hotwork/cfd/delete',
method: 'POST',
dataType: 'json',
header: {
'Content-type':'application/x-www-form-urlencoded'
},
data: {
HOTWORK_ID: id,
CORPINFO_ID:loginUser.CORPINFO_ID,
USER_ID:loginUser.USER_ID,
},
success: (res) => {
uni.hideLoading();
uni.showToast({
icon: 'none',
title: '删除成功',
duration: 1500
});
_this.getQuery()
},
fail: (err) => {
uni.hideLoading();
uni.showModal({
content: err.errMsg,
showCancel: false
});
}
})
}
}
})
},
}
}
</script>
<style>
.dy-card {
background-color: #fff;
border-radius: 10upx;
margin: 30upx
}
.dy-card-title {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #eee;
min-height: 80upx;
line-height: 80upx;
padding: 0 30upx;
}
.dy-card-content {
padding: 0upx 30upx 30upx;
}
.dy-card-content-item {
margin-top: 20upx;
}
.dy-card-content-item .title {
display: flex;
align-items: center;
}
.dy-card-content-item .title .l {
width: 10upx;
height: 30upx;
border-radius: 20upx;
background-color: #666;
margin-right: 10upx;
}
.dy-card-content-item .content {
background-color: #F1F1F1;
padding: 10upx 14upx;
margin-top: 14upx;
line-height: 1.6;
}
.dy-card-content-item .name text {
background-color: #F1F1F1;
padding: 10upx 14upx;
margin-top: 14upx;
line-height: 1.6;
display: inline-block;
}
.dy-card-foot {
border-top: 1px solid #eee;
padding: 30upx;
}
.p20 {
padding: 40upx;
}
.step-top {
width: 100%;
border-bottom: 1px solid #eee;
background: #f9f9f9;
padding: 20upx;
}
.step-item-container {
width: 100%;
padding: 20upx;
}
.step-item {
width: 100%;
display: flex;
flex-direction: column;
padding: 20upx 40upx;
}
.step-item-wrap {
width: 100%;
border-left: 1px solid #ccc;
min-height: 100upx;
position: relative;
display: flex;
flex-direction: row;
}
.step-item-wrap.active .step-item-wrap-doter .step-item-wrap-dot {
background: #4cc9fb;
}
.step-item-wrap.success .step-item-wrap-doter .step-item-wrap-dot {
background: #5db174;
}
.step-item-wrap.erroractive .step-item-wrap-doter .step-item-wrap-dot {
background: red;
}
.step-item-wrap.active {
border-left: 1px solid #5db174;
}
.step-item-wrap.activeing {
border-left: 1px solid #ccc;
}
.step-item-wrap:last-child {
border: none;
}
.step-item-wrap-doter {
width: 30upx;
height: 30upx;
border-radius: 100%;
background: #fff;
position: absolute;
top: 0upx;
left: -12upx;
text-align: center;
padding-top: 5upx;
}
.step-item-wrap-dot {
width: 20upx;
height: 20upx;
background: #c0c4cc;
border-radius: 100%;
}
.step-item-wrap-right {
margin-left: 40upx;
margin-top: -5upx;
padding-bottom: 60upx;
}
.step-item-wrap-right-info {
color: #999;
margin-top: 10upx;
}
.step-item-wrap.active .step-item-wrap-right,.step-item-wrap.active .step-item-wrap-right-info {
color: #4cc9fb;
}
.step-item-wrap.success .step-item-wrap-right,.step-item-wrap.success .step-item-wrap-right-info {
color: #5db174;
}
.step-item-wrap.erroractive .step-item-wrap-right,.step-item-wrap.erroractive .step-item-wrap-right-info {
color: red;
}
</style>