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

limingyu-20240419-一公司危险作业更新
liujun 2024-01-30 20:37:09 +08:00
parent f6b70d4a89
commit e0e70e3585
25 changed files with 73 additions and 73 deletions

View File

@ -375,7 +375,7 @@
</view> </view>
<view class="cu-form-group" v-if="!forbidEdit"> <view class="cu-form-group" v-if="!forbidEdit">
<view class="title">动火前在岗部门</view> <view class="title">动火前验票部门</view>
<view class="picker-tree-box"> <view class="picker-tree-box">
<view class="picker-tree" @tap="showMonitorTree">{{pd.MONITOR_DEPARTMENT_NAME?pd.MONITOR_DEPARTMENT_NAME:''}}</view> <view class="picker-tree" @tap="showMonitorTree">{{pd.MONITOR_DEPARTMENT_NAME?pd.MONITOR_DEPARTMENT_NAME:''}}</view>
</view> </view>
@ -387,7 +387,7 @@
@cancel="monitortreeCancel"></tki-tree> @cancel="monitortreeCancel"></tki-tree>
</view> </view>
<view class="cu-form-group" v-if="!forbidEdit"> <view class="cu-form-group" v-if="!forbidEdit">
<view class="title">动火前在岗班长</view> <view class="title">动火前验票负责人</view>
<picker @change="PickerMonitor" :value="monitorindex" :range="monitorUserList" range-key="NAME" :disabled="monitorUserList.length == 0" @click="isBlankList('monitor')"> <picker @change="PickerMonitor" :value="monitorindex" :range="monitorUserList" range-key="NAME" :disabled="monitorUserList.length == 0" @click="isBlankList('monitor')">
<view class="picker"> <view class="picker">
{{pd.MONITOR_USER_NAME?pd.MONITOR_USER_NAME:'请选择'}} {{pd.MONITOR_USER_NAME?pd.MONITOR_USER_NAME:'请选择'}}
@ -511,16 +511,16 @@
</view> </view>
<view v-if="pd.MONITOR_USER_SIGNER_PATH"> <view v-if="pd.MONITOR_USER_SIGNER_PATH">
<view class="cu-form-textarea" style="border: none;"> <view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">动火前在岗班长意见</view> <view class="cu-form-title">动火前验票负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea> <textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea>
</view> </view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">--> <!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火前在岗班长</view>--> <!-- <view class="title">动火前验票负责人</view>-->
<!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}--> <!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}-->
<!-- </view>--> <!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee"> <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" > <view class="cu-form-group" >
<view class="title">动火前在岗班长</view> <view class="title">动火前验票负责人</view>
{{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}} {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}
</view> </view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" > <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -928,7 +928,7 @@
if(this.monitorUserList.length == 0) { if(this.monitorUserList.length == 0) {
uni.showToast({ uni.showToast({
icon: 'none', icon: 'none',
title: '请先选择动火前在岗部门', title: '请先选择动火前验票部门',
duration: 1500 duration: 1500
}) })
} }

View File

@ -330,16 +330,16 @@
</view> </view>
</view> </view>
<view class="cu-form-textarea" style="border: none;"> <view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">动火前在岗班长意见</view> <view class="cu-form-title">动火前验票负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea> <textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea>
</view> </view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">--> <!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火前在岗班长</view>--> <!-- <view class="title">动火前验票负责人</view>-->
<!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}--> <!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}-->
<!-- </view>--> <!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee"> <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" > <view class="cu-form-group" >
<view class="title">动火前在岗班长</view> <view class="title">动火前验票负责人</view>
{{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}} {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}
</view> </view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" > <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >

View File

@ -56,7 +56,7 @@
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text> <text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)"> <view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>动火前在岗班长{{item.MONITOR_USER_NAME}}</text> <text>动火前验票负责人{{item.MONITOR_USER_NAME}}</text>
<text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text> <text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)"> <view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">

View File

@ -287,16 +287,16 @@
</view> </view>
<view v-if="pd.MONITOR_USER_SIGNER_PATH"> <view v-if="pd.MONITOR_USER_SIGNER_PATH">
<view class="cu-form-textarea" style="border: none;"> <view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">动火前在岗班长意见</view> <view class="cu-form-title">动火前验票负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea> <textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea>
</view> </view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">--> <!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火前在岗班长</view>--> <!-- <view class="title">动火前验票负责人</view>-->
<!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}--> <!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}-->
<!-- </view>--> <!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee"> <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" > <view class="cu-form-group" >
<view class="title">动火前在岗班长</view> <view class="title">动火前验票负责人</view>
{{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}} {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}
</view> </view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" > <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >

