diff --git a/Js/fonctions.js b/Js/fonctions.js index a88a984..8fd94cf 100644 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -45232,3 +45232,22 @@ function selectionner_consulter_mvt_police(idPolice) } }); } + + +function selectionner_valider_mvt_police(idPolice) +{ + alert("selectionner_valider_mvt_police"); + return; + + donnees = 'idPolice='+idPolice; + $.ajax({ + url: $("#racineWeb").val()+"Ajaxcontextpolice/", + type : 'post', + data: donnees, + error: function(errorData) { + }, + complete: function() { + window.location.assign($("#racineWeb" ).val()+"Mouvementassurevalider/"); + } + }); +} diff --git a/Vue/Ajaxmouvementsrh/index.php b/Vue/Ajaxmouvementsrh/index.php index 723ff35..034ea8a 100644 --- a/Vue/Ajaxmouvementsrh/index.php +++ b/Vue/Ajaxmouvementsrh/index.php @@ -17,20 +17,9 @@ nettoyer($v['souscripteur']) ?> nettoyer($v['numeroClient']) ?> nettoyer($v['idPolice']) ?> - - - - - - - - - - nettoyer($v['nbAttente'])) ?> + nettoyer($v['nbValide'])) ?>