fr
This commit is contained in:
parent
0498e6b5f1
commit
331a272a20
|
|
@ -5703,16 +5703,16 @@ function valider_remboursement(idDemande){
|
|||
|
||||
function enregistrer_validation_rd(idDemande){
|
||||
debugger;
|
||||
|
||||
let codeStatutPaiement = $("#codeStatutPaiement").val();
|
||||
let motifRejetRh = $("#motifRejetRh").val();
|
||||
|
||||
if(codeStatutPaiement=="2"){
|
||||
codeStatutPaiement = $("#codeStatutPaiementAjax").val();
|
||||
motifRejetRh = $("#motifRejetRh").val();
|
||||
|
||||
if(codeStatutPaiement == "2"){
|
||||
const msg = "Une décision de validation est obligatoire.";
|
||||
const msgEng = "A validation approval is required.";
|
||||
|
||||
alert_ebene(msg, msgEng);
|
||||
$("#codeStatutPaiement").focus();
|
||||
$("#codeStatutPaiementAjax").focus();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
<div class="row g-3">
|
||||
<div class="col-12">
|
||||
<label class="form-label fw-bold"><?= _("Décision de validation") ?> <span class="text-danger">*</span></label>
|
||||
<select class="form-select border-primary" id="codeStatutPaiement" name="codeStatutPaiement">
|
||||
<select class="form-select border-primary" id="codeStatutPaiementAjax" name="codeStatutPaiementAjax">
|
||||
<?php liste_options($reponsedemande, $codeStatutPaiement); ?>
|
||||
</select>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -663,7 +663,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="/Js/fonctions.js?ver=2026.01.22.07"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.01.22.08"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
raffraichier_gabarit();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user