View File

@ -56,7 +56,7 @@
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text> <text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)"> <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> <text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" style="height: 34upx;" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)"> <view class="dy-subtitle-flex" style="height: 34upx;" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)">

View File

@ -437,7 +437,7 @@
</view> </view>
<view class="wui-form-list" v-if="!forbidEdit"> <view class="wui-form-list" v-if="!forbidEdit">
<view class="cu-form-group" v-if="!forbidEdit"> <view class="cu-form-group" v-if="!forbidEdit">
<view class="title">动火前在岗部门</view> <view class="title">动火前验票部门</view>
<view class="picker-tree-box"> <view class="picker-tree-box">
<view class="picker-tree" @tap="showMonitorTree"> <view class="picker-tree" @tap="showMonitorTree">
{{ pd.MONITOR_DEPARTMENT_NAME ? pd.MONITOR_DEPARTMENT_NAME : '请选择' }} {{ pd.MONITOR_DEPARTMENT_NAME ? pd.MONITOR_DEPARTMENT_NAME : '请选择' }}
@ -451,7 +451,7 @@
@cancel="monitortreeCancel"></tki-tree> @cancel="monitortreeCancel"></tki-tree>
</view> </view>
<view class="cu-form-group" v-if="!forbidEdit"> <view class="cu-form-group" v-if="!forbidEdit">
<view class="title">动火前在岗班长</view> <view class="title">动火前验票负责人</view>
<picker @change="PickerMonitor" :value="monitorindex" :range="monitorUserList" range-key="NAME" <picker @change="PickerMonitor" :value="monitorindex" :range="monitorUserList" range-key="NAME"
:disabled="monitorUserList.length == 0" @click="isBlankList('monitor')"> :disabled="monitorUserList.length == 0" @click="isBlankList('monitor')">
<view class="picker"> <view class="picker">
@ -636,12 +636,12 @@
</view> </view>
<view v-if="pd.MONITOR_USER_SIGNER_PATH"> <view v-if="pd.MONITOR_USER_SIGNER_PATH">
<view class="cu-form-textarea" style="border: none;"> <view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">动火前在岗班长意见</view> <view class="cu-form-title">动火前验票负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea> <textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea>
</view> </view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee"> <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group"> <view class="cu-form-group">
<view class="title">动火前在岗班长</view> <view class="title">动火前验票负责人</view>
{{ pd.MONITOR_USER_NAME }} {{ pd.MONITOR_USER_SIGNER_TIME }} {{ pd.MONITOR_USER_NAME }} {{ pd.MONITOR_USER_SIGNER_TIME }}
</view> </view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;"> <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;">
@ -1266,7 +1266,7 @@ export default {
if (this.monitorUserList.length == 0) { if (this.monitorUserList.length == 0) {
uni.showToast({ uni.showToast({
icon: 'none', icon: 'none',
title: '请先选择动火前在岗部门', title: '请先选择动火前验票部门',
duration: 1500 duration: 1500
}) })
} }

View File

@ -56,7 +56,7 @@
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text> <text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)"> <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> <text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" style="height: 34upx;" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)"> <view class="dy-subtitle-flex" style="height: 34upx;" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)">

View File

