From 07bba9d862cbd3ded5afb8a31293ca4cf8258af6 Mon Sep 17 00:00:00 2001
From: qb <1191961160@qq.com>
Date: Sat, 8 Feb 2025 17:35:35 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=80=89=E6=8B=A9=E6=89=93?=
=?UTF-8?q?=E5=8D=B0=E6=9C=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/App.vue | 6 ++
src/components/MyPrint/MyPrint.vue | 28 ++++++++-
.../WaybillPrintTemplate.vue | 59 ++++++++++---------
src/store/index.js | 2 +
src/store/modules/print.js | 55 +++++++++++++++++
src/utils/print.js | 18 +++---
6 files changed, 128 insertions(+), 40 deletions(-)
create mode 100644 src/store/modules/print.js
diff --git a/src/App.vue b/src/App.vue
index dd860cda..329c06b4 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -5,6 +5,12 @@