| 
					
				 | 
			
			
				@@ -679,9 +679,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <script> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         const accountGroup = JSON.parse('<%- JSON.stringify(accountGroup) %>'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         const accountList = JSON.parse('<%- JSON.stringify(accountList) %>'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        const cur_uid = parseInt('<%- ctx.session.sessionUser.accountId %>'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </script> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <% } %> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<script>const cur_uid = parseInt('<%- ctx.session.sessionUser.accountId %>');</script> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <script> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     $('.sp-location-list').on('shown.bs.modal', function () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         const scrollBox = $(this).find('div[class="col-8 modal-height-500"]'); 
			 |