a
This commit is contained in:
parent
76d43a900e
commit
3cb39979da
|
|
@ -3215,6 +3215,8 @@ function ajouter_medicament() {
|
|||
|
||||
function ajax_maj_qte_medicament(idMedicament, quantite, controle)
|
||||
{
|
||||
alert(controle);
|
||||
|
||||
quantite=quantite.replace(",",".");
|
||||
controle.value=quantite;
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
$fraisTotal = $this->nettoyer($prescription['fraisReel']);
|
||||
|
||||
|
||||
if ($numeroBonOrdonnance>"0") :
|
||||
?>
|
||||
<input class="sr-only" type="text" id="fraisTotal" name="fraisTotal" value="<?= $fraisTotal ?>" >
|
||||
|
|
@ -22,18 +21,6 @@
|
|||
<input class="sr-only" id="ententePrealable" name="ententePrealable" type="text" value= "<?= $ententePrealable ?>">
|
||||
<input class="sr-only" id="montantTotalMedicament" name="montantTotalMedicament" type="text" value= "<?= $montantTotalMedicament ?>">
|
||||
|
||||
<!--
|
||||
<table class="table table-condensed table-responsive" >
|
||||
<tbody >
|
||||
<tr >
|
||||
<td style="padding: 3px 6px;background-color: #337ab7;color: #fff; font-weight: bold;text-transform: uppercase;font-size:13pt;">
|
||||
<?= _("Médicaments prescrits") ?>
|
||||
</td>
|
||||
</tr >
|
||||
</tbody>
|
||||
</table>
|
||||
-->
|
||||
|
||||
<div >
|
||||
<input class="form-control" style="text-align: center; font-size: 12pt;font-weight: bold;" type="text" value="<?= _("Liste des médicaments prescrits") ?>" readonly > </td>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -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.02"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.06.24.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