a
This commit is contained in:
parent
5ccd2f1bee
commit
60e742fa61
|
|
@ -45499,11 +45499,9 @@ function lister_dossiers_classiques_filtre_export(filtre)
|
||||||
|
|
||||||
donnees = 'd1='+d1+'&d2='+d2+'&filtre='+filtre;
|
donnees = 'd1='+d1+'&d2='+d2+'&filtre='+filtre;
|
||||||
|
|
||||||
$("#div_export_a").html('');
|
$("#div_export_a").html('<div style="padding-top:80px; text-align:center; font-size:14px; color: #0088cf; "><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
|
||||||
|
|
||||||
$("#div_dossiers").html('<div style="padding-top:80px; text-align:center; font-size:14px; color: #0088cf; "><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
|
// alert(donnees);
|
||||||
|
|
||||||
alert(donnees);
|
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: $("#racineWeb").val()+"Ajaxfacturesclassiquesfiltreexport/",
|
url: $("#racineWeb").val()+"Ajaxfacturesclassiquesfiltreexport/",
|
||||||
|
|
@ -45512,6 +45510,7 @@ function lister_dossiers_classiques_filtre_export(filtre)
|
||||||
error: function(errorData) {
|
error: function(errorData) {
|
||||||
},
|
},
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
|
$('#div_test_gabarit').html(data);
|
||||||
$("#div_export_a").html(data);
|
$("#div_export_a").html(data);
|
||||||
},
|
},
|
||||||
complete: function() {
|
complete: function() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user