a
This commit is contained in:
parent
e76a4f668b
commit
31409fda62
|
|
@ -3200,3 +3200,28 @@ function listerfacturefamille()
|
|||
}
|
||||
});
|
||||
}
|
||||
|
||||
function afficher_beneficiare_prime_adherent()
|
||||
{
|
||||
debutPeriode = $("#debutPeriode").val();
|
||||
finPeriode = $("#finPeriode").val();
|
||||
|
||||
donnees_retour = "";
|
||||
donnees = 'debutPeriode='+debutPeriode+"&finPeriode="+finPeriode;
|
||||
|
||||
$("#div_detail_requete").html('<div style="padding-top:80px;"><img src="Bootstrap/images/loading.gif"/> <span style="font-size:15pt;">' + 'Veuillez patienter... / Please wait...' + '</span></div>');
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxbeneficiaireprimeadherent/",
|
||||
type : 'post',
|
||||
data: donnees,
|
||||
error: function(errorData) {
|
||||
},
|
||||
success: function(data) {
|
||||
donnees_retour = data;
|
||||
},
|
||||
complete: function() {
|
||||
$("#div_detail_requete").html(donnees_retour);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -635,7 +635,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="/Js/fonctions.js?ver=2026.01.05.07"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.01.05.08"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
raffraichier_gabarit();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user