a
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user