所有的“所在单位”和“所在单位负责人”修改为“属地监管单位”和“属地监管单位负责人”功能涉及所有页面
parent
f6b70d4a89
commit
e0e70e3585
|
@ -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;" >
|
||||
|
@ -928,7 +928,7 @@
|
|||
if(this.monitorUserList.length == 0) {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: '请先选择动火前在岗部门',
|
||||
title: '请先选择动火前验票部门',
|
||||
duration: 1500
|
||||
})
|
||||
}
|
||||
|
|
|
@ -330,16 +330,16 @@
|
|||
</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>-->
|
||||
<!-- <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;" >
|
||||
|
|
|
@ -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)">
|
||||
|
|
|
@ -287,16 +287,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;" >
|
||||
|
|
|
@ -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)">
|
||||
|
|
|
@ -437,7 +437,7 @@
|
|||
</view>
|
||||
<view class="wui-form-list" 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" @tap="showMonitorTree">
|
||||
{{ pd.MONITOR_DEPARTMENT_NAME ? pd.MONITOR_DEPARTMENT_NAME : '请选择' }}
|
||||
|
@ -451,7 +451,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">
|
||||
|
@ -636,12 +636,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 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;">
|
||||
|
@ -1266,7 +1266,7 @@ export default {
|
|||
if (this.monitorUserList.length == 0) {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: '请先选择动火前在岗部门',
|
||||
title: '请先选择动火前验票部门',
|
||||
duration: 1500
|
||||
})
|
||||
}
|
||||
|
|
|
@ -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)">
|
||||
|
|
|
@ -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;" >
|
||||
|
@ -928,7 +928,7 @@
|
|||
if(this.monitorUserList.length == 0) {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: '请先选择动火前在岗部门',
|
||||
title: '请先选择动火前验票部门',
|
||||
duration: 1500
|
||||
})
|
||||
}
|
||||
|
|
|
@ -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)">
|
||||
|
|
|
@ -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;" >
|
||||
|
@ -928,7 +928,7 @@
|
|||
if(this.monitorUserList.length == 0) {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: '请先选择动火前在岗部门',
|
||||
title: '请先选择动火前验票部门',
|
||||
duration: 1500
|
||||
})
|
||||
}
|
||||
|
|
|
@ -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)">
|
||||
|
|
|
@ -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;" >
|
||||
|
|
|
@ -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)">
|
||||
|
|
|
@ -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;" >
|
||||
|
@ -928,7 +928,7 @@
|
|||
if(this.monitorUserList.length == 0) {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: '请先选择动火前在岗部门',
|
||||
title: '请先选择动火前验票部门',
|
||||
duration: 1500
|
||||
})
|
||||
}
|
||||
|
|
|
@ -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)">
|
||||
|
|
|
@ -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" @click="$noMultipleClicks(goToDetail,item.HOTWORK_ID)">
|
||||
|
|
|
@ -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;" >
|
||||
|
|
|
@ -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)">
|
||||
|
|
|
@ -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;" >
|
||||
|
@ -928,7 +928,7 @@
|
|||
if(this.monitorUserList.length == 0) {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: '请先选择动火前在岗部门',
|
||||
title: '请先选择动火前验票部门',
|
||||
duration: 1500
|
||||
})
|
||||
}
|
||||
|
|
|
@ -47,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)">
|
||||
|
|
|
@ -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;" >
|
||||
|
@ -928,7 +928,7 @@
|
|||
if(this.monitorUserList.length == 0) {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: '请先选择动火前在岗部门',
|
||||
title: '请先选择动火前验票部门',
|
||||
duration: 1500
|
||||
})
|
||||
}
|
||||
|
|
|
@ -332,11 +332,11 @@
|
|||
</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>
|
||||
|
|
|
@ -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)">
|
||||
|
|
|
@ -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;" >
|
||||
|
@ -928,7 +928,7 @@
|
|||
if(this.monitorUserList.length == 0) {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: '请先选择动火前在岗部门',
|
||||
title: '请先选择动火前验票部门',
|
||||
duration: 1500
|
||||
})
|
||||
}
|
||||
|
|
|
@ -47,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)">
|
||||
|
|
Loading…
Reference in New Issue