@ -375,7 +375,7 @@
</view> </view>
<view class="cu-form-group" v-if="!forbidEdit"> <view class="cu-form-group" v-if="!forbidEdit">
<view class="title">动火前在岗部门</view> <view class="title">动火前验票部门</view>
<view class="picker-tree-box"> <view class="picker-tree-box">
<view class="picker-tree" @tap="showMonitorTree">{{pd.MONITOR_DEPARTMENT_NAME?pd.MONITOR_DEPARTMENT_NAME:''}}</view> <view class="picker-tree" @tap="showMonitorTree">{{pd.MONITOR_DEPARTMENT_NAME?pd.MONITOR_DEPARTMENT_NAME:''}}</view>
</view> </view>
@ -387,7 +387,7 @@
@cancel="monitortreeCancel"></tki-tree> @cancel="monitortreeCancel"></tki-tree>
</view> </view>
<view class="cu-form-group" v-if="!forbidEdit"> <view class="cu-form-group" v-if="!forbidEdit">
<view class="title">动火前在岗班长</view> <view class="title">动火前验票负责人</view>
<picker @change="PickerMonitor" :value="monitorindex" :range="monitorUserList" range-key="NAME" :disabled="monitorUserList.length == 0" @click="isBlankList('monitor')"> <picker @change="PickerMonitor" :value="monitorindex" :range="monitorUserList" range-key="NAME" :disabled="monitorUserList.length == 0" @click="isBlankList('monitor')">
<view class="picker"> <view class="picker">
{{pd.MONITOR_USER_NAME?pd.MONITOR_USER_NAME:'请选择'}} {{pd.MONITOR_USER_NAME?pd.MONITOR_USER_NAME:'请选择'}}
@ -511,16 +511,16 @@
</view> </view>
<view v-if="pd.MONITOR_USER_SIGNER_PATH"> <view v-if="pd.MONITOR_USER_SIGNER_PATH">
<view class="cu-form-textarea" style="border: none;"> <view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">动火前在岗班长意见</view> <view class="cu-form-title">动火前验票负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea> <textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea>
</view> </view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">--> <!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火前在岗班长</view>--> <!-- <view class="title">动火前验票负责人</view>-->
<!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}--> <!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}-->
<!-- </view>--> <!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee"> <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" > <view class="cu-form-group" >
<view class="title">动火前在岗班长</view> <view class="title">动火前验票负责人</view>
{{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}} {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}
</view> </view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" > <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -928,7 +928,7 @@
if(this.monitorUserList.length == 0) { if(this.monitorUserList.length == 0) {
uni.showToast({ uni.showToast({
icon: 'none', icon: 'none',
title: '请先选择动火前在岗部门', title: '请先选择动火前验票部门',
duration: 1500 duration: 1500
}) })
} }

View File

@ -56,7 +56,7 @@
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text> <text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)"> <view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>动火前在岗班长{{item.MONITOR_USER_NAME}}</text> <text>动火前验票负责人{{item.MONITOR_USER_NAME}}</text>
<text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text> <text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)"> <view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">

View File

@ -375,7 +375,7 @@
</view> </view>
<view class="cu-form-group" v-if="!forbidEdit"> <view class="cu-form-group" v-if="!forbidEdit">
<view class="title">动火前在岗部门</view> <view class="title">动火前验票部门</view>
<view class="picker-tree-box"> <view class="picker-tree-box">
<view class="picker-tree" @tap="showMonitorTree">{{pd.MONITOR_DEPARTMENT_NAME?pd.MONITOR_DEPARTMENT_NAME:''}}</view> <view class="picker-tree" @tap="showMonitorTree">{{pd.MONITOR_DEPARTMENT_NAME?pd.MONITOR_DEPARTMENT_NAME:''}}</view>
</view> </view>
@ -387,7 +387,7 @@
@cancel="monitortreeCancel"></tki-tree> @cancel="monitortreeCancel"></tki-tree>
</view> </view>
<view class="cu-form-group" v-if="!forbidEdit"> <view class="cu-form-group" v-if="!forbidEdit">
<view class="title">动火前在岗班长</view> <view class="title">动火前验票负责人</view>
<picker @change="PickerMonitor" :value="monitorindex" :range="monitorUserList" range-key="NAME" :disabled="monitorUserList.length == 0" @click="isBlankList('monitor')"> <picker @change="PickerMonitor" :value="monitorindex" :range="monitorUserList" range-key="NAME" :disabled="monitorUserList.length == 0" @click="isBlankList('monitor')">
<view class="picker"> <view class="picker">
{{pd.MONITOR_USER_NAME?pd.MONITOR_USER_NAME:'请选择'}} {{pd.MONITOR_USER_NAME?pd.MONITOR_USER_NAME:'请选择'}}
@ -511,16 +511,16 @@
</view> </view>
<view v-if="pd.MONITOR_USER_SIGNER_PATH"> <view v-if="pd.MONITOR_USER_SIGNER_PATH">
<view class="cu-form-textarea" style="border: none;"> <view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">动火前在岗班长意见</view> <view class="cu-form-title">动火前验票负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea> <textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea>
</view> </view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">--> <!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火前在岗班长</view>--> <!-- <view class="title">动火前验票负责人</view>-->
<!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}--> <!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}-->
<!-- </view>--> <!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee"> <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" > <view class="cu-form-group" >
<view class="title">动火前在岗班长</view> <view class="title">动火前验票负责人</view>
{{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}} {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}
</view> </view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" > <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -928,7 +928,7 @@
if(this.monitorUserList.length == 0) { if(this.monitorUserList.length == 0) {
uni.showToast({ uni.showToast({
icon: 'none', icon: 'none',
title: '请先选择动火前在岗部门', title: '请先选择动火前验票部门',
duration: 1500 duration: 1500
}) })
} }

