This commit is contained in:
KANE LAZENI 2026-07-19 13:29:20 +00:00
parent f639a933c6
commit 055acfcf69
2 changed files with 12 additions and 12 deletions

View File

@ -25599,17 +25599,6 @@ function ajoute_dentaire()
return;
}
var numeroDentObligatoire = $('#numeroDentObligatoire').val();
alert("numeroDentObligatoire => "+numeroDentObligatoire);
if (!numeroDentObligatoire || numeroDentObligatoire.trim() <= " ") {
alert_ebene(
"Veuillez sélectionner un numéro de dent!",
"Please select a tooth number!"
);
return;
}
var ententePrealable = $('#ententePrealable').val();
var numeroDent = $("#numeroDent").val();
@ -25619,6 +25608,17 @@ function ajoute_dentaire()
var idCollege = $('#idCollege').val();
var nbreProthese = $('#nbreProthese').val();
var numeroDentObligatoire = $('#numeroDentObligatoire').val();
alert("numeroDentObligatoire => "+numeroDentObligatoire);
if (numeroDentObligatoire=="1" && numeroDent.trim() <= " ") {
alert_ebene(
"Veuillez sélectionner un numéro de dent!",
"Please select a tooth number!"
);
return;
}
donnees = 'codeActe='+codeActe+'&numeroDent='+numeroDent+'&motifDentaire='+motifDentaire;
var div_prestations = $('#div_prestations');

View File

@ -891,7 +891,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.07.19.00"></script>
<script src="Js/fonctions.js?ver=2026.07.19.01"></script>
<script src="Bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>