d
This commit is contained in:
parent
7bbd07d1d0
commit
5ae14e4ec0
|
|
@ -1513,13 +1513,12 @@ function liste_avenant()
|
|||
window.location.assign($("#racineWeb" ).val()+"Listeavenant/");
|
||||
}
|
||||
|
||||
function controle_date_avenant()
|
||||
{
|
||||
codeTypeAvenant=$("#codeTypeAvenant").val();
|
||||
$("#div_periodidite").html("");
|
||||
$("#dateAvenant").val($("#datejourfr_C").val());
|
||||
$("#dateAvenant").readable();
|
||||
$("#motifavenant").readable();
|
||||
function controle_date_avenant() {
|
||||
let codeTypeAvenant = $("#codeTypeAvenant").val();
|
||||
$("#div_periodidite").html("");
|
||||
$("#dateAvenant").val($("#datejourfr_C").val());
|
||||
$("#dateAvenant").prop("readonly", true);
|
||||
$("#motifavenant").prop("readonly", true);
|
||||
}
|
||||
|
||||
function init_import_assures()
|
||||
|
|
|
|||
|
|
@ -637,7 +637,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- 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">
|
||||
raffraichier_gabarit();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user