动火新增提示
parent
a737c12df5
commit
4954bc68e3
|
@ -1,8 +1,8 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<el-dialog :visible.sync="visible" :append-to-body="appendToBody" title="相关方安全告知培训合格证" width="370px">
|
<el-dialog :visible.sync="visible" :append-to-body="appendToBody" title="相关方安全告知培训合格证" width="370px">
|
||||||
<div class="item">
|
<div id="printTest" class="item">
|
||||||
<div v-for="item in peopleList" v-if="item.STATUS !== '0'" :key="item.CLASS_INFO_ID" class="items" style="height: 220px;margin-bottom: 20px">
|
<div v-for="item in peopleList" v-if="item.STATUS !== '0'" :key="item.CLASS_INFO_ID" class="items" style="page-break-after: always;margin-top: 50px;">
|
||||||
<div class="bg_table">
|
<div class="bg_table">
|
||||||
<div class="title">相关方安全告知培训合格证</div>
|
<div class="title">相关方安全告知培训合格证</div>
|
||||||
<div class="red">{{ item.CLASS_NO }}</div>
|
<div class="red">{{ item.CLASS_NO }}</div>
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
<div class="text textone">所在单位</div>
|
<div class="text textone">所在单位</div>
|
||||||
</td>
|
</td>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<div class="text">{{ item.DEPARTMENT_NAME }}</div>
|
<div class="text">{{ item.BELONG_TO_CORP_NAME }}</div>
|
||||||
</td>
|
</td>
|
||||||
<td rowspan="3" style="padding-top: 6px">
|
<td rowspan="3" style="padding-top: 6px">
|
||||||
<vue-qr :text="qrCodeStr + '?CLASS_INFO_ID=' + item.CLASS_INFO_ID" :margin="0" :size="110" color-dark="#000" color-light="#fff" />
|
<vue-qr :text="qrCodeStr + '?CLASS_INFO_ID=' + item.CLASS_INFO_ID" :margin="0" :size="110" color-dark="#000" color-light="#fff" />
|
||||||
|
@ -92,7 +92,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div slot="footer" class="dialog-footer">
|
<div slot="footer" class="dialog-footer">
|
||||||
<el-button type="primary" @click="exportPdf(CLASS_MESSAGE_ID)">导出结业证书</el-button>
|
<!--@click="exportPdf(CLASS_MESSAGE_ID)"-->
|
||||||
|
<el-button v-print="'#printTest'" type="primary">导出结业证书</el-button>
|
||||||
</div>
|
</div>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue