|  | @@ -1102,7 +1102,7 @@ JpcFlowTabSrv.prototype.createNew = function() {
 | 
	
		
			
				|  |  |              // 2.3 cells其他位置提上
 | 
	
		
			
				|  |  |              liftUpCells(pageItem[JV.PROP_CELLS], cBottom, cHeight);
 | 
	
		
			
				|  |  |              // 2.4 签名位置调整(签名、日期、意见等)
 | 
	
		
			
				|  |  | -            liftUpCells(pageItem[JV.PROP_SIGNATURE_CELLS], cBottom, cHeight, true);
 | 
	
		
			
				|  |  | +            liftUpCells(pageItem[JV.PROP_SIGNATURE_CELLS], cBottom, cHeight);
 | 
	
		
			
				|  |  |              liftUpCells(pageItem[JV.PROP_SIGNATURE_DATE_CELLS], cBottom, cHeight);
 | 
	
		
			
				|  |  |              liftUpCells(pageItem[JV.PROP_SIGNATURE_AUDIT_CELLS], cBottom, cHeight);
 | 
	
		
			
				|  |  |              liftUpCells(pageItem[JV.PROP_INTERACT_CELLS], cBottom, cHeight);
 |