serty
This commit is contained in:
parent
fd09173177
commit
c8b2946b0e
|
|
@ -45516,7 +45516,6 @@ function liste_frais_funeraires_assures_client()
|
|||
}
|
||||
|
||||
function afficher_demande_fraisfun(idBeneficiaire, no) {
|
||||
debugger;
|
||||
// 1. Mise à jour des champs de contexte
|
||||
$("#idBeneficiaire_C").val(idBeneficiaire);
|
||||
$("#numeroBeneficiaire_C").val(no);
|
||||
|
|
@ -45530,9 +45529,6 @@ function afficher_demande_fraisfun(idBeneficiaire, no) {
|
|||
// Correction : On envoie l'id reçu en paramètre
|
||||
data: donnees,
|
||||
success: function(data) {
|
||||
debugger;
|
||||
|
||||
alert(data);
|
||||
// Vérification que l'ID a bien été affecté
|
||||
if ($("#idBeneficiaire_C").val() > "") {
|
||||
// Petit délai pour laisser le DOM respirer si nécessaire
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td width="10%"> <?= _("Période du") ?> </td>
|
||||
<td width="15%"> <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="debut" NAME="debut" value="<?= dateLang($_SESSION['debutMois_C'], $_SESSION['lang']) ?>" required </td>
|
||||
<td width="15%"> <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="debut" NAME="debut" value="<?= dateLang($_SESSION['debutExercice_C'], $_SESSION['lang']) ?>" required </td>
|
||||
|
||||
<td width="3%" align="center"> <?= _("au") ?> </td>
|
||||
<td width="15%"> <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="fin" NAME="fin" value="<?= dateCouranteLang($_SESSION['lang']) ?>" required> </td>
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
<td align="center"> <?= _("Statut") ?> </td>
|
||||
<td>
|
||||
<select class="form-control" id="valide" name="valide" style="font-weight: bold;">
|
||||
<?php liste_options_consultation($reponsedemande, ""); ?>
|
||||
<?php liste_options_consultation($reponsedemande, "2"); ?>
|
||||
</select>
|
||||
</td>
|
||||
|
||||
|
|
|
|||
|
|
@ -258,7 +258,7 @@
|
|||
<script src="Js/datepicker-fr.js"></script>
|
||||
<?php endif; ?>
|
||||
|
||||
<script src="Js/fonctions.js?ver=2026.05.04.03"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.05.04.05"></script>
|
||||
|
||||
<script src="<?= $_SESSION['dossierSociete'].'/Js/societe.js' ?>" > </script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user