a
This commit is contained in:
parent
c16ce5d140
commit
cffc88fe0e
|
|
@ -3095,3 +3095,41 @@ function plafond_adherent()
|
||||||
window.location.assign($("#racineWeb" ).val()+"Plafondadherent/");
|
window.location.assign($("#racineWeb" ).val()+"Plafondadherent/");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function afficher_garantieadherent_entete_contrat()
|
||||||
|
{
|
||||||
|
var div_attente = $('#div_gar_exo');
|
||||||
|
|
||||||
|
idEntetecontrat=$("#idEntetecontrat").val();
|
||||||
|
|
||||||
|
if (idEntetecontrat<="0")
|
||||||
|
{
|
||||||
|
v_msg="Veuillez sélectionner une période!";
|
||||||
|
v_msgEng="Please select a period!";
|
||||||
|
alert_ebene(v_msg, v_msgEng);
|
||||||
|
|
||||||
|
$("#idEntetecontrat").focus();
|
||||||
|
|
||||||
|
div_attente.html('');
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// donnees = 'exercieReference='+exercieReference;
|
||||||
|
donnees = 'idEntetecontrat='+idEntetecontrat;
|
||||||
|
|
||||||
|
div_attente.html('<div style="padding-top:80px;"><img src="Bootstrap/images/loading.gif"/> <span style="font-size:15pt;">' + 'Chargement en cours! Veuillez patienter...' + '</span></div>');
|
||||||
|
|
||||||
|
$.ajax({
|
||||||
|
url: $("#racineWeb").val()+"Ajaxplafondadherent/",
|
||||||
|
type : 'post',
|
||||||
|
data: donnees,
|
||||||
|
error: function(errorData) {
|
||||||
|
},
|
||||||
|
success: function(data) {
|
||||||
|
div_attente.html(data);
|
||||||
|
},
|
||||||
|
complete: function() {
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -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.05.03"></script>
|
<script src="/Js/fonctions.js?ver=2026.01.05.04"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
raffraichier_gabarit();
|
raffraichier_gabarit();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user