500)},print() {this.waitShowPrinter=truethis.hiprintTemplate.print(this.printData, {}, {callback:() =>{this.waitShowPrinter=false}})},toPdf() {this.hiprintTemplate.toPdf(this.printData,'打印预览pdf');},}}/deep/.ant-modal
hiprintTemplate =newhiprint.PrintTemplate({template: template,// panels: [{...}]dataMode:1,// 1:getJson 其他:getJsonTid 默认1history:true,// 是否需要 撤销重做功能onDataChanged:(type, json) =>{console.log(type);// 新增、移动、删除、修改(参数调整)、大小、旋转console.log(json);// 返回 ...
preview .hiprint-printTemplate { background: #fff; border-bottom: 10px solid #ccc; } /* 批量打印 间隙 */ .preview .hiprint-printTemplate .hiprint-printPanel:not(:last-of-type) { border-bottom: 5px solid #ccc; } /* 分页纸张 间隙 */ .preview .hiprint-printPaper { border-...
vue-plugin-hiprint (基于 hiprint 2.5.4) 当时只是为了方便 我(并非hiprint原作者) 在vue项目中引入使用,所以以此命名。此插件 仅仅是一个 JavaScript【工具库】 而非Vue【组件库】,所以它默认不包含demo中的那些组件页面(demo代码可复制使用)。由于hiprint官网最后一次更新时间为2019年【hiprint 2.5.4 是 LGPL ...
vue-plugin-hiprint (基于hiprint 2.5.4) 当时只是为了方便我(并非hiprint原作者)在vue项目中引入使用,所以以此命名。 此插件仅仅是一个JavaScript【工具库】而非Vue【组件库】,所以它默认不包含demo中的那些组件页面(demo代码可复制使用)。 由于hiprint官网最后一次更新时间为2019年【hiprint 2.5.4 是LGPL协议】,后...
vue-plugin-hiprint(基于hiprint 2.5.4) 当时只是为了方便我(并非hiprint原作者)在vue项目中引入使用,所以以此命名。 此插件仅仅是一个JavaScript【工具库】而非Vue【组件库】,所以它默认是不包含demo中所见的那些组件页面的(demo代码随便复制修改拿去用)。
vue使用hiprint实现打印(vue-plugin-hiprint) 1、安装插件: 1 npm install vue-plugin-hiprint 或 1 yarn add vue-plugin-hiprint 2、普通使用: <template> <el-button-group> <el-button type="primary" @click="print">浏览器打印</el-button> <el-button type="primary" @click="exportJson...
https://gitee.com/CcSimple/vue-plugin-hiprint#https://gitee.com/CcSimple/electron-hiprint/releases 首先我们需要安装相关依赖 npm install vue-plugin-hiprint Or yarn add vue-plugin-hiprint 在使用前需要在项目入口文件index.html中加入(必须) <!--【必须】在index.html 文件中添加打印所需样式(此cdn可能...
要将vue-plugin-hiprint融入你的Vue项目,首先需要通过npm或yarn进行安装。这个过程并不复杂,但却是开启后续一切操作的基础。一旦完成安装,接下来就是引入和使用该插件。这一步骤看似简单,实则至关重要。因为只有正确地引入了vue-plugin-hiprint,才能确保后续的功能得以顺利实现。在实际操作中,很多开发者会忽略一些...
最终决定采用vue-plugin-hiprint开发初版。查看所有参数:window.HIPRINT_CONFIG。注意:在v0.0.56版本中无法隐藏参数的tabs分组,需切换至v0.0.50版本。插入背景图片,仅用于参考,不参与打印。打印预览设置纸张大小和缩放。插入分页符实现横向打印。获取打印机列表,可考虑通过本地存储记住上次选择的打印机...