a
This commit is contained in:
parent
41ccd7dd31
commit
0bb0c6bd07
|
|
@ -45941,9 +45941,20 @@ $(function(){
|
|||
parametre_produit();
|
||||
}
|
||||
}
|
||||
|
||||
// 25/07/2026 => Gestion des différents formulaires
|
||||
const formHandlers = {
|
||||
proformahospitalisation: handleProformaHospitalisationForm,
|
||||
};
|
||||
|
||||
if (formHandlers[nomForm]) {
|
||||
formHandlers[nomForm]();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
function handleProformaHospitalisationForm() {
|
||||
listeententeprealablesproformahospi();
|
||||
}
|
||||
|
||||
function stylechampsRequis(){
|
||||
var requis = $('input,select,textarea').filter('[required]:visible');
|
||||
|
|
@ -83292,6 +83303,8 @@ function listeententeprealablesproformahospi()
|
|||
donnees = 'demandeTraite='+demandeTraite;
|
||||
donnees += '&debut=' + debut + '&fin=' + fin;
|
||||
|
||||
alert("listeententeprealablesproformahospi => "+donnees);
|
||||
|
||||
$("#div_ententeprealable").html('<div style="padding-top:80px; text-align:center; font-size:14px; color: #0088cf; "><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
|
||||
|
||||
$.ajax({
|
||||
|
|
|
|||
|
|
@ -2,9 +2,8 @@
|
|||
$this->titre = "Demande accord préalable proforma hospitalisation";
|
||||
?>
|
||||
|
||||
|
||||
<INPUT class="sr-only" TYPE="text" id="retour" NAME="retour" value="<?= $_SESSION['vueEntentePrealable'] ?>" readonly>
|
||||
|
||||
<input class="sr-only" id="nomForm" name="nomForm" type="text" value= "proformahospitalisation" >
|
||||
|
||||
<legend><?= _("DEMANDE ACCORD PREALABLE PROFORMA HOSPITALISATION CHIRURGICALE") ?></legend>
|
||||
|
||||
|
|
|
|||
|
|
@ -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.03"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.07.23.04"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user