From ca43edf6443ce5cfa0a4d84c8491df0eb8b44830 Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" Date: Sat, 6 Jul 2024 08:48:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/print.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/print.js b/src/utils/print.js index 9892fea8..fd4c8a4a 100644 --- a/src/utils/print.js +++ b/src/utils/print.js @@ -53,8 +53,8 @@ const print = (nodeList, type = 'deliveryPrint') => { if (type === 'titlePrint') handleTitlePrint(LODOP, templateData); else handleDeliveryPrint(LODOP, templateData); // LODOP.NewPage() - // LODOP.PRINT(); //直接打印 - LODOP.PRINT_DESIGN(); + LODOP.PRINT(); //直接打印 + // LODOP.PRINT_DESIGN(); }); // LODOP.PREVIEW(); //预览(预览打印无脚标) };