This commit is contained in:
KONE SOREL 2026-01-21 13:49:21 +00:00
parent 3e28cdaa25
commit 3cfb1cf755
2 changed files with 5 additions and 13 deletions

View File

@ -48,16 +48,13 @@ $(function() {
dataTableSpeciale(); dataTableSpeciale();
let nomForm = $("#nomForm").val(); let nomForm = $("#nomForm").val();
/*
if(nomForm == "remboursementClassic") if(nomForm == "remboursementClassic")
{ {
if ($("#libelleFiltre").val() !== "") { let filtre = $("#libelleFiltre").val();
$("#container_libelle_filtre").fadeIn(); lister_dossiers_classiques(filtre);
} else {
$("#container_libelle_filtre").hide();
} }
}
*/
}); });
function raffraichier_gabarit() function raffraichier_gabarit()
@ -5421,15 +5418,12 @@ function lister_dossiers_classiques(filtre)
codeLangue = $("#codeLangue").val(); codeLangue = $("#codeLangue").val();
if(filtre=="0"){ if(filtre=="0"){
libelle = "Tous"; libelle = "Tous";
}else if(filtre=="1"){ }else if(filtre=="1"){
libelle = "Assurés"; libelle = "Assurés";
}else if(filtre=="2"){ }else if(filtre=="2"){
libelle = "Polices"; libelle = "Polices";
}else{
libelle = "Aucun";
} }
if(codeLangue=="en_US") if(codeLangue=="en_US")
@ -5440,8 +5434,6 @@ function lister_dossiers_classiques(filtre)
libelle = "Insured"; libelle = "Insured";
}else if(filtre=="2"){ }else if(filtre=="2"){
libelle = "Insurance policy"; libelle = "Insurance policy";
}else{
libelle = "None";
} }
} }

View File

@ -663,7 +663,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
<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.21.02"></script> <script src="/Js/fonctions.js?ver=2026.01.21.03"></script>
<script type="text/javascript"> <script type="text/javascript">
raffraichier_gabarit(); raffraichier_gabarit();