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(); //预览(预览打印无脚标) };