dfr
This commit is contained in:
parent
3e28cdaa25
commit
3cfb1cf755
|
|
@ -48,16 +48,13 @@ $(function() {
|
|||
dataTableSpeciale();
|
||||
|
||||
let nomForm = $("#nomForm").val();
|
||||
/*
|
||||
|
||||
if(nomForm == "remboursementClassic")
|
||||
{
|
||||
if ($("#libelleFiltre").val() !== "") {
|
||||
$("#container_libelle_filtre").fadeIn();
|
||||
} else {
|
||||
$("#container_libelle_filtre").hide();
|
||||
}
|
||||
let filtre = $("#libelleFiltre").val();
|
||||
lister_dossiers_classiques(filtre);
|
||||
}
|
||||
*/
|
||||
|
||||
});
|
||||
|
||||
function raffraichier_gabarit()
|
||||
|
|
@ -5421,15 +5418,12 @@ function lister_dossiers_classiques(filtre)
|
|||
|
||||
codeLangue = $("#codeLangue").val();
|
||||
|
||||
|
||||
if(filtre=="0"){
|
||||
libelle = "Tous";
|
||||
}else if(filtre=="1"){
|
||||
libelle = "Assurés";
|
||||
}else if(filtre=="2"){
|
||||
libelle = "Polices";
|
||||
}else{
|
||||
libelle = "Aucun";
|
||||
}
|
||||
|
||||
if(codeLangue=="en_US")
|
||||
|
|
@ -5440,8 +5434,6 @@ function lister_dossiers_classiques(filtre)
|
|||
libelle = "Insured";
|
||||
}else if(filtre=="2"){
|
||||
libelle = "Insurance policy";
|
||||
}else{
|
||||
libelle = "None";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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.02"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.01.21.03"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
raffraichier_gabarit();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user