This commit is contained in:
KANE LAZENI 2026-06-24 13:23:25 +00:00
parent 3a31f5ba2d
commit 47cafbeb03
4 changed files with 5 additions and 6 deletions

View File

@ -3215,9 +3215,6 @@ function ajouter_medicament() {
function ajax_maj_qte_medicament(idMedicament, quantite, controle)
{
alert(controle.id);
alert(controle.name);
quantite=quantite.replace(",",".");
controle.value=quantite;
@ -3253,6 +3250,8 @@ function ajax_maj_qte_medicament(idMedicament, quantite, controle)
function ajax_maj_posologie_medicament(idMedicament, posologie, controle)
{
alert(controle.id);
alert(controle.name);
donnees = 'idMedicament='+idMedicament+"&posologie="+posologie;

View File

@ -35,7 +35,7 @@
<th width="5%" style="text-align:center"> <?= _("Qté") ?> </th>
<th width="6%" style="text-align:center"> <?= _("Prix Total") ?> </th>
<th width="15%" style="text-align:center"> <?= _("Posologie 2") ?> </th>
<th width="15%" style="text-align:center"> <?= _("Posologie") ?> </th>
<th width="7%" colspan="2" style="text-align:center"> <?= _("Durée (Jour)") ?> </th>

View File

@ -388,7 +388,7 @@
<th width="5%" style="text-align:center"> <?= _("Qté") ?> </th>
<th width="6%" style="text-align:center"> <?= _("Prix Total") ?> </th>
<th width="15%" style="text-align:center"> <?= _("Posologie 1") ?> </th>
<th width="15%" style="text-align:center"> <?= _("Posologie") ?> </th>
<th width="7%" colspan="2" style="text-align:center"> <?= _("Durée (Jour)") ?> </th>

View File

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