15050 监护人签字列表 字段缺少数据
parent
f58d3c0400
commit
e3715f75a9
|
@ -154,7 +154,7 @@
|
|||
</view>
|
||||
<view v-if="pd.CONFIRM_CONTENT" class="ty-group">
|
||||
<text class="title">
|
||||
作业单位:</text>
|
||||
作业负责人:</text>
|
||||
<text>{{ pd.CONFIRM_OTHER_CONTENT}}</text>
|
||||
</view>
|
||||
<view v-if="pd.BELONGING_USER_MEASURES" class="ty-group">
|
||||
|
@ -164,12 +164,12 @@
|
|||
</view>
|
||||
<view v-if="pd.GUARDIAN_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火点属地监管单位负责人:</text>
|
||||
属地监管单位:</text>
|
||||
<text>{{ pd.GUARDIAN_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.LEADER_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
车间:</text>
|
||||
动火前验票:</text>
|
||||
<text>{{ pd.LEADER_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.AUDIT_USER_MEASURES" class="ty-group">
|
||||
|
@ -179,7 +179,7 @@
|
|||
</view>
|
||||
<view v-if="pd.APPROVE_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
审批人:</text>
|
||||
动火审批人:</text>
|
||||
<text>{{ pd.APPROVE_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.MONITOR_USER_MEASURES" class="ty-group">
|
||||
|
|
|
@ -147,6 +147,48 @@
|
|||
<view class="title">其他安全措施:</view>
|
||||
<input name="input" ref="OTHER_PROTECTIVE_MEASURES" v-model="pd.APPROVAL_CONTENT" placeholder="请输入"></input>
|
||||
</view>
|
||||
<view>
|
||||
<view v-if="pd.SAFETY_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
安全措施确认人:</text>
|
||||
<text>{{ pd.SAFETY_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.CONFIRM_OTHER_CONTENT" class="ty-group">
|
||||
<text class="title">
|
||||
作业负责人:</text>
|
||||
<text>{{ pd.CONFIRM_OTHER_CONTENT}}</text>
|
||||
</view>
|
||||
<view v-if="pd.BELONGING_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
项目责任负责人:</text>
|
||||
<text>{{ pd.BELONGING_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.GUARDIAN_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
属地监管单位:</text>
|
||||
<text>{{ pd.GUARDIAN_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.LEADER_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火前验票:</text>
|
||||
<text>{{ pd.LEADER_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.AUDIT_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
安全管理部门:</text>
|
||||
<text>{{ pd.AUDIT_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.APPROVE_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火审批人:</text>
|
||||
<text>{{ pd.APPROVE_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.MONITOR_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
班长:</text>
|
||||
<text>{{ pd.MONITOR_USER_MEASURES}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="cu-form-group bb-default" v-if="pd.APPLY_STATUS && pd.APPLY_STATUS!=0 && pd.APPLY_STATUS!=-99">
|
||||
<view>
|
||||
<text class="title">气体分析单位负责人:</text>
|
||||
|
|
|
@ -149,6 +149,48 @@
|
|||
<view class="cu-form-title">其他安全措施:</view>
|
||||
<textarea maxlength="255" ref="OTHER_PROTECTIVE_MEASURES" v-model="pd.OTHER_PROTECTIVE_MEASURES" placeholder="请输入其他防护措施..."></textarea>
|
||||
</view>
|
||||
<view>
|
||||
<view v-if="pd.SAFETY_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
安全措施确认人:</text>
|
||||
<text>{{ pd.SAFETY_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.CONFIRM_OTHER_CONTENT" class="ty-group">
|
||||
<text class="title">
|
||||
作业负责人:</text>
|
||||
<text>{{ pd.CONFIRM_OTHER_CONTENT}}</text>
|
||||
</view>
|
||||
<view v-if="pd.BELONGING_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
项目责任负责人:</text>
|
||||
<text>{{ pd.BELONGING_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.GUARDIAN_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
属地监管单位:</text>
|
||||
<text>{{ pd.GUARDIAN_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.LEADER_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火前验票:</text>
|
||||
<text>{{ pd.LEADER_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.AUDIT_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
安全管理部门:</text>
|
||||
<text>{{ pd.AUDIT_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.APPROVE_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火审批人:</text>
|
||||
<text>{{ pd.APPROVE_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.MONITOR_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
班长:</text>
|
||||
<text>{{ pd.MONITOR_USER_MEASURES}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="pd.CONFIRM_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
作业单位:</text>
|
||||
|
|
|
@ -154,31 +154,48 @@
|
|||
<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_OTHER_CONTENT" class="ty-group">
|
||||
<text class="title">
|
||||
作业单位:</text>
|
||||
<text>{{ pd.CONFIRM_OTHER_CONTENT}}</text>
|
||||
</view>
|
||||
<view v-if="pd.GUARDIAN_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火点属地监管单位负责人:</text>
|
||||
<text>{{ pd.GUARDIAN_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.LEADER_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
车间:</text>
|
||||
<text>{{ pd.LEADER_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.AUDIT_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
安全管理部门:</text>
|
||||
<text>{{ pd.AUDIT_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.APPROVE_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
审批部门:</text>
|
||||
<text>{{ pd.APPROVE_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view>
|
||||
<view 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>
|
||||
<view class="cu-form-group bb-default" v-if="pd.APPLY_STATUS && pd.APPLY_STATUS!=0 && pd.APPLY_STATUS!=1">
|
||||
<view>
|
||||
|
|
|
@ -152,6 +152,48 @@
|
|||
<textarea maxlength="255" ref="OTHER_PROTECTIVE_MEASURES" v-model="pd.APPROVAL_CONTENT"
|
||||
placeholder="请输入其他防护措施..."></textarea>
|
||||
</view>
|
||||
<view>
|
||||
<view v-if="pd.SAFETY_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
安全措施确认人:</text>
|
||||
<text>{{ pd.SAFETY_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.CONFIRM_OTHER_CONTENT" class="ty-group">
|
||||
<text class="title">
|
||||
作业负责人:</text>
|
||||
<text>{{ pd.CONFIRM_OTHER_CONTENT}}</text>
|
||||
</view>
|
||||
<view v-if="pd.BELONGING_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
项目责任负责人:</text>
|
||||
<text>{{ pd.BELONGING_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.GUARDIAN_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
属地监管单位:</text>
|
||||
<text>{{ pd.GUARDIAN_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.LEADER_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火前验票:</text>
|
||||
<text>{{ pd.LEADER_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.AUDIT_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
安全管理部门:</text>
|
||||
<text>{{ pd.AUDIT_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.APPROVE_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
动火审批人:</text>
|
||||
<text>{{ pd.APPROVE_USER_MEASURES}}</text>
|
||||
</view>
|
||||
<view v-if="pd.MONITOR_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
班长:</text>
|
||||
<text>{{ pd.MONITOR_USER_MEASURES}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="pd.CONFIRM_USER_MEASURES" class="ty-group">
|
||||
<text class="title">
|
||||
作业单位:
|
||||
|
|
Loading…
Reference in New Issue