15050 监护人签字列表 字段缺少数据
parent
e3715f75a9
commit
093f2ef253
|
@ -169,17 +169,17 @@
|
||||||
</view>
|
</view>
|
||||||
<view v-if="pd.LEADER_USER_MEASURES" class="ty-group">
|
<view v-if="pd.LEADER_USER_MEASURES" class="ty-group">
|
||||||
<text class="title">
|
<text class="title">
|
||||||
动火前验票:</text>
|
安全管理部门:</text>
|
||||||
<text>{{ pd.LEADER_USER_MEASURES}}</text>
|
<text>{{ pd.LEADER_USER_MEASURES}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="pd.AUDIT_USER_MEASURES" class="ty-group">
|
<view v-if="pd.AUDIT_USER_MEASURES" class="ty-group">
|
||||||
<text class="title">
|
<text class="title">
|
||||||
安全管理部门:</text>
|
动火审批人:</text>
|
||||||
<text>{{ pd.AUDIT_USER_MEASURES}}</text>
|
<text>{{ pd.AUDIT_USER_MEASURES}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="pd.APPROVE_USER_MEASURES" class="ty-group">
|
<view v-if="pd.APPROVE_USER_MEASURES" class="ty-group">
|
||||||
<text class="title">
|
<text class="title">
|
||||||
动火审批人:</text>
|
动火前验票:</text>
|
||||||
<text>{{ pd.APPROVE_USER_MEASURES}}</text>
|
<text>{{ pd.APPROVE_USER_MEASURES}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="pd.MONITOR_USER_MEASURES" class="ty-group">
|
<view v-if="pd.MONITOR_USER_MEASURES" class="ty-group">
|
||||||
|
|
|
@ -154,27 +154,49 @@
|
||||||
<view class="cu-form-title">其他安全措施:</view>
|
<view class="cu-form-title">其他安全措施:</view>
|
||||||
<textarea maxlength="255" ref="OTHER_PROTECTIVE_MEASURES" v-model="pd.OTHER_PROTECTIVE_MEASURES" placeholder="请输入其他防护措施..."></textarea>
|
<textarea maxlength="255" ref="OTHER_PROTECTIVE_MEASURES" v-model="pd.OTHER_PROTECTIVE_MEASURES" placeholder="请输入其他防护措施..."></textarea>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="pd.CONFIRM_USER_MEASURES" class="ty-group">
|
|
||||||
<text class="title">
|
|
||||||
作业单位:</text>
|
|
||||||
<text>{{ pd.CONFIRM_USER_MEASURES}}</text>
|
|
||||||
</view>
|
|
||||||
<view v-if="pd.GUARDIAN_USER_MEASURES" class="ty-group">
|
|
||||||
<text class="title">
|
|
||||||
动火点属地监管单位负责人:</text>
|
|
||||||
<text>{{ pd.GUARDIAN_USER_MEASURES}}</text>
|
|
||||||
</view>
|
|
||||||
<view v-if="pd.LEADER_USER_MEASURES" class="ty-group">
|
|
||||||
<text class="title">
|
|
||||||
车间:</text>
|
|
||||||
<text>{{ pd.LEADER_USER_MEASURES}}</text>
|
|
||||||
</view>
|
|
||||||
<view v-if="pd.AUDIT_USER_MEASURES" class="ty-group">
|
|
||||||
<text class="title">
|
|
||||||
安全管理部门:</text>
|
|
||||||
<text>{{ pd.AUDIT_USER_MEASURES}}</text>
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
|
<view>
|
||||||
|
<view v-if="pd.SAFETY_USER_MEASURES" class="ty-group">
|
||||||
|
<text class="title">
|
||||||
|
安全措施确认人:</text>
|
||||||
|
<text>{{ pd.SAFETY_USER_MEASURES}}</text>
|
||||||
|
</view>
|
||||||
|
<view v-if="pd.CONFIRM_OTHER_CONTENT" class="ty-group">
|
||||||
|
<text class="title">
|
||||||
|
作业负责人:</text>
|
||||||
|
<text>{{ pd.CONFIRM_OTHER_CONTENT}}</text>
|
||||||
|
</view>
|
||||||
|
<view v-if="pd.BELONGING_USER_MEASURES" class="ty-group">
|
||||||
|
<text class="title">
|
||||||
|
项目责任负责人:</text>
|
||||||
|
<text>{{ pd.BELONGING_USER_MEASURES}}</text>
|
||||||
|
</view>
|
||||||
|
<view v-if="pd.GUARDIAN_USER_MEASURES" class="ty-group">
|
||||||
|
<text class="title">
|
||||||
|
属地监管单位:</text>
|
||||||
|
<text>{{ pd.GUARDIAN_USER_MEASURES}}</text>
|
||||||
|
</view>
|
||||||
|
<view v-if="pd.LEADER_USER_MEASURES" class="ty-group">
|
||||||
|
<text class="title">
|
||||||
|
安全管理部门:</text>
|
||||||
|
<text>{{ pd.LEADER_USER_MEASURES}}</text>
|
||||||
|
</view>
|
||||||
|
<view v-if="pd.AUDIT_USER_MEASURES" class="ty-group">
|
||||||
|
<text class="title">
|
||||||
|
动火前验票:</text>
|
||||||
|
<text>{{ pd.AUDIT_USER_MEASURES}}</text>
|
||||||
|
</view>
|
||||||
|
<view v-if="pd.APPROVE_USER_MEASURES" class="ty-group">
|
||||||
|
<text class="title">
|
||||||
|
动火审批人:</text>
|
||||||
|
<text>{{ pd.APPROVE_USER_MEASURES}}</text>
|
||||||
|
</view>
|
||||||
|
<view v-if="pd.MONITOR_USER_MEASURES" class="ty-group">
|
||||||
|
<text class="title">
|
||||||
|
班长:</text>
|
||||||
|
<text>{{ pd.MONITOR_USER_MEASURES}}</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
<view class="cu-form-group bb-default" v-if="pd.APPLY_STATUS && pd.APPLY_STATUS!=0 && pd.APPLY_STATUS!=1">
|
<view class="cu-form-group bb-default" v-if="pd.APPLY_STATUS && pd.APPLY_STATUS!=0 && pd.APPLY_STATUS!=1">
|
||||||
<view>
|
<view>
|
||||||
<text class="title">气体分析单位负责人:</text>
|
<text class="title">气体分析单位负责人:</text>
|
||||||
|
|
|
@ -178,21 +178,48 @@
|
||||||
<view class="cu-form-title">其他安全措施:</view>
|
<view class="cu-form-title">其他安全措施:</view>
|
||||||
<textarea maxlength="255" ref="OTHER_PROTECTIVE_MEASURES" v-model="pd.OTHER_PROTECTIVE_MEASURES" placeholder="请输入其他防护措施..."></textarea>
|
<textarea maxlength="255" ref="OTHER_PROTECTIVE_MEASURES" v-model="pd.OTHER_PROTECTIVE_MEASURES" placeholder="请输入其他防护措施..."></textarea>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="pd.CONFIRM_USER_MEASURES" class="ty-group">
|
<view>
|
||||||
<text class="title">
|
<view v-if="pd.SAFETY_USER_MEASURES" class="ty-group">
|
||||||
作业单位:</text>
|
<text class="title">
|
||||||
<text>{{ pd.CONFIRM_USER_MEASURES}}</text>
|
安全措施确认人:</text>
|
||||||
</view>
|
<text>{{ pd.SAFETY_USER_MEASURES}}</text>
|
||||||
<view v-if="pd.GUARDIAN_USER_MEASURES" class="ty-group">
|
</view>
|
||||||
<text class="title">
|
<view v-if="pd.CONFIRM_OTHER_CONTENT" class="ty-group">
|
||||||
动火点属地监管单位负责人:</text>
|
<text class="title">
|
||||||
<text>{{ pd.GUARDIAN_USER_MEASURES}}</text>
|
作业负责人:</text>
|
||||||
</view>
|
<text>{{ pd.CONFIRM_OTHER_CONTENT}}</text>
|
||||||
<view v-if="pd.LEADER_USER_MEASURES" class="ty-group">
|
</view>
|
||||||
<text class="title">
|
<view v-if="pd.BELONGING_USER_MEASURES" class="ty-group">
|
||||||
所在车间意见:</text>
|
<text class="title">
|
||||||
<text>{{ pd.LEADER_USER_MEASURES}}</text>
|
项目责任负责人:</text>
|
||||||
</view>
|
<text>{{ pd.BELONGING_USER_MEASURES}}</text>
|
||||||
|
</view>
|
||||||
|
<view v-if="pd.GUARDIAN_USER_MEASURES" class="ty-group">
|
||||||
|
<text class="title">
|
||||||
|
属地监管单位:</text>
|
||||||
|
<text>{{ pd.GUARDIAN_USER_MEASURES}}</text>
|
||||||
|
</view>
|
||||||
|
<view v-if="pd.LEADER_USER_MEASURES" class="ty-group">
|
||||||
|
<text class="title">
|
||||||
|
动火前验票:</text>
|
||||||
|
<text>{{ pd.LEADER_USER_MEASURES}}</text>
|
||||||
|
</view>
|
||||||
|
<view v-if="pd.AUDIT_USER_MEASURES" class="ty-group">
|
||||||
|
<text class="title">
|
||||||
|
安全管理部门:</text>
|
||||||
|
<text>{{ pd.AUDIT_USER_MEASURES}}</text>
|
||||||
|
</view>
|
||||||
|
<view v-if="pd.APPROVE_USER_MEASURES" class="ty-group">
|
||||||
|
<text class="title">
|
||||||
|
动火审批人:</text>
|
||||||
|
<text>{{ pd.APPROVE_USER_MEASURES}}</text>
|
||||||
|
</view>
|
||||||
|
<view v-if="pd.MONITOR_USER_MEASURES" class="ty-group">
|
||||||
|
<text class="title">
|
||||||
|
班长:</text>
|
||||||
|
<text>{{ pd.MONITOR_USER_MEASURES}}</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-form-group bb-default" v-if="pd.APPLY_STATUS && pd.APPLY_STATUS!=0 && pd.APPLY_STATUS!=1">
|
<view class="cu-form-group bb-default" v-if="pd.APPLY_STATUS && pd.APPLY_STATUS!=0 && pd.APPLY_STATUS!=1">
|
||||||
<view>
|
<view>
|
||||||
|
|
|
@ -177,17 +177,17 @@
|
||||||
</view>
|
</view>
|
||||||
<view v-if="pd.LEADER_USER_MEASURES" class="ty-group">
|
<view v-if="pd.LEADER_USER_MEASURES" class="ty-group">
|
||||||
<text class="title">
|
<text class="title">
|
||||||
动火前验票:</text>
|
安全管理部门:</text>
|
||||||
<text>{{ pd.LEADER_USER_MEASURES}}</text>
|
<text>{{ pd.LEADER_USER_MEASURES}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="pd.AUDIT_USER_MEASURES" class="ty-group">
|
<view v-if="pd.AUDIT_USER_MEASURES" class="ty-group">
|
||||||
<text class="title">
|
<text class="title">
|
||||||
安全管理部门:</text>
|
动火审批人:</text>
|
||||||
<text>{{ pd.AUDIT_USER_MEASURES}}</text>
|
<text>{{ pd.AUDIT_USER_MEASURES}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="pd.APPROVE_USER_MEASURES" class="ty-group">
|
<view v-if="pd.APPROVE_USER_MEASURES" class="ty-group">
|
||||||
<text class="title">
|
<text class="title">
|
||||||
动火审批人:</text>
|
动火前验票:</text>
|
||||||
<text>{{ pd.APPROVE_USER_MEASURES}}</text>
|
<text>{{ pd.APPROVE_USER_MEASURES}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="pd.MONITOR_USER_MEASURES" class="ty-group">
|
<view v-if="pd.MONITOR_USER_MEASURES" class="ty-group">
|
||||||
|
|
Loading…
Reference in New Issue