diff --git a/Js/fonctions.js b/Js/fonctions.js index 5f7c796..9fe2fd2 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -3456,3 +3456,31 @@ function retour_recherche_assure() } +function liste_mouvemements_assures() +{ + alert("liste_movemements_assures"); + return; + + codeReponseEntentePrealable=$("#codeReponseEntentePrealable").val(); + debut=$("#debut").val(); + fin=$("#fin").val(); + + donnees = 'codeReponseEntentePrealable='+codeReponseEntentePrealable; + donnees += '&debut='+debut+'&fin='+fin; + + $("#div_ententeprealable").html('
  ' + 'Veuillez patienter... / Please wait...' + '
'); + + $.ajax({ + url: $("#racineWeb").val()+"Ajaxententeprealablespha/", + type : 'post', + data: donnees, + error: function(errorData) { + }, + success: function(data) { + $("#div_ententeprealable").html(data); + }, + complete: function() { + } + }); +} + diff --git a/Vue/Mouvementassure/index.php b/Vue/Mouvementassure/index.php index 98d25d1..c8fab6a 100644 --- a/Vue/Mouvementassure/index.php +++ b/Vue/Mouvementassure/index.php @@ -27,7 +27,7 @@ - + diff --git a/Vue/gabarit.php b/Vue/gabarit.php index f9c629c..183d684 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -638,7 +638,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +