diff --git a/Js/fonctions.js b/Js/fonctions.js index 0c404af..d63388b 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -18359,7 +18359,6 @@ function selectionner_rdv(idDemande) }); } - function ouvrir_rdv() { window.location.assign($("#racineWeb" ).val()+"Rendezvous/"); @@ -19062,3 +19061,8 @@ function listerdemandesconsultation() } }); } + +function selectionner_demande_consultation(idDemande) +{ + alert("selectionner_demande_consultation"); +} diff --git a/Vue/Ajaxdemanderdv/listerdemandesconsultation.php b/Vue/Ajaxdemanderdv/listerdemandesconsultation.php new file mode 100755 index 0000000..12cdd7b --- /dev/null +++ b/Vue/Ajaxdemanderdv/listerdemandesconsultation.php @@ -0,0 +1,204 @@ +
| = _("N° Demande") ?> | +Date | += _("Bénéficiaire") ?> | += _("Nom") ?> | += _("Prestataire") ?> | += _("Spécialité") ?> | += _("Etat") ?> | += _("Motif") ?> | += _("Expiration") ?> | +
|---|---|---|---|---|---|---|---|---|
| + + | += dateheureLang($dateSysteme, $_SESSION['lang']) ?> | += $this->nettoyer($v['numeroBeneficiaire']) ?> | += $this->nettoyer($v['beneficiaire']) ?> | ++ = $prestataire ?> + | ++ = $specialite ?> + | ++ + = $demandeEffectuee; ?> + + = $demandeEffectuee; ?> + + | ++ = $this->nettoyer($v['motifConsultation']) ?> + | + += dateheureLang($this->nettoyer($v['heureExpiration'], $_SESSION['lang']) ?> | +
|
+
+
+
+ = _("Aucun demande trouvée pour les critères sélectionnés") ?>
+
+
+ |
+ ||||||||