深圳全飞鸿

标题: hiprintjs [打印本页]

作者: F007    时间: 2025-5-26 18:11
标题: hiprintjs
本帖最后由 F007 于 2025-5-26 18:13 编辑

官网地址:http://hiprint.io/



打印数据传输:



  1. $(document).ready(function () {
  2.             $('#barcode_button_preview').click(function () {
  3.                 var barCodehiprintTemplate = new hiprint.PrintTemplate({ template: JSON.parse($('#textarea_barcode').val()) });

  4.                 var $html = barCodehiprintTemplate.getHtml([{ name: '黄山', barcode: '13234567' }, { name: '黄波', barcode: '1224567' }, { name: '黄磊', barcode: '1234567' }, { name: '黄磊', barcode: '1234567' }, { name: '古丽娜', barcode: '7654321' }])

  5.                 $('#myModal .modal-body .prevViewDiv').html($html)
  6.                 $('#myModal').modal('show')
  7.             });
复制代码








欢迎光临 深圳全飞鸿 (http://www.nagomes.com/disc/) Powered by Discuz! X3.2