g
This commit is contained in:
parent
cc232b0744
commit
2479b7876e
|
|
@ -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()+"/");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -595,7 +595,7 @@ $activeChildId = $menuData['child'];
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||||
|
|
||||||
<!-- Application Scripts -->
|
<!-- Application Scripts -->
|
||||||
<script src="/Js/fonctions.js?ver=2026.01.03.21"></script>
|
<script src="/Js/fonctions.js?ver=2026.01.03.22"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
setInterval(function() {
|
setInterval(function() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user