prestation/Vue/Ajaxrequeteenteteprestationactes/index.php
2025-12-05 10:42:46 +00:00

80 lines
3.9 KiB
PHP
Executable File

<div id="div_ente_requete">
<INPUT class="sr-only" TYPE="text" id="codePrestataire" name="codePrestataire" value="<?= $_SESSION['p_codePrestataire_C'] ?>">
<INPUT class="sr-only" TYPE="text" id="codeTypePrestataire" name="codeTypePrestataire" value="<?= $_SESSION['p_codeTypePrestataire_C'] ?>">
<input class="sr-only" type="text" id="codeMedecin" name="codeMedecin">
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="10%"><?= _("Prestataire") ?></td>
<td> <INPUT style='tfont-size:10pt;' class="form-control" type="text" value="<?= $this->nettoyer($_SESSION['p_prestataire_C']) ?>" readonly> </td>
<td width="10%" align="center"> <?= _("Période du") ?> </td>
<td width="20%"> <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="datePrestation1" NAME="datePrestation1" value="<?= $_SESSION['p_debutRequeteFr_C'] ?>" required AUTOCOMPLETE="OFF" ></td>
<td width="5%" align="center" > <?= _("au") ?> </td>
<td width="20%" > <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="datePrestation2" NAME="datePrestation2" value="<?= $_SESSION['p_finRequeteFr_C'] ?>" required AUTOCOMPLETE="OFF" > </td>
</tr>
<tr>
<td> </td>
<td colspan="1"> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:requetes_prestationactes();"><?= _("Afficher résultats...") ?></button> </td>
<td colspan="2">
<input class="form-control" style="text-align: center; font-size:10pt;" type="text" id="nbligne" name="nbligne" value="Result : 0" readonly>
</td>
<td colspan="2"> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:requetes_prestationactes_export();"><?= _("Exporter vers Excel...") ?></button> </td>
</tr>
</tbody>
</table>
<div class="modal fade" id="popRechercheMedecin" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button id="btn_close_pop" name="btn_close_pop" type="button" class="close" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
<h4 class="modal-title"><?= _("Rechercher un Médecin...") ?></h4>
</div>
<div class="modal-body">
<div id="div_listemedecins" onkeypress="javascript:ctrlkeypress_medecin_requete(event);">
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style='font-size:10pt;'>
<thead>
<tr>
<th style="text-align:center" width="15%" > Code </th>
<th width="50%" style="text-align:center" > <?= _("Nom contenant...") ?> </th>
<th colspan="2" style="text-align:center" > <?= _("Spécialité") ?> </th>
</tr>
</thead>
<tbody>
<tr>
<td><input type="text" class="form-control" id="noOrdreMedecin" name="noOrdreMedecin" autofocus style='font-size:10pt;' ></td>
<td><input type="text" class="form-control" id="nomsearch" name="nomsearch" autofocus style='font-size:10pt;' ></td>
<td><input type="button" class = "form-control btn btn-info" style='font-size:10pt;' value="<?= _("Rechercher...") ?>" onclick="javascript:afficher_pop_recherche_medecin_requete();" /></td>
<td><input type="button" class = "form-control btn btn-info" style='font-size:10pt;' value="<?= _("Ré-initialiser...") ?>" onclick="javascript:reinitialiser_medecin();" /></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="modal-footer">
<button id="close_pop" name="close_pop" type="button" class="btn btn-default" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
</div>
</div>
</div>
</div>
</div>
<div id="div_detail_requete">
</div>
<div id="div_export_a">
</div>