From a4b4467c715ca8ece7ec47a7ecaad1a3f3e91932 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 6 Jan 2026 17:56:36 +0000 Subject: [PATCH] a --- Js/fonctions.js | 42 ++++++++++++++++++++++++++++- Vue/Mouvementassureclient/index.php | 6 ++--- Vue/gabarit.php | 2 +- 3 files changed, 44 insertions(+), 6 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index d240137..90ccef8 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -3634,4 +3634,44 @@ function retour_fiche_police() window.location.assign($("#racineWeb" ).val()+"Accueil/"); } -} \ No newline at end of file +} + +function liste_mouvemements_assures_client() +{ + alert("liste_mouvemements_assures_client"); + return; + + codeSensMouvement=$("#codeSensMouvement").val(); + valide=$("#valide").val(); + debut=$("#debut").val(); + fin=$("#fin").val(); + + donnees = 'codeSensMouvement='+codeSensMouvement; + donnees += '&valide='+valide; + donnees += '&debut='+debut+'&fin='+fin; + + $("#div_mvt").html(` +
+
+ Loading... +
+ + Veuillez patienter... / Please wait... + +
+ `); + + $.ajax({ + url: $("#racineWeb").val()+"Ajaxmouvementassure/", + type : 'post', + data: donnees, + error: function(errorData) { + }, + success: function(data) { + $("#div_mvt").html(data); + appliquerDataTable('.tabliste'); + }, + complete: function() { + } + }); +} diff --git a/Vue/Mouvementassureclient/index.php b/Vue/Mouvementassureclient/index.php index d9ab071..6bc7755 100644 --- a/Vue/Mouvementassureclient/index.php +++ b/Vue/Mouvementassureclient/index.php @@ -2,15 +2,13 @@ $this->titre = "Intersanté - Mouvements sur les assurés"; ?> -Mouvementassureclient - @@ -36,7 +34,7 @@ Mouvementassureclient - +
-
diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 748da34..2ad2bbc 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -638,7 +638,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +