a
This commit is contained in:
parent
c4edb91d65
commit
487ab0d845
|
|
@ -44576,6 +44576,7 @@ function imprimer_avenant(idAvenant, lienTexteAvenant)
|
|||
var div_export = $('#div_export_a');
|
||||
div_export.html('<div style="padding-top:80px;"><img src="Bootstrap/images/loading.gif"/> <span style="font-size:15pt;">' + 'Veuillez patienter... / Please wait...' + '</span></div>');
|
||||
|
||||
donnees_retour = "";
|
||||
donnees = 'idAvenant='+idAvenant;
|
||||
|
||||
v_url = $("#racineWeb").val()+"Ajax"+lienTexteAvenant+"/";
|
||||
|
|
@ -44586,7 +44587,12 @@ function imprimer_avenant(idAvenant, lienTexteAvenant)
|
|||
data: donnees,
|
||||
success: function(data)
|
||||
{
|
||||
div_export.html(data);
|
||||
$('#div_test_gabarit').html(data);
|
||||
donnees_retour = data;
|
||||
// div_export.html(data);
|
||||
},
|
||||
complete: function() {
|
||||
$('#div_export').html(donnees_retour);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@
|
|||
|
||||
<legend> <?= _("Avenants de la police") . " => " . $_SESSION['nomClient_C'] . " => " . $police['numeroPolice'] . " => " . $police['idPolice'] ?> </legend>
|
||||
|
||||
<div id="div_export_a">
|
||||
</div>
|
||||
|
||||
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:9pt;">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user