From 202671000844cfc6763ce7e70bc0130f1f81b684 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 13 Jan 2026 18:26:16 +0000 Subject: [PATCH] a --- Js/fonctions.js | 56 +++++++++++++++++++++++ Vue/Listeremboursementclassique/index.php | 2 +- Vue/gabarit.php | 2 +- 3 files changed, 58 insertions(+), 2 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 041a909..55d58dd 100644 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -45089,3 +45089,59 @@ function editer_carteassure() } }); } + + +function lister_dossiers_classiques_filtre(filtre) +{ + var libelle = ""; + + d1 = $("#d1").val(); + d2 = $("#d2").val(); + + codeLangue = $("#codeLangue").val(); + + + if(filtre=="0"){ + libelle = "Filtre tous"; + }else if(filtre=="1"){ + libelle = "Filtre assurés"; + }else if(filtre=="2"){ + libelle = "Filtre polices"; + } + + if(codeLangue=="en_US") + { + if(filtre=="0"){ + libelle = "Filter all"; + }else if(filtre=="1"){ + libelle = "Filter insured"; + }else if(filtre=="2"){ + libelle = "Insurance policy filter"; + } + + } + + $("#libelleFiltre").val(libelle); + $("#filtre").val(filtre); + + donnees = 'd1='+d1+'&d2='+d2+'&filtre='+filtre; + + $("#div_export_a").html(''); + + $("#div_dossiers").html('
' + '
'); + + + $.ajax({ + url: $("#racineWeb").val()+"Ajaxfacturesclassiques/", + type : 'post', + data: donnees, + error: function(errorData) { + }, + success: function(data) { + $("#div_dossiers").html(data); + }, + complete: function() { + } + }); + +} diff --git a/Vue/Listeremboursementclassique/index.php b/Vue/Listeremboursementclassique/index.php index 8665a49..90ed238 100644 --- a/Vue/Listeremboursementclassique/index.php +++ b/Vue/Listeremboursementclassique/index.php @@ -16,7 +16,7 @@ - + diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 0d38a16..11ad811 100644 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -261,7 +261,7 @@ controlerPlafondBeneficiaire : - +