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