| 
					
				 | 
			
			
				@@ -622,7 +622,7 @@ $(document).ready(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         const xmjIndex = gclGatherData[index].leafXmjs.indexOf(xmjSelect); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         loadMaterialData(index, xmjIndex); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         SpreadJsObj.reLoadRowData(ledgerSpread.getActiveSheet(), index); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        materialSpread.getActiveSheet().setSelection(info.row, info.col, 1, 1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        materialSpread.getActiveSheet().setSelection(info.row + 1, info.col, 1, 1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     }, function () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         SpreadJsObj.reLoadRowData(info.sheet, info.row); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     }); 
			 |