Browse Source

修复打印

dev-xx
qb 6 months ago
parent
commit
79ce60fc54
  1. 22
      src/views/waybill/orderPackageListDetails.vue

22
src/views/waybill/orderPackageListDetails.vue

@ -269,23 +269,13 @@
</el-dialog>
<!-- 打印二维码 -->
<el-dialog
class="el-dialog-QRCode"
title="二维码"
:visible.sync="details.popUpShow.QRCodeVisible"
width="780px"
<MyPrint
:html="html"
v-model="details.popUpShow.QRCodeVisible"
:align-center="true"
>
<div class="el-dialog-QRCode-container">
<div v-html="details.html"></div>
</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>
:isShowExport="false"
type="titlePrint"
width="780px"
></MyPrint>
<!-- 列表配置显示 -->
<edittablehead

Loading…
Cancel
Save