diff --git a/Controleur/ControleurAjaxdetailpharmacie.php b/Controleur/ControleurAjaxdetailpharmacie.php index d1cfeae..312d1e3 100644 --- a/Controleur/ControleurAjaxdetailpharmacie.php +++ b/Controleur/ControleurAjaxdetailpharmacie.php @@ -73,5 +73,15 @@ class ControleurAjaxdetailpharmacie extends Controleur { $this->executerAction("index"); } + + public function majposologie() + { + $idMedicament = $this->requete->getParametre("idMedicament"); + $posologie = $this->requete->getParametreFormulaire("posologie"); + + $this->detailprescription->majposologie($idMedicament, $posologie); + + $this->executerAction("index"); + } } \ No newline at end of file diff --git a/Vue/Ajaxdetailpharmacie/index.php b/Vue/Ajaxdetailpharmacie/index.php index 2ffefa6..cf6d7f1 100644 --- a/Vue/Ajaxdetailpharmacie/index.php +++ b/Vue/Ajaxdetailpharmacie/index.php @@ -1,130 +1,129 @@ -
-
- - - - - - - - - - - - - - +KANE 2 - - nettoyer($detailnonlivre['id']); - $valeurActe = $this->nettoyer($detailnonlivre['valeurActe']); - $ententePrealable2=$this->nettoyer($detailnonlivre['ententePrealable']); - ?> - - - - - - +
+
+ + + + + + + + + + + + + + + + nettoyer($detailnonlivre['id']); + $valeurActe = $this->nettoyer($detailnonlivre['valeurActe']); + $ententePrealable2=$this->nettoyer($detailnonlivre['ententePrealable']); + ?> + + + + + + + + + + + + - - - - - + + + + + + - - - - - - - - - + - - - - - - - - - - - - -
W R W R nettoyer($detailnonlivre['libelleMedicament']) ?> nettoyer($detailnonlivre['unite']) ?> nettoyer($detailnonlivre['valeurActe'])) ?> nettoyer($detailnonlivre['quantite']) ?> nettoyer($detailnonlivre['fraisReel'])) ?> nettoyer($detailnonlivre['montantTm'])) ?> nettoyer($detailnonlivre['montantArembourser'])) ?> nettoyer($detailnonlivre['numeroBonOrdonnance']) ?>
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - nettoyer($detaillivre['id']); - $ententePrealable3=$this->nettoyer($detaillivre['ententePrealable']); - $nbLivre++; - ?> - - - - - - - - - - - - - - - - - - - - - - - -
Total nettoyer($prescription['fraisReelLivre'])) ?>nettoyer($prescription['montantTmLivre'])) ?>nettoyer($prescription['montantArembourserLivre'])) ?>
nettoyer($detaillivre['libelleMedicament']) ?> nettoyer($detaillivre['unite']) ?> nettoyer($detaillivre['valeurActe'])) ?> nettoyer($detaillivre['quantite']) ?> nettoyer($detaillivre['fraisReel'])) ?> nettoyer($detaillivre['montantTm'])) ?> nettoyer($detaillivre['montantArembourser'])) ?> nettoyer($detaillivre['numeroBonOrdonnance']) ?>
- - - -
+ nettoyer($detailnonlivre['libelleMedicament']) ?> + nettoyer($detailnonlivre['unite']) ?> + nettoyer($detailnonlivre['valeurActe'])) ?> + nettoyer($detailnonlivre['quantite']) ?> + nettoyer($detailnonlivre['fraisReel'])) ?> + nettoyer($detailnonlivre['montantTm'])) ?> + nettoyer($detailnonlivre['montantArembourser'])) ?> + nettoyer($detailnonlivre['numeroBonOrdonnance']) ?> + + + + +
-
- -
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + nettoyer($detaillivre['id']); + $ententePrealable3=$this->nettoyer($detaillivre['ententePrealable']); + $nbLivre++; + ?> + + + + + + + + + + + + + + + + + + + + + + + + + +
Total nettoyer($prescription['fraisReelLivre'])) ?>nettoyer($prescription['montantTmLivre'])) ?>nettoyer($prescription['montantArembourserLivre'])) ?>
nettoyer($detaillivre['libelleMedicament']) ?> nettoyer($detaillivre['unite']) ?> nettoyer($detaillivre['valeurActe'])) ?> nettoyer($detaillivre['quantite']) ?> nettoyer($detaillivre['fraisReel'])) ?> nettoyer($detaillivre['montantTm'])) ?> nettoyer($detaillivre['montantArembourser'])) ?> nettoyer($detaillivre['numeroBonOrdonnance']) ?>
-
\ No newline at end of file + + + + +
+ +
diff --git a/Vue/Ajaxdetailpharmacien/index.php b/Vue/Ajaxdetailpharmacien/index.php index eb1f314..c3f62c5 100644 --- a/Vue/Ajaxdetailpharmacien/index.php +++ b/Vue/Ajaxdetailpharmacien/index.php @@ -12,7 +12,6 @@ $controlerPlafondBeneficiaire = ($_SESSION['p_controlerPlafondBeneficiaire']>0); ?> -KANE