a
This commit is contained in:
parent
3a31f5ba2d
commit
47cafbeb03
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user