a
This commit is contained in:
parent
e0d63c142e
commit
88f110e37c
|
|
@ -1622,12 +1622,15 @@ function exporter_modele_assure()
|
||||||
|
|
||||||
function selectionner_adherent(id,no)
|
function selectionner_adherent(id,no)
|
||||||
{
|
{
|
||||||
alert("id = "+id);
|
|
||||||
alert("no = "+no);
|
|
||||||
$("#idAdherent_C").val(id);
|
$("#idAdherent_C").val(id);
|
||||||
$("#numeroAdherent_C" ).val(no);
|
$("#numeroAdherent_C" ).val(no);
|
||||||
|
/*
|
||||||
|
alert("id = "+id);
|
||||||
|
alert("no = "+no);
|
||||||
alert('idAdherent_C : ' + $("#idAdherent_C").val() );
|
alert('idAdherent_C : ' + $("#idAdherent_C").val() );
|
||||||
alert('numeroAdherent_C : ' + $("#numeroAdherent_C").val() );
|
alert('numeroAdherent_C : ' + $("#numeroAdherent_C").val() );
|
||||||
|
*/
|
||||||
|
alert($("#idAdherent_C"));
|
||||||
}
|
}
|
||||||
|
|
||||||
function afficher_adherent()
|
function afficher_adherent()
|
||||||
|
|
|
||||||
|
|
@ -608,7 +608,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.04.07"></script>
|
<script src="/Js/fonctions.js?ver=2026.01.04.08"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
setInterval(function() {
|
setInterval(function() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user