a
This commit is contained in:
parent
90ed7f446d
commit
4ca0dfaadb
|
|
@ -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('<div style="padding-top:80px;"><img src="Bootstrap/images/loading.gif"/> <span style="font-size:15pt;">' + 'Veuillez patienter... / Please wait...' + '</span></div>');
|
||||||
|
|
||||||
|
$.ajax({
|
||||||
|
url: $("#racineWeb").val()+"Ajaxententeprealablespha/",
|
||||||
|
type : 'post',
|
||||||
|
data: donnees,
|
||||||
|
error: function(errorData) {
|
||||||
|
},
|
||||||
|
success: function(data) {
|
||||||
|
$("#div_ententeprealable").html(data);
|
||||||
|
},
|
||||||
|
complete: function() {
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td> </td>
|
<td> </td>
|
||||||
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:listeententeprealablespha();">Actualiser...</button> </td>
|
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:liste_mouvemements_assuresa();">Actualiser...</button> </td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
||||||
|
|
@ -638,7 +638,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||||
|
|
||||||
<!-- Application Scripts -->
|
<!-- Application Scripts -->
|
||||||
<script src="/Js/fonctions.js?ver=2026.01.05.20"></script>
|
<script src="/Js/fonctions.js?ver=2026.01.05.21"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
raffraichier_gabarit();
|
raffraichier_gabarit();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user