From 2479b7876eb11d6a03d6705757bd7c0bd91f4a8c Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Sat, 3 Jan 2026 13:20:51 +0000 Subject: [PATCH 1/9] g --- Js/fonctions.js | 30 ++++++++++++++++++++++++++++++ Vue/gabarit.php | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 13172e4..a042232 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -1619,3 +1619,33 @@ function exporter_modele_assure() } }); } + +function selectionner_adherent(id,no) +{ + $("#idAdherent_C" ).val(id); + $("#numeroAdherent_C" ).val(no); +} + +function afficher_adherent() +{ + if ($("#numeroAdherent_C" ).val()>"") + { + window.location.assign($("#racineWeb" ).val()+"Ficheadherent/"+$("#numeroAdherent_C" ).val()+"/"); + } +} + +function afficher_adherent_id() +{ + codeTypeContrat = $("#codeTypeContrat_C").val(); + if (codeTypeContrat=="F") + { + afficher_adherent_familiale_id(); + return; + } + + idAdherent = $("#idAdherent_C" ).val(); + if (idAdherent>"0") + { + window.location.assign($("#racineWeb" ).val()+"Ficheadherent/"+$("#idAdherent_C" ).val()+"/"); + } +} \ No newline at end of file diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 3e76d1e..61715de 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -595,7 +595,7 @@ $activeChildId = $menuData['child']; - + - + - + - + - +