소스 검색

归档签名调整

Tony Kang 1 년 전
부모
커밋
3613869b90
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      app/public/report/js/rpt_archive.js

+ 2 - 1
app/public/report/js/rpt_archive.js

@@ -792,7 +792,8 @@ let rptArchiveObj = {
                     }
                 }
                 const pageSize = rptControlObj.getCurrentPageSize();
-                let doc = JpcJsPDFHelper._createPdf(currentRptPageRst, pageSize, currentRolRel, STAGE_AUDIT);
+                const relForArchive = PAGE_SHOW.closeArchiveSignature ? [] : currentRolRel;
+                let doc = JpcJsPDFHelper._createPdf(currentRptPageRst, pageSize, relForArchive, STAGE_AUDIT);
                 restoreCells(signCells, 'signature_cells');
                 signCells = null;
                 txtSignCells.forEach(txtCellBkObj => {