Browse Source

urgent fix for PDF output

TonyKang 5 years atrás
parent
commit
644005c496
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app/public/report/js/rpt_jspdf.js

+ 4 - 0
app/public/report/js/rpt_jspdf.js

@@ -89,6 +89,10 @@ let JpcJsPDFHelper = {
                 for (let cell of page.signature_date_cells) {
                     private_drawCell(doc, ctx, cell, fonts, styles, controls, newPageMergeBand);
                 }
+                // 计量有电子签名审核意见,在处理上与cells一样
+                for (let cell of page.signature_audit_cells) {
+                    private_drawCell(doc, ctx, cell, fonts, styles, controls, newPageMergeBand);
+                }
                 // 计量有电子签名,要单独处理
                 for (let cell of page.signature_cells) {
                     if (current_stage_status === 3) {