From 52e52c9edef76ba78872a8eb3b2bf39a7c187281 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 4 Jan 2026 06:53:49 +0000 Subject: [PATCH] a --- Js/fonctions.js | 4 +++- Vue/gabarit.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index e91fa0d..98fd88f 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -1622,8 +1622,10 @@ function exporter_modele_assure() function selectionner_adherent(id,no) { - $("#idAdherent_C" ).val(id); + $("#idAdherent_C").val(id); $("#numeroAdherent_C" ).val(no); + alert("idAdherent_C : ".$("#idAdherent_C").val()); + alert("numeroAdherent_C : ".$("#numeroAdherent_C").val()); } function afficher_adherent() diff --git a/Vue/gabarit.php b/Vue/gabarit.php index b150b0d..cdbe61a 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -608,7 +608,7 @@ $activeChildId = $menuData['child']; - +