d
This commit is contained in:
parent
7bbd07d1d0
commit
5ae14e4ec0
|
|
@ -1513,13 +1513,12 @@ function liste_avenant()
|
||||||
window.location.assign($("#racineWeb" ).val()+"Listeavenant/");
|
window.location.assign($("#racineWeb" ).val()+"Listeavenant/");
|
||||||
}
|
}
|
||||||
|
|
||||||
function controle_date_avenant()
|
function controle_date_avenant() {
|
||||||
{
|
let codeTypeAvenant = $("#codeTypeAvenant").val();
|
||||||
codeTypeAvenant=$("#codeTypeAvenant").val();
|
$("#div_periodidite").html("");
|
||||||
$("#div_periodidite").html("");
|
$("#dateAvenant").val($("#datejourfr_C").val());
|
||||||
$("#dateAvenant").val($("#datejourfr_C").val());
|
$("#dateAvenant").prop("readonly", true);
|
||||||
$("#dateAvenant").readable();
|
$("#motifavenant").prop("readonly", true);
|
||||||
$("#motifavenant").readable();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function init_import_assures()
|
function init_import_assures()
|
||||||
|
|
|
||||||
|
|
@ -637,7 +637,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.26"></script>
|
<script src="/Js/fonctions.js?ver=2026.01.04.27"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
raffraichier_gabarit();
|
raffraichier_gabarit();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user