瀏覽代碼

Merge branch 'master' of http://smartcost.f3322.net:3000/SmartCost/ConstructionOperation

zhongzewei 7 年之前
父節點
當前提交
40851b1160
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);