|  | @@ -692,7 +692,9 @@ let sectionTreeObj = {
 | 
												
													
														
															|  |              if (!sectionNode) {
 |  |              if (!sectionNode) {
 | 
												
													
														
															|  |                  return;
 |  |                  return;
 | 
												
													
														
															|  |              }
 |  |              }
 | 
												
													
														
															|  | -            me.sheet.setActiveCell(sectionNode.serialNo(), 1);
 |  | 
 | 
												
													
														
															|  | 
 |  | +            let sectionRow = sectionNode.serialNo();
 | 
												
													
														
															|  | 
 |  | +            me.sheet.setActiveCell(sectionRow, 1);
 | 
												
													
														
															|  | 
 |  | +            me.sheet.showRow(sectionRow, GC.Spread.Sheets.VerticalPosition.top);
 | 
												
													
														
															|  |              let doAfterGetRation = function (rations) {
 |  |              let doAfterGetRation = function (rations) {
 | 
												
													
														
															|  |                  let findRation = _.find(rations, {code: rationCode}),
 |  |                  let findRation = _.find(rations, {code: rationCode}),
 | 
												
													
														
															|  |                      rIdx = rations.indexOf(findRation),
 |  |                      rIdx = rations.indexOf(findRation),
 |