a
This commit is contained in:
parent
150e832c66
commit
10e8ce3cf4
|
|
@ -2347,3 +2347,24 @@ function changer_avenant_incorporation_beneficiaire()
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function filtrergenreconjoint()
|
||||||
|
{
|
||||||
|
codeLienParente = $('#codeLienParente').val();
|
||||||
|
genreAdherent = $('#genreAdherent').val();
|
||||||
|
|
||||||
|
if(codeLienParente=='C'){
|
||||||
|
if(genreAdherent=="F"){
|
||||||
|
$('#sexe').val('M');
|
||||||
|
$('#sexeConjoint').val('M');
|
||||||
|
}else{
|
||||||
|
$('#sexe').val('F');
|
||||||
|
$('#sexeConjoint').val('F');
|
||||||
|
}
|
||||||
|
|
||||||
|
$('#sexe').disable();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
$('#sexe').enable();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.29"></script>
|
<script src="/Js/fonctions.js?ver=2026.01.04.30"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
raffraichier_gabarit();
|
raffraichier_gabarit();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user