This commit is contained in:
KONE SOREL 2026-01-21 13:28:54 +00:00
parent 0d22015cbb
commit 841a08beb8
2 changed files with 12 additions and 3 deletions

View File

@ -48,7 +48,7 @@ $(function() {
dataTableSpeciale();
let nomForm = $("#nomForm").val();
/*
if(nomForm == "remboursementClassic")
{
if ($("#libelleFiltre").val() !== "") {
@ -57,7 +57,7 @@ $(function() {
$("#container_libelle_filtre").hide();
}
}
*/
});
function raffraichier_gabarit()
@ -5413,6 +5413,7 @@ function toggleBeneficiaireSelection(checkbox, id) {
function lister_dossiers_classiques(filtre)
{
var libelle = "";
d1 = $("#d1").val();
@ -5441,6 +5442,14 @@ function lister_dossiers_classiques(filtre)
}
/*
if ($("#libelleFiltre").val() !== "") {
$("#container_libelle_filtre").fadeIn();
} else {
$("#container_libelle_filtre").hide();
}
*/
$("#libelleFiltre").val(libelle);
$("#filtre").val(filtre);

View File

@ -663,7 +663,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<!-- Application Scripts -->
<script src="/Js/fonctions.js?ver=2026.01.21.00"></script>
<script src="/Js/fonctions.js?ver=2026.01.21.01"></script>
<script type="text/javascript">
raffraichier_gabarit();