View File

@ -56,7 +56,7 @@
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text> <text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)"> <view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>动火前在岗班长{{item.MONITOR_USER_NAME}}</text> <text>动火前验票负责人{{item.MONITOR_USER_NAME}}</text>
<text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text> <text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)"> <view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">

View File

@ -292,16 +292,16 @@
</view> </view>
<view v-if="pd.MONITOR_USER_SIGNER_PATH"> <view v-if="pd.MONITOR_USER_SIGNER_PATH">
<view class="cu-form-textarea" style="border: none;"> <view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">动火前在岗班长意见</view> <view class="cu-form-title">动火前验票负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea> <textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea>
</view> </view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">--> <!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火前在岗班长</view>--> <!-- <view class="title">动火前验票负责人</view>-->
<!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}--> <!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}-->
<!-- </view>--> <!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee"> <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" > <view class="cu-form-group" >
<view class="title">动火前在岗班长</view> <view class="title">动火前验票负责人</view>
{{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}} {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}
</view> </view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" > <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >

View File

@ -56,7 +56,7 @@
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text> <text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)"> <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> <text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" style="height: 34upx;" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)"> <view class="dy-subtitle-flex" style="height: 34upx;" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)">

View File

@ -375,7 +375,7 @@
</view> </view>
<view class="cu-form-group" v-if="!forbidEdit"> <view class="cu-form-group" v-if="!forbidEdit">
<view class="title">动火前在岗部门</view> <view class="title">动火前验票部门</view>
<view class="picker-tree-box"> <view class="picker-tree-box">
<view class="picker-tree" @tap="showMonitorTree">{{pd.MONITOR_DEPARTMENT_NAME?pd.MONITOR_DEPARTMENT_NAME:''}}</view> <view class="picker-tree" @tap="showMonitorTree">{{pd.MONITOR_DEPARTMENT_NAME?pd.MONITOR_DEPARTMENT_NAME:''}}</view>
</view> </view>
@ -387,7 +387,7 @@
@cancel="monitortreeCancel"></tki-tree> @cancel="monitortreeCancel"></tki-tree>
</view> </view>
<view class="cu-form-group" v-if="!forbidEdit"> <view class="cu-form-group" v-if="!forbidEdit">
<view class="title">动火前在岗班长</view> <view class="title">动火前验票负责人</view>
<picker @change="PickerMonitor" :value="monitorindex" :range="monitorUserList" range-key="NAME" :disabled="monitorUserList.length == 0" @click="isBlankList('monitor')"> <picker @change="PickerMonitor" :value="monitorindex" :range="monitorUserList" range-key="NAME" :disabled="monitorUserList.length == 0" @click="isBlankList('monitor')">
<view class="picker"> <view class="picker">
{{pd.MONITOR_USER_NAME?pd.MONITOR_USER_NAME:'请选择'}} {{pd.MONITOR_USER_NAME?pd.MONITOR_USER_NAME:'请选择'}}
@ -511,16 +511,16 @@
</view> </view>
<view v-if="pd.MONITOR_USER_SIGNER_PATH"> <view v-if="pd.MONITOR_USER_SIGNER_PATH">
<view class="cu-form-textarea" style="border: none;"> <view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">动火前在岗班长意见</view> <view class="cu-form-title">动火前验票负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea> <textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea>
</view> </view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">--> <!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火前在岗班长</view>--> <!-- <view class="title">动火前验票负责人</view>-->
<!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}--> <!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}-->
<!-- </view>--> <!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee"> <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" > <view class="cu-form-group" >
<view class="title">动火前在岗班长</view> <view class="title">动火前验票负责人</view>
{{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}} {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}
</view> </view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" > <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -928,7 +928,7 @@
if(this.monitorUserList.length == 0) { if(this.monitorUserList.length == 0) {
uni.showToast({ uni.showToast({
icon: 'none', icon: 'none',
title: '请先选择动火前在岗部门', title: '请先选择动火前验票部门',
duration: 1500 duration: 1500
}) })
} }

