Tony Kang 5 miesięcy temu
rodzic
commit
a83031e009
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      app/reports/rpt_component/jpc_ex.js

+ 2 - 2
app/reports/rpt_component/jpc_ex.js

@@ -448,7 +448,7 @@ JpcExSrv.prototype.createNew = function() {
                 rst[JV.PROP_INTERACT_CELLS] = me.crossTab.interactRst;
                 rst[JV.PROP_FIGURE_CELLS] = me.crossTab.figureRst;
                 // 这里专门为'流程'签字增加处理
-                me.flowTab.setPageFlow(rptTpl, dataObj, page, rst, me);
+                me.crossTab.setPageFlow(rptTpl, dataObj, page, rst, me);
             } else if (me.billTab) {
                 rst[JV.PROP_CELLS] = me.billTab.outputAsSimpleJSONPage(rptTpl, dataObj, page, bands, controls, fonts, me, customizeCfg);
                 rst[JV.PROP_SIGNATURE_CELLS] = me.billTab.signatureRst;
@@ -457,7 +457,7 @@ JpcExSrv.prototype.createNew = function() {
                 rst[JV.PROP_INTERACT_CELLS] = me.billTab.interactRst;
                 rst[JV.PROP_FIGURE_CELLS] = me.billTab.figureRst;
                 // 这里专门为'流程'签字增加处理
-                me.flowTab.setPageFlow(rptTpl, dataObj, page, rst, me);
+                me.billTab.setPageFlow(rptTpl, dataObj, page, rst, me);
             }
             if (!(me.flowTab && me.flowTab.paging_option === JV.PAGING_OPTION_INFINITY)) {
                 const pageMergeBorder = getPageMergeBorder();