a
This commit is contained in:
parent
dae15a9447
commit
ff2f4d6e8d
|
|
@ -83327,10 +83327,10 @@ function maj_dureeCorrigee_proforma_hospit(idProforma, dureeCorrigee)
|
|||
error: function(errorData) {
|
||||
},
|
||||
success: function(data) {
|
||||
$('#div_test_gabarit').html(data);
|
||||
// $('#div_test_gabarit').html(data);
|
||||
},
|
||||
complete: function() {
|
||||
// ajaxtraitementproformahospitalisation();
|
||||
ajaxtraitementproformahospitalisation();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -121,10 +121,10 @@ $demandeTraite = $this->nettoyer($examen['demandeTraite']);
|
|||
<td width="5%" align="center"> <?= _("Durée Corrigée (J)") ?> </td>
|
||||
<td width="20%">
|
||||
<?php if ($demandeTraite=="0"): ?>
|
||||
<INPUT class="form-control" TYPE="number" value="<?= $this->nettoyer($examen['dureeCorrigee']) ?>"
|
||||
<INPUT class="form-control" TYPE="number" value="<?= $this->nettoyer($examen['dureeCorrigeeProvisoire']) ?>"
|
||||
style="text-align: center; font-size:10pt;" id="dureeCorrigee" name="dureeCorrigee" onchange="javascript:maj_dureeCorrigee_proforma_hospit('<?= $examen['id'] ?>',this.value);">
|
||||
<?php else: ?>
|
||||
<INPUT class="form-control" TYPE="number" value="<?= $this->nettoyer($examen['dureeCorrigee']) ?>"
|
||||
<INPUT class="form-control" TYPE="number" value="<?= $this->nettoyer($examen['dureeCorrigeeProvisoire']) ?>"
|
||||
style="text-align: center; font-size:10pt;" id="dureeCorrigee" name="dureeCorrigee" disabled>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
|
|
|
|||
|
|
@ -982,7 +982,7 @@
|
|||
|
||||
<script src="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.js" crossorigin="anonymous"></script>
|
||||
|
||||
<script src="Js/fonctions.js?ver=2026.07.23.02"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.07.23.03"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user