View File

@ -56,7 +56,7 @@
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text> <text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)"> <view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>动火前在岗班长{{item.MONITOR_USER_NAME}}</text> <text>动火前验票负责人{{item.MONITOR_USER_NAME}}</text>
<text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text> <text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)"> <view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">

View File

@ -56,7 +56,7 @@
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text> <text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)"> <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> <text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)"> <view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)">

View File

@ -292,16 +292,16 @@
</view> </view>
<view v-if="pd.MONITOR_USER_SIGNER_PATH"> <view v-if="pd.MONITOR_USER_SIGNER_PATH">
<view class="cu-form-textarea" style="border: none;"> <view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">动火前在岗班长意见</view> <view class="cu-form-title">动火前验票负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea> <textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea>
</view> </view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">--> <!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火前在岗班长</view>--> <!-- <view class="title">动火前验票负责人</view>-->
<!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}--> <!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}-->
<!-- </view>--> <!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee"> <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" > <view class="cu-form-group" >
<view class="title">动火前在岗班长</view> <view class="title">动火前验票负责人</view>
{{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}} {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}
</view> </view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" > <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >

View File

@ -56,7 +56,7 @@
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text> <text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)"> <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> <text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" style="height: 34upx;" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)"> <view class="dy-subtitle-flex" style="height: 34upx;" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)">

View File

@ -375,7 +375,7 @@
</view> </view>
<view class="cu-form-group" v-if="!forbidEdit"> <view class="cu-form-group" v-if="!forbidEdit">
<view class="title">动火前在岗部门</view> <view class="title">动火前验票部门</view>
<view class="picker-tree-box"> <view class="picker-tree-box">
<view class="picker-tree" @tap="showMonitorTree">{{pd.MONITOR_DEPARTMENT_NAME?pd.MONITOR_DEPARTMENT_NAME:''}}</view> <view class="picker-tree" @tap="showMonitorTree">{{pd.MONITOR_DEPARTMENT_NAME?pd.MONITOR_DEPARTMENT_NAME:''}}</view>
</view> </view>
@ -387,7 +387,7 @@
@cancel="monitortreeCancel"></tki-tree> @cancel="monitortreeCancel"></tki-tree>
</view> </view>
<view class="cu-form-group" v-if="!forbidEdit"> <view class="cu-form-group" v-if="!forbidEdit">
<view class="title">动火前在岗班长</view> <view class="title">动火前验票负责人</view>
<picker @change="PickerMonitor" :value="monitorindex" :range="monitorUserList" range-key="NAME" :disabled="monitorUserList.length == 0" @click="isBlankList('monitor')"> <picker @change="PickerMonitor" :value="monitorindex" :range="monitorUserList" range-key="NAME" :disabled="monitorUserList.length == 0" @click="isBlankList('monitor')">
<view class="picker"> <view class="picker">
{{pd.MONITOR_USER_NAME?pd.MONITOR_USER_NAME:'请选择'}} {{pd.MONITOR_USER_NAME?pd.MONITOR_USER_NAME:'请选择'}}
@ -511,16 +511,16 @@
</view> </view>
<view v-if="pd.MONITOR_USER_SIGNER_PATH"> <view v-if="pd.MONITOR_USER_SIGNER_PATH">
<view class="cu-form-textarea" style="border: none;"> <view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">动火前在岗班长意见</view> <view class="cu-form-title">动火前验票负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea> <textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea>
</view> </view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">--> <!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火前在岗班长</view>--> <!-- <view class="title">动火前验票负责人</view>-->
<!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}--> <!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}-->
<!-- </view>--> <!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee"> <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" > <view class="cu-form-group" >
<view class="title">动火前在岗班长</view> <view class="title">动火前验票负责人</view>
{{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}} {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}
</view> </view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" > <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -928,7 +928,7 @@
if(this.monitorUserList.length == 0) { if(this.monitorUserList.length == 0) {
uni.showToast({ uni.showToast({
icon: 'none', icon: 'none',
title: '请先选择动火前在岗部门', title: '请先选择动火前验票部门',
duration: 1500 duration: 1500
}) })
} }

