Browse Source

还原配置

pre-production
pref_mail@163.com 7 months ago
parent
commit
ca43edf644
  1. 4
      src/utils/print.js

4
src/utils/print.js

@ -53,8 +53,8 @@ const print = (nodeList, type = 'deliveryPrint') => {
if (type === 'titlePrint') handleTitlePrint(LODOP, templateData); if (type === 'titlePrint') handleTitlePrint(LODOP, templateData);
else handleDeliveryPrint(LODOP, templateData); else handleDeliveryPrint(LODOP, templateData);
// LODOP.NewPage() // LODOP.NewPage()
// LODOP.PRINT(); //直接打印 LODOP.PRINT(); //直接打印
LODOP.PRINT_DESIGN(); // LODOP.PRINT_DESIGN();
}); });
// LODOP.PREVIEW(); //预览(预览打印无脚标) // LODOP.PREVIEW(); //预览(预览打印无脚标)
}; };

Loading…
Cancel
Save