lilei 1 vuosi sitten
vanhempi
commit
8c38086c06
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      src/libs/JGPrint.js

+ 1 - 2
src/libs/JGPrint.js

@@ -397,7 +397,6 @@ export const jGPrintPdf = function (data, type, taskName, printLogParams, callba
       }
     }
     LODOP.ADD_PRINT_PDF(0, 0, '100%', '100%', dataurl.replace('data:application/pdf;base64,', ''))
-    LODOP.SET_PRINT_PAGESIZE(3, 2090, 30, '')
     if (type == 'preview') { //  预览
       LODOP.PREVIEW()
     } else if (type == 'print') { //  打印
@@ -482,7 +481,7 @@ export const jGPrintBase64Pdf = function (dataurl, type, taskName, printLogParam
      LODOP.NewPageA()
      LODOP.ADD_PRINT_PDF(0, 0, '100%', '100%', dataurl[i])
   }
-  LODOP.SET_PRINT_PAGESIZE(3, 2090, 30, '')
+ 
   if (type == 'preview') { //  预览
     LODOP.PREVIEW()
   } else if (type == 'print') { //  打印