浏览代码

归档签名调整

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 => {