|
@@ -168,6 +168,7 @@ JpcExSrv.prototype.createNew = function(){
|
|
|
let me = this, dftPagingOption = option||JV.PAGING_OPTION_NORMAL;
|
|
let me = this, dftPagingOption = option||JV.PAGING_OPTION_NORMAL;
|
|
|
//1. data object
|
|
//1. data object
|
|
|
let dataHelper = JpcData.createNew();
|
|
let dataHelper = JpcData.createNew();
|
|
|
|
|
+ me.executeFormulas(JV.RUN_TYPE_BEFORE_ANALYZING, rptTpl, dataObj, me); //在分析前运行,主要是增加灵活性,比如:重新编排数据的主从关系
|
|
|
if (me.crossTab) {
|
|
if (me.crossTab) {
|
|
|
me.executeFormulas(JV.RUN_TYPE_BEFORE_PAGING, rptTpl, dataObj, me);
|
|
me.executeFormulas(JV.RUN_TYPE_BEFORE_PAGING, rptTpl, dataObj, me);
|
|
|
dataHelper.analyzeData(rptTpl, dataObj);
|
|
dataHelper.analyzeData(rptTpl, dataObj);
|