|
@@ -1107,6 +1107,10 @@ JpcFlowTabSrv.prototype.createNew = function() {
|
|
liftUpCells(pageItem[JV.PROP_SIGNATURE_AUDIT_CELLS], cBottom, cHeight);
|
|
liftUpCells(pageItem[JV.PROP_SIGNATURE_AUDIT_CELLS], cBottom, cHeight);
|
|
liftUpCells(pageItem[JV.PROP_INTERACT_CELLS], cBottom, cHeight);
|
|
liftUpCells(pageItem[JV.PROP_INTERACT_CELLS], cBottom, cHeight);
|
|
liftUpCells(pageItem[JV.PROP_FIGURE_CELLS], cBottom, cHeight); // 这个用途不一样,提法不同
|
|
liftUpCells(pageItem[JV.PROP_FIGURE_CELLS], cBottom, cHeight); // 这个用途不一样,提法不同
|
|
|
|
+ pageItem.liftUpInfo = {
|
|
|
|
+ liftUpCheckBottom: cBottom,
|
|
|
|
+ liftUpHeight: cHeight,
|
|
|
|
+ }; // 这里要把提上信息放上去,为签章准备
|
|
}
|
|
}
|
|
};
|
|
};
|
|
JpcFlowTabResult.combinePageCells = function(rstPageCells, verticalCombinePos, horizonCombinePos, controls, fonts) {
|
|
JpcFlowTabResult.combinePageCells = function(rstPageCells, verticalCombinePos, horizonCombinePos, controls, fonts) {
|