动火安全措施回显
parent
d539e7d54c
commit
e5d97b6027
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<output url="file://$MODULE_DIR$/bin" />
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
|
@ -1,373 +1,365 @@
|
|||
<template>
|
||||
<view >
|
||||
<cu-custom bgColor="bg-gradual-blueness" :isBack="!otherIdentification && !otherAssignments" >
|
||||
<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 bb-default" >
|
||||
<view class="title">申请单位:</view>
|
||||
{{pd.APPLY_DEPARTMENT_NAME}}
|
||||
</view>
|
||||
<view class="wui-form-list">
|
||||
<view class="cu-form-group bb-default" >
|
||||
<view class="title">申请单位:</view>
|
||||
{{pd.APPLY_DEPARTMENT_NAME}}
|
||||
</view>
|
||||
|
||||
<view class="cu-form-group bb-default" >
|
||||
<view class="title">申请人:</view>
|
||||
{{pd.APPLY_USER_NAME}}
|
||||
</view>
|
||||
<view class="cu-form-group bb-default" >
|
||||
<view class="title">申请人:</view>
|
||||
{{pd.APPLY_USER_NAME}}
|
||||
</view>
|
||||
|
||||
<view class="cu-form-group bb-default" v-if="pd.CHECK_NO != '' && pd.CHECK_NO != null">
|
||||
<view class="title">编号:</view>
|
||||
{{pd.CHECK_NO}}
|
||||
</view>
|
||||
<view class="cu-form-group bb-default" v-if="pd.CHECK_NO != '' && pd.CHECK_NO != null">
|
||||
<view class="title">编号:</view>
|
||||
{{pd.CHECK_NO}}
|
||||
</view>
|
||||
|
||||
<view class="cu-form-textarea bb-default">
|
||||
<view class="cu-form-title">作业内容:</view>
|
||||
<textarea maxlength="255" :disabled="true" v-model="pd.WORK_CONTENT" placeholder="请输入作业内容" ></textarea>
|
||||
</view>
|
||||
<view class="cu-form-textarea bb-default">
|
||||
<view class="cu-form-title">作业内容:</view>
|
||||
<textarea maxlength="255" :disabled="true" v-model="pd.WORK_CONTENT" placeholder="请输入作业内容" ></textarea>
|
||||
</view>
|
||||
|
||||
<view class="cu-form-group bb-default">
|
||||
<view class="title">动火地点及动火部位:</view>
|
||||
<input name="input" :disabled="true" v-model="pd.WORK_PLACE" placeholder="请输入"></input>
|
||||
</view>
|
||||
<view class="cu-form-group bb-default">
|
||||
<view class="title">动火地点及动火部位:</view>
|
||||
<input name="input" :disabled="true" v-model="pd.WORK_PLACE" placeholder="请输入"></input>
|
||||
</view>
|
||||
|
||||
<view class="cu-form-group bb-default">
|
||||
<view class="title">动火作业级别:</view>
|
||||
<view>{{pd.WORK_LEVEL}}</view>
|
||||
</view>
|
||||
<view class="cu-form-group bb-default">
|
||||
<view class="title">动火作业级别:</view>
|
||||
<view>{{pd.WORK_LEVEL}}</view>
|
||||
</view>
|
||||
|
||||
<view class="cu-form-group bb-default">
|
||||
<view class="title">动火方式:</view>
|
||||
<input name="input" :disabled="true" v-model="pd.WORK_FUNCTION" placeholder="请输入"></input>
|
||||
</view>
|
||||
<view class="cu-form-group bb-default">
|
||||
<view class="title">动火方式:</view>
|
||||
<input name="input" :disabled="true" v-model="pd.WORK_FUNCTION" placeholder="请输入"></input>
|
||||
</view>
|
||||
|
||||
<view v-if="pd.WORK_START_DATE" class="cu-form-group" style="height: 140upx;">
|
||||
<view class="title" style="width: 175upx; height: 90upx; margin: 0;line-height: 1.6;">
|
||||
<view>动火作业</view>
|
||||
<view>实施时间:</view>
|
||||
</view>
|
||||
<view >
|
||||
<text>{{pd.WORK_START_DATE}}</text>
|
||||
<text>至</text>
|
||||
<text>{{pd.WORK_END_DATE?pd.WORK_END_DATE : '--'}}</text>
|
||||
</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" :disabled="true" placeholder="请输入动火人及证书编号"></textarea>
|
||||
</view>
|
||||
|
||||
<view class="cu-form-textarea" >
|
||||
<view class="cu-form-title">
|
||||
关联的其他特殊作业及安全作业票编号
|
||||
</view>
|
||||
<textarea maxlength="255" :disabled="true" v-model="pd.SPECIAL_WORK" placeholder="请输入关联的其他特殊作业及安全作业票编号"></textarea>
|
||||
</view>
|
||||
|
||||
<view class="cu-form-textarea" >
|
||||
<view class="cu-form-title">
|
||||
风险辨识结果
|
||||
</view>
|
||||
<textarea maxlength="255" :disabled="true" v-model="pd.RISK_IDENTIFICATION" placeholder="请输入风险辨识结果"></textarea>
|
||||
</view>
|
||||
<view class="cu-form-group bb-default" v-if="pd.ANALYZE_TIME">
|
||||
<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 v-if="pd.WORK_START_DATE" class="cu-form-group" style="height: 140upx;">
|
||||
<view class="title" style="width: 175upx; height: 90upx; margin: 0;line-height: 1.6;">
|
||||
<view>动火作业</view>
|
||||
<view>实施时间:</view>
|
||||
</view>
|
||||
|
||||
<view class="wui-form-list" style="padding-top: 20upx;" v-if="measuresList.length > 0">
|
||||
<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 v-if="item.SIGN_PATH" class="cu-item">
|
||||
<view class="imgs" style="display: flex;justify-content: space-between;align-items: flex-end;padding: 20upx 50upx;">
|
||||
<image :src="baseImgPath + item.SIGN_PATH" :data-index="index" @click="ViewShowImage(baseImgPath + item.SIGN_PATH)"
|
||||
mode="" style="width: 50upx;height: 50upx;"></image>
|
||||
<text> {{item.SIGN_TIME}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="cu-form-group" v-if="item.QUESTION1 && item.STATUS=='1'">
|
||||
<view class="title">{{item.QUESTION1}}</view>
|
||||
<input name="input" :disabled="true" 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="true" 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="true" 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="true" v-model="item.ANSWER4" placeholder="请输入"></input>
|
||||
</view>
|
||||
</uni-td>
|
||||
<uni-td align="center">
|
||||
<view class="group" v-if="item.STATUS=='-1'">
|
||||
<text class="wui-pl10">不涉及</text>
|
||||
</view>
|
||||
<view class="group" v-if="item.STATUS=='1'">
|
||||
<text class="wui-pl10">涉 及</text>
|
||||
</view>
|
||||
<view v-if="item.IMG_PATH">
|
||||
<view class="imgs" v-for="img in item.IMG_PATH.split(',')" style="display: flex;justify-content: space-between;align-items: flex-end;padding: 20upx 50upx;">
|
||||
<image :src="baseImgPath + img" :data-index="index" @click="ViewShowImage(baseImgPath + img)"
|
||||
mode="" style="width: 50upx;height: 50upx;"></image>
|
||||
</view>
|
||||
</view>
|
||||
</uni-td>
|
||||
</uni-tr>
|
||||
</uni-table>
|
||||
</view>
|
||||
<view >
|
||||
<text>{{pd.WORK_START_DATE}}</text>
|
||||
<text>至</text>
|
||||
<text>{{pd.WORK_END_DATE?pd.WORK_END_DATE : '--'}}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="wui-form-list" style="padding-top: 20upx;" v-if="signs.MEASURES_CONFIRM">
|
||||
<view class="wui-title" style="margin-left: 20upx;">
|
||||
<text class="text-semi">其他安全防护措施</text>
|
||||
</view>
|
||||
<view class="wui-table" style="padding: 0 20upx;">
|
||||
<uni-table 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 signs.MEASURES_CONFIRM" :key="item.BUS_HOTWORK_MEASURES_ID">
|
||||
<uni-td>
|
||||
<view style="margin-bottom: 20upx;">
|
||||
{{item.DESCR}}
|
||||
</view>
|
||||
</uni-td>
|
||||
<uni-td align="center">
|
||||
<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" :disabled="true" placeholder="请输入动火人及证书编号"></textarea>
|
||||
</view>
|
||||
|
||||
<view class="cu-form-textarea" >
|
||||
<view class="cu-form-title">
|
||||
关联的其他特殊作业及安全作业票编号
|
||||
</view>
|
||||
<textarea maxlength="255" :disabled="true" v-model="pd.SPECIAL_WORK" placeholder="请输入关联的其他特殊作业及安全作业票编号"></textarea>
|
||||
</view>
|
||||
|
||||
<view class="cu-form-textarea" >
|
||||
<view class="cu-form-title">
|
||||
风险辨识结果
|
||||
</view>
|
||||
<textarea maxlength="255" :disabled="true" v-model="pd.RISK_IDENTIFICATION" placeholder="请输入风险辨识结果"></textarea>
|
||||
</view>
|
||||
<view class="cu-form-group bb-default" v-if="pd.ANALYZE_TIME">
|
||||
<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" style="padding-top: 20upx;" v-if="measuresList.length > 0">
|
||||
<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 v-if="item.SIGN_PATH" class="cu-item">
|
||||
<view class="imgs" style="display: flex;justify-content: space-between;align-items: flex-end;padding: 20upx 50upx;">
|
||||
<image :src="baseImgPath + item.SIGN_PATH[0]" :data-index="index" @click="ViewShowImage(baseImgPath + item.SIGN_PATH[0])"
|
||||
<image :src="baseImgPath + item.SIGN_PATH" :data-index="index" @click="ViewShowImage(baseImgPath + item.SIGN_PATH)"
|
||||
mode="" style="width: 50upx;height: 50upx;"></image>
|
||||
<text> {{item.SIGN_TIME}}</text>
|
||||
</view>
|
||||
</uni-td>
|
||||
</uni-tr>
|
||||
</uni-table>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="cu-form-group" v-if="item.QUESTION1 && item.STATUS=='1'">
|
||||
<view class="title">{{item.QUESTION1}}</view>
|
||||
<input name="input" :disabled="true" 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="true" 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="true" 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="true" v-model="item.ANSWER4" placeholder="请输入"></input>
|
||||
</view>
|
||||
</uni-td>
|
||||
<uni-td align="center">
|
||||
<view class="group" v-if="item.STATUS=='-1'">
|
||||
<text class="wui-pl10">不涉及</text>
|
||||
</view>
|
||||
<view class="group" v-if="item.STATUS=='1'">
|
||||
<text class="wui-pl10">涉 及</text>
|
||||
</view>
|
||||
<view v-if="item.IMG_PATH">
|
||||
<view class="imgs" v-for="img in item.IMG_PATH.split(',')" style="display: flex;justify-content: space-between;align-items: flex-end;padding: 20upx 50upx;">
|
||||
<image :src="baseImgPath + img" :data-index="index" @click="ViewShowImage(baseImgPath + img)"
|
||||
mode="" style="width: 50upx;height: 50upx;"></image>
|
||||
</view>
|
||||
</view>
|
||||
</uni-td>
|
||||
</uni-tr>
|
||||
</uni-table>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="wui-form-list">
|
||||
<view v-if="signs.GUARDIAN">
|
||||
<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}}
|
||||
<view class="wui-form-list" style="padding-top: 20upx;" v-if="signs.MEASURES_CONFIRM">
|
||||
<view class="wui-title" style="margin-left: 20upx;">
|
||||
<text class="text-semi">其他安全防护措施</text>
|
||||
</view>
|
||||
<view class="wui-table" style="padding: 0 20upx;">
|
||||
<uni-table 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 signs.MEASURES_CONFIRM" :key="item.BUS_HOTWORK_MEASURES_ID">
|
||||
<uni-td>
|
||||
<view style="margin-bottom: 20upx;">
|
||||
{{item.DESCR}}
|
||||
</view>
|
||||
<view class="cu-item" v-for="(item,index) in signs.GUARDIAN[0].SIGN_TIME" :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 + signs.GUARDIAN[0].SIGN_PATH[index]" :data-index="index" @click="ViewShowImage(baseImgPath + signs.GUARDIAN[0].SIGN_PATH[index])"
|
||||
mode="" style="width: 200upx;height: 200upx;"></image>
|
||||
<text> {{signs.GUARDIAN[0].SIGN_TIME[index]}}</text>
|
||||
</view>
|
||||
</uni-td>
|
||||
<uni-td align="center">
|
||||
<view class="imgs" style="display: flex;justify-content: space-between;align-items: flex-end;padding: 20upx 50upx;">
|
||||
<image :src="baseImgPath + item.SIGN_PATH[0]" :data-index="index" @click="ViewShowImage(baseImgPath + item.SIGN_PATH[0])"
|
||||
mode="" style="width: 50upx;height: 50upx;"></image>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="signs.CONFESS">
|
||||
<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}}
|
||||
</view>
|
||||
<view class="cu-item" v-for="(item,index) in signs.CONFESS[0].SIGN_TIME" :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 + signs.CONFESS[0].SIGN_PATH[index]" :data-index="index" @click="ViewShowImage(baseImgPath + signs.CONFESS[0].SIGN_PATH[index])"
|
||||
mode="" style="width: 200upx;height: 200upx;"></image>
|
||||
<text> {{signs.CONFESS[0].SIGN_TIME[index]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="signs.ACCEPT_CONFESS">
|
||||
<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}}
|
||||
</view>
|
||||
<view class="cu-item" v-for="(item,index) in signs.ACCEPT_CONFESS[0].SIGN_TIME" :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 + signs.ACCEPT_CONFESS[0].SIGN_PATH[index]" :data-index="index" @click="ViewShowImage(baseImgPath + signs.ACCEPT_CONFESS[0].SIGN_PATH[index])"
|
||||
mode="" style="width: 200upx;height: 200upx;"></image>
|
||||
<text> {{signs.ACCEPT_CONFESS[0].SIGN_TIME[index]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</uni-td>
|
||||
</uni-tr>
|
||||
</uni-table>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="wui-form-list">
|
||||
<view v-if="signs.CONFIRM">
|
||||
<view class="cu-form-textarea" style="border: none;">
|
||||
<view class="cu-form-title">作业负责人意见</view>
|
||||
<textarea maxlength="255" disabled="disabled" v-model="signs.CONFIRM[0].DESCR"></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}}
|
||||
</view>
|
||||
<view class="cu-item" v-for="(item,index) in signs.CONFIRM[0].SIGN_TIME" :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 + signs.CONFIRM[0].SIGN_PATH[index]" :data-index="index" @click="ViewShowImage(baseImgPath + signs.CONFIRM[0].SIGN_PATH[index])"
|
||||
mode="" style="width: 200upx;height: 200upx;"></image>
|
||||
<text> {{signs.CONFIRM[0].SIGN_TIME[index]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="wui-form-list">
|
||||
<view v-if="signs.GUARDIAN">
|
||||
<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}}
|
||||
</view>
|
||||
<view v-if="signs.LEADER">
|
||||
<view class="cu-form-textarea" style="border: none;">
|
||||
<view class="cu-form-title">所在单位意见</view>
|
||||
<textarea maxlength="255" disabled="disabled" v-model="signs.LEADER[0].DESCR"></textarea>
|
||||
</view>
|
||||
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
|
||||
<view class="cu-form-group" >
|
||||
<view class="title">所在单位负责人</view>
|
||||
{{pd.LEADER_USER_NAME}}
|
||||
</view>
|
||||
<view class="cu-item" v-for="(item,index) in signs.LEADER[0].SIGN_TIME" :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 + signs.LEADER[0].SIGN_PATH[index]" :data-index="index" @click="ViewShowImage(baseImgPath + signs.LEADER[0].SIGN_PATH[index])"
|
||||
mode="" style="width: 200upx;height: 200upx;"></image>
|
||||
<text> {{signs.LEADER[0].SIGN_TIME[index]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="signs.AUDIT">
|
||||
<view class="cu-form-textarea" style="border: none;">
|
||||
<view class="cu-form-title">安全管理部门意见</view>
|
||||
<textarea maxlength="255" disabled="disabled" v-model="signs.AUDIT[0].DESCR"></textarea>
|
||||
</view>
|
||||
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
|
||||
<view class="cu-form-group" >
|
||||
<view class="title">安全管理部门负责人</view>
|
||||
{{pd.AUDIT_USER_NAME}}
|
||||
</view>
|
||||
<view class="cu-item" v-for="(item,index) in signs.AUDIT[0].SIGN_TIME" :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 + signs.AUDIT[0].SIGN_PATH[index]" :data-index="index" @click="ViewShowImage(baseImgPath + signs.AUDIT[0].SIGN_PATH[index])"
|
||||
mode="" style="width: 200upx;height: 200upx;"></image>
|
||||
<text> {{signs.AUDIT[0].SIGN_TIME[index]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view v-if="signs.APPROVE">
|
||||
<view class="cu-form-textarea" style="border: none;">
|
||||
<view class="cu-form-title">动火审批人意见</view>
|
||||
<textarea maxlength="255" disabled="disabled" v-model="signs.APPROVE[0].DESCR"></textarea>
|
||||
</view>
|
||||
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
|
||||
<view class="cu-form-group" >
|
||||
<view class="title">动火审批人</view>
|
||||
{{pd.APPROVE_USER_NAME}}
|
||||
</view>
|
||||
<view class="cu-item" v-for="(item,index) in signs.APPROVE[0].SIGN_TIME" :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 + signs.APPROVE[0].SIGN_PATH[index]" :data-index="index" @click="ViewShowImage(baseImgPath + signs.APPROVE[0].SIGN_PATH[index])"
|
||||
mode="" style="width: 200upx;height: 200upx;"></image>
|
||||
<text> {{signs.APPROVE[0].SIGN_TIME[index]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view v-if="signs.MONITOR">
|
||||
<view class="cu-form-textarea" style="border: none;">
|
||||
<view class="cu-form-title">动火前在岗班长意见</view>
|
||||
<textarea maxlength="255" disabled="disabled" v-model="signs.MONITOR[0].DESCR"></textarea>
|
||||
</view>
|
||||
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
|
||||
<view class="cu-form-group" >
|
||||
<view class="title">动火前在岗班长</view>
|
||||
{{pd.MONITOR_USER_NAME}}
|
||||
</view>
|
||||
<view class="cu-item" v-for="(item,index) in signs.MONITOR[0].SIGN_TIME" :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 + signs.MONITOR[0].SIGN_PATH[index]" :data-index="index" @click="ViewShowImage(baseImgPath + signs.MONITOR[0].SIGN_PATH[index])"
|
||||
mode="" style="width: 200upx;height: 200upx;"></image>
|
||||
<text> {{signs.MONITOR[0].SIGN_TIME[index]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="signs.WORK_START">
|
||||
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
|
||||
<view class="cu-form-group" >
|
||||
<view class="title">作业开始负责人</view>
|
||||
{{pd.WORK_START_USER_NAME}}
|
||||
</view>
|
||||
<view class="cu-item" v-for="(item,index) in signs.WORK_START[0].SIGN_TIME" :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 + signs.WORK_START[0].SIGN_PATH[index]" :data-index="index" @click="ViewShowImage(baseImgPath + signs.WORK_START[0].SIGN_PATH[index])"
|
||||
mode="" style="width: 200upx;height: 200upx;"></image>
|
||||
<text> {{signs.WORK_START[0].SIGN_TIME[index]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view v-if="signs.WORK_END">
|
||||
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
|
||||
<view class="cu-form-group" >
|
||||
<view class="title">作业结束负责人</view>
|
||||
{{pd.WORK_END_USER_NAME}}
|
||||
</view>
|
||||
<view class="cu-item" v-for="(item,index) in signs.WORK_END[0].SIGN_TIME" :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 + signs.WORK_END[0].SIGN_PATH[index]" :data-index="index" @click="ViewShowImage(baseImgPath + signs.WORK_END[0].SIGN_PATH[index])"
|
||||
mode="" style="width: 200upx;height: 200upx;"></image>
|
||||
<text> {{signs.WORK_END[0].SIGN_TIME[index]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="signs.ACCEPT">
|
||||
<view class="cu-form-textarea" style="border: none;">
|
||||
<view class="cu-form-title">完工验收</view>
|
||||
<textarea maxlength="255" disabled="disabled" v-model="signs.ACCEPT[0].DESCR"></textarea>
|
||||
</view>
|
||||
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
|
||||
<view class="cu-form-group" >
|
||||
<view class="title">验收部门负责人</view>
|
||||
{{pd.ACCEPT_USER_NAME}}
|
||||
</view>
|
||||
<view class="cu-item" v-for="(item,index) in signs.ACCEPT[0].SIGN_TIME" :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 + signs.ACCEPT[0].SIGN_PATH[index]" :data-index="index" @click="ViewShowImage(baseImgPath + signs.ACCEPT[0].SIGN_PATH[index])"
|
||||
mode="" style="width: 200upx;height: 200upx;"></image>
|
||||
<text> {{signs.ACCEPT[0].SIGN_TIME[index]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="cu-item" v-for="(item,index) in signs.GUARDIAN[0].SIGN_TIME" :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 + signs.GUARDIAN[0].SIGN_PATH[index]" :data-index="index" @click="ViewShowImage(baseImgPath + signs.GUARDIAN[0].SIGN_PATH[index])"
|
||||
mode="" style="width: 200upx;height: 200upx;"></image>
|
||||
<text> {{signs.GUARDIAN[0].SIGN_TIME[index]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</scroll-view>
|
||||
<view v-if="signs.CONFESS">
|
||||
<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}}
|
||||
</view>
|
||||
<view class="cu-item" v-for="(item,index) in signs.CONFESS[0].SIGN_TIME" :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 + signs.CONFESS[0].SIGN_PATH[index]" :data-index="index" @click="ViewShowImage(baseImgPath + signs.CONFESS[0].SIGN_PATH[index])"
|
||||
mode="" style="width: 200upx;height: 200upx;"></image>
|
||||
<text> {{signs.CONFESS[0].SIGN_TIME[index]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="signs.ACCEPT_CONFESS">
|
||||
<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}}
|
||||
</view>
|
||||
<view class="cu-item" v-for="(item,index) in signs.ACCEPT_CONFESS[0].SIGN_TIME" :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 + signs.ACCEPT_CONFESS[0].SIGN_PATH[index]" :data-index="index" @click="ViewShowImage(baseImgPath + signs.ACCEPT_CONFESS[0].SIGN_PATH[index])"
|
||||
mode="" style="width: 200upx;height: 200upx;"></image>
|
||||
<text> {{signs.ACCEPT_CONFESS[0].SIGN_TIME[index]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="wui-form-list">
|
||||
<view v-if="signs.CONFIRM">
|
||||
<view class="cu-form-textarea" style="border: none;">
|
||||
<view class="cu-form-title">作业负责人意见</view>
|
||||
<textarea maxlength="255" disabled="disabled" v-model="signs.CONFIRM[0].DESCR"></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}}
|
||||
</view>
|
||||
<view class="cu-item" v-for="(item,index) in signs.CONFIRM[0].SIGN_TIME" :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 + signs.CONFIRM[0].SIGN_PATH[index]" :data-index="index" @click="ViewShowImage(baseImgPath + signs.CONFIRM[0].SIGN_PATH[index])"
|
||||
mode="" style="width: 200upx;height: 200upx;"></image>
|
||||
<text> {{signs.CONFIRM[0].SIGN_TIME[index]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="signs.LEADER">
|
||||
<view class="cu-form-textarea" style="border: none;">
|
||||
<view class="cu-form-title">所在单位意见</view>
|
||||
<textarea maxlength="255" disabled="disabled" v-model="signs.LEADER[0].DESCR"></textarea>
|
||||
</view>
|
||||
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
|
||||
<view class="cu-form-group" >
|
||||
<view class="title">所在单位负责人</view>
|
||||
{{pd.LEADER_USER_NAME}}
|
||||
</view>
|
||||
<view class="cu-item" v-for="(item,index) in signs.LEADER[0].SIGN_TIME" :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 + signs.LEADER[0].SIGN_PATH[index]" :data-index="index" @click="ViewShowImage(baseImgPath + signs.LEADER[0].SIGN_PATH[index])"
|
||||
mode="" style="width: 200upx;height: 200upx;"></image>
|
||||
<text> {{signs.LEADER[0].SIGN_TIME[index]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="signs.AUDIT">
|
||||
<view class="cu-form-textarea" style="border: none;">
|
||||
<view class="cu-form-title">安全管理部门意见</view>
|
||||
<textarea maxlength="255" disabled="disabled" v-model="signs.AUDIT[0].DESCR"></textarea>
|
||||
</view>
|
||||
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
|
||||
<view class="cu-form-group" >
|
||||
<view class="title">安全管理部门负责人</view>
|
||||
{{pd.AUDIT_USER_NAME}}
|
||||
</view>
|
||||
<view class="cu-item" v-for="(item,index) in signs.AUDIT[0].SIGN_TIME" :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 + signs.AUDIT[0].SIGN_PATH[index]" :data-index="index" @click="ViewShowImage(baseImgPath + signs.AUDIT[0].SIGN_PATH[index])"
|
||||
mode="" style="width: 200upx;height: 200upx;"></image>
|
||||
<text> {{signs.AUDIT[0].SIGN_TIME[index]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view v-if="signs.APPROVE">
|
||||
<view class="cu-form-textarea" style="border: none;">
|
||||
<view class="cu-form-title">动火审批人意见</view>
|
||||
<textarea maxlength="255" disabled="disabled" v-model="signs.APPROVE[0].DESCR"></textarea>
|
||||
</view>
|
||||
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
|
||||
<view class="cu-form-group" >
|
||||
<view class="title">动火审批人</view>
|
||||
{{pd.APPROVE_USER_NAME}}
|
||||
</view>
|
||||
<view class="cu-item" v-for="(item,index) in signs.APPROVE[0].SIGN_TIME" :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 + signs.APPROVE[0].SIGN_PATH[index]" :data-index="index" @click="ViewShowImage(baseImgPath + signs.APPROVE[0].SIGN_PATH[index])"
|
||||
mode="" style="width: 200upx;height: 200upx;"></image>
|
||||
<text> {{signs.APPROVE[0].SIGN_TIME[index]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view v-if="signs.MONITOR">
|
||||
<view class="cu-form-textarea" style="border: none;">
|
||||
<view class="cu-form-title">动火前在岗班长意见</view>
|
||||
<textarea maxlength="255" disabled="disabled" v-model="signs.MONITOR[0].DESCR"></textarea>
|
||||
</view>
|
||||
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
|
||||
<view class="cu-form-group" >
|
||||
<view class="title">动火前在岗班长</view>
|
||||
{{pd.MONITOR_USER_NAME}}
|
||||
</view>
|
||||
<view class="cu-item" v-for="(item,index) in signs.MONITOR[0].SIGN_TIME" :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 + signs.MONITOR[0].SIGN_PATH[index]" :data-index="index" @click="ViewShowImage(baseImgPath + signs.MONITOR[0].SIGN_PATH[index])"
|
||||
mode="" style="width: 200upx;height: 200upx;"></image>
|
||||
<text> {{signs.MONITOR[0].SIGN_TIME[index]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="signs.WORK_START">
|
||||
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
|
||||
<view class="cu-form-group" >
|
||||
<view class="title">作业开始负责人</view>
|
||||
{{pd.WORK_START_USER_NAME}}
|
||||
</view>
|
||||
<view class="cu-item" v-for="(item,index) in signs.WORK_START[0].SIGN_TIME" :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 + signs.WORK_START[0].SIGN_PATH[index]" :data-index="index" @click="ViewShowImage(baseImgPath + signs.WORK_START[0].SIGN_PATH[index])"
|
||||
mode="" style="width: 200upx;height: 200upx;"></image>
|
||||
<text> {{signs.WORK_START[0].SIGN_TIME[index]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view v-if="signs.WORK_END">
|
||||
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
|
||||
<view class="cu-form-group" >
|
||||
<view class="title">作业结束负责人</view>
|
||||
{{pd.WORK_END_USER_NAME}}
|
||||
</view>
|
||||
<view class="cu-item" v-for="(item,index) in signs.WORK_END[0].SIGN_TIME" :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 + signs.WORK_END[0].SIGN_PATH[index]" :data-index="index" @click="ViewShowImage(baseImgPath + signs.WORK_END[0].SIGN_PATH[index])"
|
||||
mode="" style="width: 200upx;height: 200upx;"></image>
|
||||
<text> {{signs.WORK_END[0].SIGN_TIME[index]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="signs.ACCEPT">
|
||||
<view class="cu-form-textarea" style="border: none;">
|
||||
<view class="cu-form-title">完工验收</view>
|
||||
<textarea maxlength="255" disabled="disabled" v-model="signs.ACCEPT[0].DESCR"></textarea>
|
||||
</view>
|
||||
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
|
||||
<view class="cu-form-group" >
|
||||
<view class="title">验收部门负责人</view>
|
||||
{{pd.ACCEPT_USER_NAME}}
|
||||
</view>
|
||||
<view class="cu-item" v-for="(item,index) in signs.ACCEPT[0].SIGN_TIME" :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 + signs.ACCEPT[0].SIGN_PATH[index]" :data-index="index" @click="ViewShowImage(baseImgPath + signs.ACCEPT[0].SIGN_PATH[index])"
|
||||
mode="" style="width: 200upx;height: 200upx;"></image>
|
||||
<text> {{signs.ACCEPT[0].SIGN_TIME[index]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
@ -469,12 +461,11 @@ export default {
|
|||
|
||||
}
|
||||
},
|
||||
onLoad(){
|
||||
mounted(){
|
||||
console.log(this.hotworkId)
|
||||
this.todayDate = formatDate(new Date(), 'yyyy-MM-dd hh:mm');
|
||||
this.pd.HOTWORK_ID = this.hotworkId;
|
||||
this.msg="edit";
|
||||
this.getData();
|
||||
loginSession();
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
|
|
@ -6,62 +6,8 @@
|
|||
</cu-custom>
|
||||
<scroll-view scroll-y="false" >
|
||||
<view class="form">
|
||||
<view class="wui-form-list">
|
||||
<view class="cu-form-group bb-default" >
|
||||
<view class="title">申请单位:</view>
|
||||
{{pd.APPLY_DEPARTMENT_NAME}}
|
||||
</view>
|
||||
|
||||
<view class="cu-form-group bb-default" >
|
||||
<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-group bb-default">
|
||||
<view class="title">作业内容:</view>
|
||||
{{pd.WORK_CONTENT}}
|
||||
</view>
|
||||
|
||||
<view class="cu-form-group bb-default">
|
||||
<view class="title">动火地点及动火部位:</view>
|
||||
{{pd.WORK_PLACE}}
|
||||
</view>
|
||||
|
||||
<view class="cu-form-group bb-default">
|
||||
<view class="title">动火作业级别:</view>
|
||||
{{pd.WORK_LEVEL}}
|
||||
</view>
|
||||
|
||||
<view class="cu-form-group bb-default">
|
||||
<view class="title">动火方式:</view>
|
||||
{{pd.WORK_FUNCTION}}
|
||||
</view>
|
||||
<view class="cu-form-group bb-default">
|
||||
<view class="title">动火人及证书编号:</view>
|
||||
{{pd.WORK_USER}}
|
||||
</view>
|
||||
|
||||
<view class="cu-form-group bb-default">
|
||||
<view class="title">关联的其他特殊作业及安全作业票编号:</view>
|
||||
{{pd.SPECIAL_WORK}}
|
||||
</view>
|
||||
|
||||
<view class="cu-form-group bb-default">
|
||||
<view class="title">风险辨识结果:</view>
|
||||
{{pd.RISK_IDENTIFICATION}}
|
||||
</view>
|
||||
|
||||
<view class="cu-form-group bb-default">
|
||||
<text class="title">分析人:</text>
|
||||
<text>{{pd.ANALYZE_USER_NAME}}</text>
|
||||
<button class="cu-btn bg-green sm" @click="$noMultipleClicks(goToDetail,pd.HOTWORK_ID)">分析详情</button>
|
||||
</view>
|
||||
</view>
|
||||
<detail v-if="pd.HOTWORK_ID" :hotworkId="pd.HOTWORK_ID"></detail>
|
||||
|
||||
<view class="wui-form-list">
|
||||
<view class="wui-sign" v-if="!files.length">
|
||||
|
@ -109,9 +55,10 @@
|
|||
import writingBoard from "@/components/writing-board/writing-board.vue"
|
||||
import gcoord from '@/common/gcoord.js'
|
||||
import ruiDatePicker from '@/components/rattenking-dtpicker/rattenking-dtpicker.vue';
|
||||
import detail from '@/pages/application/hotwork/hotwork-detail/index'
|
||||
export default {
|
||||
components: {
|
||||
tkiTree,ruiDatePicker,writingBoard
|
||||
tkiTree,ruiDatePicker,writingBoard,detail
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue