|
|
@ -269,23 +269,13 @@ |
|
|
|
</el-dialog> |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
|
|
|
<!-- 打印二维码 --> |
|
|
|
<!-- 打印二维码 --> |
|
|
|
<el-dialog |
|
|
|
<MyPrint |
|
|
|
class="el-dialog-QRCode" |
|
|
|
:html="html" |
|
|
|
title="二维码" |
|
|
|
|
|
|
|
:visible.sync="details.popUpShow.QRCodeVisible" |
|
|
|
|
|
|
|
width="780px" |
|
|
|
|
|
|
|
v-model="details.popUpShow.QRCodeVisible" |
|
|
|
v-model="details.popUpShow.QRCodeVisible" |
|
|
|
:align-center="true" |
|
|
|
:isShowExport="false" |
|
|
|
> |
|
|
|
type="titlePrint" |
|
|
|
<div class="el-dialog-QRCode-container"> |
|
|
|
width="780px" |
|
|
|
<div v-html="details.html"></div> |
|
|
|
></MyPrint> |
|
|
|
</div> |
|
|
|
|
|
|
|
<span slot="footer" class="dialog-footer flex-c-c mt10"> |
|
|
|
|
|
|
|
<!-- <el-button type="primary" @click="ddd">导 出</el-button>--> |
|
|
|
|
|
|
|
<el-button type="primary" @click="printTemplate">打 印</el-button> |
|
|
|
|
|
|
|
<el-button @click="details.popUpShow.QRCodeVisible = false">取 消</el-button> |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 列表配置显示 --> |
|
|
|
<!-- 列表配置显示 --> |
|
|
|
<edittablehead |
|
|
|
<edittablehead |
|
|
|