From 82b8bd8d50cecd4e3c9240e9d9797a1e69bc94a8 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 3 Feb 2026 05:22:06 +0000 Subject: [PATCH] a --- Js/fonctions.js | 7 ++++--- Vue/Ajaxuserrhclient/creeruser.php | 8 ++++++++ Vue/gabarit.php | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index c9df5f5..f455080 100644 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -45857,9 +45857,6 @@ function creer_user_rh_client() donnees += '&codeModeEnvoiPass='+codeModeEnvoiPass; donnees += '&codeProfil=' + codeProfil; - alert(donnees); - return; - v_msg="Confirmez-vous ce nouvel utilisateur?"; v_msgEng="Do you confirm this new user?"; @@ -45872,11 +45869,14 @@ function creer_user_rh_client() error: function(errorData) { }, success: function(data) { + $('#div_test_gabarit').html(data); $('#div_unicite_login').html(data); }, complete: function() { uniciteLogin = $("#uniciteLogin").val(); + alert("uniciteLogin => "+uniciteLogin); + /* if(uniciteLogin==1) { v_msg="Utilisateur ( "+codeUtilisateur+" ) créé avec succès!"; @@ -45896,6 +45896,7 @@ function creer_user_rh_client() $("#codeUtilisateur").focus(); return; } + */ } }); } diff --git a/Vue/Ajaxuserrhclient/creeruser.php b/Vue/Ajaxuserrhclient/creeruser.php index bd3da61..3bac244 100644 --- a/Vue/Ajaxuserrhclient/creeruser.php +++ b/Vue/Ajaxuserrhclient/creeruser.php @@ -1,3 +1,11 @@ +$msgErreur + $msgErreur, + ) +); +?>
diff --git a/Vue/gabarit.php b/Vue/gabarit.php index f76fa8c..9503469 100644 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -261,7 +261,7 @@ controlerPlafondBeneficiaire : - +