Browse Source

交叉表的签名信息显示顺序(页尾)问题

Tony Kang 2 years ago
parent
commit
d6e6bfdd8a
1 changed files with 6 additions and 0 deletions
  1. 6 0
      app/reports/rpt_component/jpc_cross_tab.js

+ 6 - 0
app/reports/rpt_component/jpc_cross_tab.js

@@ -578,6 +578,12 @@ JpcCrossTabSrv.prototype.createNew = function() {
         let rst = [];
         const tabRstLst = [];
         const unitFactor = JpcCommonHelper.getUnitFactor(rptTpl);
+        // 电子签名内容需要先清空
+        me.signatureRst = [];
+        me.signatureDateRst = [];
+        me.signatureAuditRst = [];
+        me.interactRst = [];
+
         if (me.paging_option === JV.PAGING_OPTION_INFINITY) {
             // 交叉表不支持这种方式
         } else {