|
@@ -44,7 +44,7 @@ export const JGPrint = function(data, type, printerType){
|
|
|
if (type == 'preview') { // 预览
|
|
|
// window.open(url)
|
|
|
const LODOP = getLodop(document.getElementById('LODOP_OB'), document.getElementById('LODOP_EM'))
|
|
|
- LODOP.ADD_PRINT_PDF(0,0,"100%","100%",demoDownloadPDF('https://jianguan-images.oss-cn-beijing.aliyuncs.com/helpvideo/1.pdf'));
|
|
|
+ LODOP.ADD_PRINT_PDF(0,0,"100%","100%",demoDownloadPDF('https://t.qpls.360arrow.com/1.pdf'));
|
|
|
LODOP.SET_PRINT_STYLEA(0,"PDFScalMode",1);
|
|
|
LODOP.SET_PRINT_PAGESIZE(3,0,0,"");
|
|
|
LODOP.PREVIEW()
|