z
This commit is contained in:
parent
ee7abe7d56
commit
8ecb4201e6
|
|
@ -1549,9 +1549,6 @@ function init_import_assures()
|
||||||
|
|
||||||
function exporter_modele_assure()
|
function exporter_modele_assure()
|
||||||
{
|
{
|
||||||
alert("exporter_modele_assure");
|
|
||||||
return;
|
|
||||||
|
|
||||||
$('#div_form_upload').hide();
|
$('#div_form_upload').hide();
|
||||||
|
|
||||||
var div_export = $('#div_exporter_liste_assures');
|
var div_export = $('#div_exporter_liste_assures');
|
||||||
|
|
@ -1564,6 +1561,8 @@ function exporter_modele_assure()
|
||||||
// data: donnees,
|
// data: donnees,
|
||||||
success: function(data)
|
success: function(data)
|
||||||
{
|
{
|
||||||
|
alert(data);
|
||||||
|
$('#div_test_gabarit').html(data);
|
||||||
div_export.html(data);
|
div_export.html(data);
|
||||||
},
|
},
|
||||||
error : function(resultat, statut, erreur)
|
error : function(resultat, statut, erreur)
|
||||||
|
|
|
||||||
|
|
@ -635,7 +635,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
||||||
<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.04.35"></script>
|
<script src="/Js/fonctions.js?ver=2026.01.04.36"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
raffraichier_gabarit();
|
raffraichier_gabarit();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user