TonyKang %!s(int64=7) %!d(string=hai) anos
pai
achega
04720861d7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/reports/rpt_component/jpc_flow_tab.js

+ 1 - 1
modules/reports/rpt_component/jpc_flow_tab.js

@@ -597,7 +597,7 @@ JpcFlowTabSrv.prototype.createNew = function(){
     JpcFlowTabResult.outputAsPreviewPage = function (rptTpl, bands, controls, $CURRENT_RPT) {
         let me = this, rst = [], vIdx = [];
         //只预览第一页的数据
-        let pageStatus = [true, true, false, true, false, false, false, false];
+        let pageStatus = [true, true, true, true, true, true, true, true];
         me.pageStatusLst.push(pageStatus);
         JpcFieldHelper.findAndPutDataFieldIdx(rptTpl, rptTpl[JV.NODE_FLOW_INFO][JV.NODE_FLOW_CONTENT][JV.PROP_FLOW_FIELDS], null, me.disp_fields_idx, false);
         JpcBandHelper.setBandArea(bands, rptTpl, pageStatus, true, false);