当前位置: 首页 > article >正文

vxe-table 打印出货单、自定义打印单据

在开发 ERP 或内部系统时,经常会遇到需求打印出货单,接下来分享如何在 vxe-table 灵活的使用打印功能,非常简单就能实现能自定义的出货单打印。

页面效果

页面上的打印区用蓝色边框标注了,方便看出效果
在这里插入图片描述
点击打印后,完整的将指定的区域打印出来,也可以添加自定义内容,非常灵活。
不仅支持去掉页头、页尾,自定义标题、分页等等,灵活自定义程度非常高
在这里插入图片描述

<template>
  <div>
    <vxe-button @click="printEvent">点击打印</vxe-button>

    <div style="border: 1px solid #409eff; padding: 16px">
      <div ref="topElRef">
        <div style="margin-bottom: 8px;">
          <div style="display: inline-block;width: 100%;">
            <div style="float: left; width: 33.33%;height: 28px;line-height: 28px;">商品名称:Vxe 企业授权</div>
            <div style="float: left; width: 33.33%;height: 28px;line-height: 28px;">发货单号:X2665847132654</div>
            <div style="float: left; width: 33.33%;height: 28px;line-height: 28px;">发货日期:2024-12-01</div>
          </div>
          <div style="display: inline-block;width: 100%;">
            <div style="float: left; width: 33.33%;height: 28px;line-height: 28px;">收货姓名:小徐</div>
            <div style="float: left; width: 33.33%;height: 28px;line-height: 28px;">收货地址:火星第七区18号001</div>
            <div style="float: left; width: 33.33%;height: 28px;line-height: 28px;">联系电话:10086</div>
          </div>
        </div>
      </div>

      <vxe-grid ref="gridRef" v-bind="gridOptions"></vxe-grid>

      <div ref="bottomElRef">
        <div style="margin-top: 30px;text-align: right;">
          <div style="display: inline-block;width: 100%;">
            <div style="float: left; width: 33.33%;height: 28px;line-height: 28px;"></div>
            <div style="float: left; width: 33.33%;height: 28px;line-height: 28px;">创建人:小徐</div>
            <div style="float: left; width: 33.33%;height: 28px;line-height: 28px;">创建日期:2024-12-01</div>
          </div>
        </div>
      </div>
    </div>
  </div>
</template>

<script setup>
import { ref, reactive } from 'vue'
import { VxeUI } from 'vxe-table'

const gridRef = ref()
const topElRef = ref()
const bottomElRef = ref()

const gridOptions = reactive({
  border: true,
  columns: [
    { type: 'seq', width: 60 },
    { field: 'name', title: '名称' },
    { field: 'code', title: '编码' },
    { field: 'num', title: '数量' },
    { field: 'price', title: '价格' },
    { field: 'taxRate', title: '税率' }
  ],
  data: [
    { id: 10001, name: '筛选插件', code: 'T1', price: 1200, num: 1, taxRate: '3%' },
    { id: 10002, name: '区域选取插件', code: 'T2', price: 16840, num: 3, taxRate: '3%' },
    { id: 10003, name: '单元格选取插件', code: 'T3', price: 8460, num: 3, taxRate: '3%' },
    { id: 10004, name: 'Excel 筛选插件', code: 'T4', price: 980, num: 2, taxRate: '3%' },
    { id: 10005, name: '零代码平台模板', code: 'T5', price: 23199, num: 5, taxRate: '3%' },
    { id: 10006, name: '后台管理系统模板', code: 'T6', price: 899, num: 7, taxRate: '3%' },
    { id: 10007, name: '低代码设计器插件', code: 'T7', price: 1688, num: 4, taxRate: '3%' },
    { id: 10008, name: '可视化拖拽插件', code: 'T8', price: 1299, num: 4, taxRate: '3%' }
  ]
})

const printEvent = async () => {
  const $grid = gridRef.value
  if ($grid) {
    const printRest = await $grid.getPrintHtml()
    const topEl = topElRef.value
    const bottomEl = bottomElRef.value
    const topHtml = topEl ? topEl.innerHTML : ''
    const bottomHtml = bottomEl ? bottomEl.innerHTML : ''
    VxeUI.print({
      title: '出货单据',
      pageBreaks: [
        // 第一页
        {
          bodyHtml: topHtml + printRest.html + bottomHtml
        }
      ]
    })
  }
}
</script>

https://gitee.com/xuliangzhan/vxe-table


http://www.kler.cn/a/404095.html

相关文章:

  • SpringBoot(8)-任务
  • 【生成数据集EXCEL文件】使用生成对抗网络GAN生成数据集:输出生成数据集EXCEL
  • 状态模式之状态机
  • 《Python浪漫的烟花表白特效》
  • IDEA2019搭建Springboot项目基于java1.8 解决Spring Initializr无法创建jdk1.8项目 注释乱码
  • 数字排列.
  • 【2024APMCM亚太杯B题】空调形状优化 模型+代码+论文
  • 什么是 C++ 中的移动语义?它的作用是什么?
  • Apache Maven 标准文件目录布局
  • STM32的中断(什么是外部中断和其他中断以及中断号是什么)
  • Elasticsearch面试内容整理-性能优化
  • mac2024 安装node和vue
  • pymysql模块
  • 【定长滑动窗口】【刷题笔记】
  • MySQL深度剖析-全局锁、表锁、行锁
  • JSON.toJSONString(awards) 全是空 [{}{}{}{}{}]
  • .NET高效下载word文件
  • 23 Jumping Back and Forth
  • debian 如何进入root
  • JS推荐实践
  • AI社媒引流工具:解锁智能化营销的新未来
  • Java语言编程,通过阿里云mongo数据库监控实现数据库的连接池优化
  • 排序【数据结构】【算法】
  • EasyExcel并行导出多个excel文件并压缩下载
  • 登上Nature封面!强化学习+卡尔曼滤波上大分
  • 原生安卓和ios开发的app和uniapp开发的app都有什么特点