View File

@ -47,7 +47,7 @@
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text> <text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)"> <view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>动火前在岗班长{{item.MONITOR_USER_NAME}}</text> <text>动火前验票负责人{{item.MONITOR_USER_NAME}}</text>
<text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text> <text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)"> <view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">

View File

@ -375,7 +375,7 @@
</view> </view>
<view class="cu-form-group" v-if="!forbidEdit"> <view class="cu-form-group" v-if="!forbidEdit">
<view class="title">动火前在岗部门</view> <view class="title">动火前验票部门</view>
<view class="picker-tree-box"> <view class="picker-tree-box">
<view class="picker-tree" @tap="showMonitorTree">{{pd.MONITOR_DEPARTMENT_NAME?pd.MONITOR_DEPARTMENT_NAME:''}}</view> <view class="picker-tree" @tap="showMonitorTree">{{pd.MONITOR_DEPARTMENT_NAME?pd.MONITOR_DEPARTMENT_NAME:''}}</view>
</view> </view>
@ -387,7 +387,7 @@
@cancel="monitortreeCancel"></tki-tree> @cancel="monitortreeCancel"></tki-tree>
</view> </view>
<view class="cu-form-group" v-if="!forbidEdit"> <view class="cu-form-group" v-if="!forbidEdit">
<view class="title">动火前在岗班长</view> <view class="title">动火前验票负责人</view>
<picker @change="PickerMonitor" :value="monitorindex" :range="monitorUserList" range-key="NAME" :disabled="monitorUserList.length == 0" @click="isBlankList('monitor')"> <picker @change="PickerMonitor" :value="monitorindex" :range="monitorUserList" range-key="NAME" :disabled="monitorUserList.length == 0" @click="isBlankList('monitor')">
<view class="picker"> <view class="picker">
{{pd.MONITOR_USER_NAME?pd.MONITOR_USER_NAME:'请选择'}} {{pd.MONITOR_USER_NAME?pd.MONITOR_USER_NAME:'请选择'}}
@ -511,16 +511,16 @@
</view> </view>
<view v-if="pd.MONITOR_USER_SIGNER_PATH"> <view v-if="pd.MONITOR_USER_SIGNER_PATH">
<view class="cu-form-textarea" style="border: none;"> <view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">动火前在岗班长意见</view> <view class="cu-form-title">动火前验票负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea> <textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea>
</view> </view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">--> <!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火前在岗班长</view>--> <!-- <view class="title">动火前验票负责人</view>-->
<!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}--> <!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}-->
<!-- </view>--> <!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee"> <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" > <view class="cu-form-group" >
<view class="title">动火前在岗班长</view> <view class="title">动火前验票负责人</view>
{{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}} {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}
</view> </view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" > <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -928,7 +928,7 @@
if(this.monitorUserList.length == 0) { if(this.monitorUserList.length == 0) {
uni.showToast({ uni.showToast({
icon: 'none', icon: 'none',
title: '请先选择动火前在岗部门', title: '请先选择动火前验票部门',
duration: 1500 duration: 1500
}) })
} }

View File

@ -332,11 +332,11 @@
</view> </view>
</view> </view>
<view class="cu-form-textarea" style="border-bottom: 1px dashed #eee;"> <view class="cu-form-textarea" style="border-bottom: 1px dashed #eee;">
<view class="cu-form-title">动火前在岗班长意见</view> <view class="cu-form-title">动火前验票负责人意见</view>
<textarea maxlength="255" v-model="pd.CONTENT" placeholder="请输入意见"></textarea> <textarea maxlength="255" v-model="pd.CONTENT" placeholder="请输入意见"></textarea>
</view> </view>
<view class="wui-sign"> <view class="wui-sign">
<view class="title">动火前在岗班长</view> <view class="title">动火前验票负责人</view>
<button class="cu-btn bg-green shadow" @tap="signModalShow = true" data-target="Modal">手写签字</button> <button class="cu-btn bg-green shadow" @tap="signModalShow = true" data-target="Modal">手写签字</button>
<!-- <button class="cu-btn bg-green shadow" @tap="showModal" data-target="Modal">手写签字</button> --> <!-- <button class="cu-btn bg-green shadow" @tap="showModal" data-target="Modal">手写签字</button> -->
</view> </view>

