diff --git a/Js/fonctions.js b/Js/fonctions.js index 1307e7e..17a6c0c 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -1659,4 +1659,27 @@ function afficher_adherent_id_plus(idAdherent) { window.location.assign($("#racineWeb" ).val()+"Ficheadherent/"+idAdherent+"/"); } +} + +function selectionner_beneficiaire(id,no) +{ + $("#idBeneficiaire_C" ).val(id); + $("#numeroBeneficiaire_C" ).val(no); +} + +function afficher_beneficiaire() +{ + if ($("#numeroBeneficiaire_C" ).val()>"") + { + window.location.assign($("#racineWeb" ).val()+"Fichebeneficiaire/"+$("#numeroBeneficiaire_C" ).val()+"/"); + } +} + +function afficher_beneficiaire_id() +{ + idBeneficiaire = $("#idBeneficiaire_C" ).val(); + if ($("#idBeneficiaire_C" ).val()>"") + { + window.location.assign($("#racineWeb" ).val()+"Fichebeneficiaire/"+idBeneficiaire+"/"); + } } \ No newline at end of file diff --git a/Vue/Ficheadherent/index.php b/Vue/Ficheadherent/index.php index 801189c..be8321c 100644 --- a/Vue/Ficheadherent/index.php +++ b/Vue/Ficheadherent/index.php @@ -94,19 +94,6 @@ - - - - - - - - - - - - -