a
This commit is contained in:
parent
40d607d058
commit
1262172f8a
|
|
@ -2823,11 +2823,6 @@ function enregistrerconsultation()
|
|||
|
||||
$("#btn_enreg").disable();
|
||||
|
||||
alert("07/05/2026 => "+donnees);
|
||||
console.log(donnees);
|
||||
return;
|
||||
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxenregistrerconsultation/enregistrerconsultation/",
|
||||
type : 'post',
|
||||
|
|
@ -2841,7 +2836,13 @@ function enregistrerconsultation()
|
|||
v_msg="Consultation enregistr\u00e9e avec succ\u00e8s";
|
||||
v_msgEng="Saved successfully!";
|
||||
alert_ebene(v_msg, v_msgEng);
|
||||
feuillemaladie();
|
||||
|
||||
alert("07/05/2026 => On n'affiche pas feuillemaladie");
|
||||
// console.log(donnees);
|
||||
return;
|
||||
|
||||
|
||||
// feuillemaladie();
|
||||
}
|
||||
});
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -892,7 +892,7 @@
|
|||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.css" crossorigin="anonymous">
|
||||
<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.05.07.02"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.05.07.03"></script>
|
||||
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user