a
This commit is contained in:
@@ -12251,6 +12251,8 @@ async function enregistrerbonsseancekine() {
|
||||
|
||||
function afficher_facturation_seance()
|
||||
{
|
||||
$("#div_facturation_seance").html('<div style="text-align:center; color: #4caf50 ; font-size:14px;"><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxfacturatioseancesea/",
|
||||
// type : 'post',
|
||||
@@ -28811,15 +28813,14 @@ function ajaxprixseancesea()
|
||||
data: donnees,
|
||||
error: function(errorData) {
|
||||
// $('#div_test_gabarit').html(errorData);
|
||||
alert(errorData);
|
||||
// alert(errorData);
|
||||
},
|
||||
success: function(data) {
|
||||
// $('#div_test_gabarit').html(data);
|
||||
alert(data);
|
||||
// alert(data);
|
||||
$("#infosacte").html(data);
|
||||
},
|
||||
complete: function() {
|
||||
// alert("Ajaxprixseancesea => Complete");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user