فهرست منبع

Merge branch 'develop_cuxiao' of http://git.chelingzhu.com/jianguan-web/jg-ocs-html into develop_cuxiao

chenrui 1 سال پیش
والد
کامیت
ed598c27df
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      public/version.json
  2. 2 2
      src/libs/JGPrint.js

+ 1 - 1
public/version.json

@@ -1,4 +1,4 @@
 {
-    "version": "2.2.42",
+    "version": "2.2.45",
     "message": "发现有新版本发布,确定更新系统?"
 }

+ 2 - 2
src/libs/JGPrint.js

@@ -397,7 +397,7 @@ 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 +482,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') { //  打印