From 88f110e37c77b8cb87b744a91e4afc5ef50f318d Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 4 Jan 2026 08:08:11 +0000 Subject: [PATCH] a --- Js/fonctions.js | 7 +++++-- Vue/gabarit.php | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index bf63f03..d01cce6 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -1622,12 +1622,15 @@ function exporter_modele_assure() function selectionner_adherent(id,no) { - alert("id = "+id); - alert("no = "+no); $("#idAdherent_C").val(id); $("#numeroAdherent_C" ).val(no); + /* + alert("id = "+id); + alert("no = "+no); alert('idAdherent_C : ' + $("#idAdherent_C").val() ); alert('numeroAdherent_C : ' + $("#numeroAdherent_C").val() ); + */ + alert($("#idAdherent_C")); } function afficher_adherent() diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 5c0a1a6..67e46b2 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -608,7 +608,7 @@ $activeChildId = $menuData['child']; - +