|
@@ -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();
|