View File

@ -56,7 +56,7 @@
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text> <text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)"> <view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>动火前在岗班长{{item.MONITOR_USER_NAME}}</text> <text>动火前验票负责人{{item.MONITOR_USER_NAME}}</text>
<text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text> <text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)"> <view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">

View File

@ -375,7 +375,7 @@
</view> </view>
<view class="cu-form-group" v-if="!forbidEdit"> <view class="cu-form-group" v-if="!forbidEdit">
<view class="title">动火前在岗部门</view> <view class="title">动火前验票部门</view>
<view class="picker-tree-box"> <view class="picker-tree-box">
<view class="picker-tree" @tap="showMonitorTree">{{pd.MONITOR_DEPARTMENT_NAME?pd.MONITOR_DEPARTMENT_NAME:''}}</view> <view class="picker-tree" @tap="showMonitorTree">{{pd.MONITOR_DEPARTMENT_NAME?pd.MONITOR_DEPARTMENT_NAME:''}}</view>
</view> </view>
@ -387,7 +387,7 @@
@cancel="monitortreeCancel"></tki-tree> @cancel="monitortreeCancel"></tki-tree>
</view> </view>
<view class="cu-form-group" v-if="!forbidEdit"> <view class="cu-form-group" v-if="!forbidEdit">
<view class="title">动火前在岗班长</view> <view class="title">动火前验票负责人</view>
<picker @change="PickerMonitor" :value="monitorindex" :range="monitorUserList" range-key="NAME" :disabled="monitorUserList.length == 0" @click="isBlankList('monitor')"> <picker @change="PickerMonitor" :value="monitorindex" :range="monitorUserList" range-key="NAME" :disabled="monitorUserList.length == 0" @click="isBlankList('monitor')">
<view class="picker"> <view class="picker">
{{pd.MONITOR_USER_NAME?pd.MONITOR_USER_NAME:'请选择'}} {{pd.MONITOR_USER_NAME?pd.MONITOR_USER_NAME:'请选择'}}
@ -511,16 +511,16 @@
</view> </view>
<view v-if="pd.MONITOR_USER_SIGNER_PATH"> <view v-if="pd.MONITOR_USER_SIGNER_PATH">
<view class="cu-form-textarea" style="border: none;"> <view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">动火前在岗班长意见</view> <view class="cu-form-title">动火前验票负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea> <textarea maxlength="255" disabled="disabled" v-model="pd.MONITOR_CONTENT"></textarea>
</view> </view>
<!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">--> <!-- <view class="cu-form-group" style="border-bottom: 1px solid #eee;border-top: 1px dashed #eee;">-->
<!-- <view class="title">动火前在岗班长</view>--> <!-- <view class="title">动火前验票负责人</view>-->
<!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}--> <!-- {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}-->
<!-- </view>--> <!-- </view>-->
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee"> <view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group" > <view class="cu-form-group" >
<view class="title">动火前在岗班长</view> <view class="title">动火前验票负责人</view>
{{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}} {{pd.MONITOR_USER_NAME}} {{pd.MONITOR_USER_SIGNER_TIME}}
</view> </view>
<view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" > <view style="width: 400upx; height: 200upx; margin: 30upx;margin-top: 0upx;margin-bottom: 20upx;" >
@ -928,7 +928,7 @@
if(this.monitorUserList.length == 0) { if(this.monitorUserList.length == 0) {
uni.showToast({ uni.showToast({
icon: 'none', icon: 'none',
title: '请先选择动火前在岗部门', title: '请先选择动火前验票部门',
duration: 1500 duration: 1500
}) })
} }

View File

@ -47,7 +47,7 @@
<text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text> <text>接受交底人{{item.ACCEPT_CONFESS_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)"> <view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>动火前在岗班长{{item.MONITOR_USER_NAME}}</text> <text>动火前验票负责人{{item.MONITOR_USER_NAME}}</text>
<text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text> <text>验收部门负责人{{item.ACCEPT_USER_NAME}}</text>
</view> </view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)"> <view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">