|  | @@ -171,6 +171,7 @@ $(document).ready(() => {
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |      $('body').on('click', '.nav .nav-link', function () {
 |  |      $('body').on('click', '.nav .nav-link', function () {
 | 
												
													
														
															|  | 
 |  | +        $('#contract-tip').hide();
 | 
												
													
														
															|  |          if ($(this).attr('href') === '#splc') {
 |  |          if ($(this).attr('href') === '#splc') {
 | 
												
													
														
															|  |              $('#user-set').hide();
 |  |              $('#user-set').hide();
 | 
												
													
														
															|  |          } else {
 |  |          } else {
 | 
												
											
												
													
														
															|  | @@ -181,6 +182,7 @@ $(document).ready(() => {
 | 
												
													
														
															|  |                  $('#add_user_dropdownMenuButton').attr('data-type', 'schedule');
 |  |                  $('#add_user_dropdownMenuButton').attr('data-type', 'schedule');
 | 
												
													
														
															|  |              } else if ($(this).attr('href') === '#htgl') {
 |  |              } else if ($(this).attr('href') === '#htgl') {
 | 
												
													
														
															|  |                  $('#add_user_dropdownMenuButton').attr('data-type', 'contract');
 |  |                  $('#add_user_dropdownMenuButton').attr('data-type', 'contract');
 | 
												
													
														
															|  | 
 |  | +                $('#contract-tip').show();
 | 
												
													
														
															|  |              } else if ($(this).attr('href') === '#sgrz') {
 |  |              } else if ($(this).attr('href') === '#sgrz') {
 | 
												
													
														
															|  |                  $('#add_user_dropdownMenuButton').attr('data-type', 'construction');
 |  |                  $('#add_user_dropdownMenuButton').attr('data-type', 'construction');
 | 
												
													
														
															|  |              }
 |  |              }
 |