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