a
This commit is contained in:
parent
47dcc40bcf
commit
fd34b8593b
|
|
@ -1488,3 +1488,27 @@ function beneficiaire_a_retirer(p_choix, p_id_beneficiaire)
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function recapituler_retrait()
|
||||||
|
{
|
||||||
|
var div_assure_a_retirer = $('#div_assure_a_retirer');
|
||||||
|
|
||||||
|
$.ajax({
|
||||||
|
url: $("#racineWeb").val()+"Ajaxdetailretrait/recapituler/",
|
||||||
|
type: 'POST',
|
||||||
|
success: function(data) {
|
||||||
|
div_assure_a_retirer.html(data);
|
||||||
|
|
||||||
|
var oTable = $('.tabliste').DataTable();
|
||||||
|
oTable.destroy();
|
||||||
|
|
||||||
|
setTimeout(function() {
|
||||||
|
appliquerDataTable();
|
||||||
|
}, 500);
|
||||||
|
},
|
||||||
|
error: function(data) {
|
||||||
|
},
|
||||||
|
complete: function() {
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -595,7 +595,7 @@ $activeChildId = $menuData['child'];
|
||||||
<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.03.13"></script>
|
<script src="/Js/fonctions.js?ver=2026.01.03.14"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
setInterval(function() {
|
setInterval(function() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user