prestation/Vue/Refuserderogations/index.php
2025-12-01 18:54:33 +00:00

71 lines
3.8 KiB
PHP

<?php $this->titre = "INTER-SANTE - Refuser Dérogation"; ?>
<form id="frmderogation" name="frmderogation" method="post" >
<INPUT class="sr-only" TYPE="text" id="idDemandederogation" name="idDemandederogation" value="<?= $this->nettoyer($derogation['idDemandederogation']) ?>">
<INPUT class="sr-only" TYPE="text" id="smsGestionPrestataire" name="smsGestionPrestataire" value="<?= $this->nettoyer($derogation['smsGestionPrestataire']) ?>">
<INPUT class="sr-only" TYPE="text" id="prestataire" name="prestataire" value="<?= $this->nettoyer($derogation['prestataire']) ?>">
<INPUT class="sr-only" TYPE="text" id="codePrestataire" name="codePrestataire" value="<?= $this->nettoyer($derogation['codePrestataire']) ?>">
<INPUT class="sr-only" TYPE="text" id="beneficiaire" name="beneficiaire" value="<?= $this->nettoyer($derogation['beneficiaire']) ?>">
<INPUT class="sr-only" TYPE="text" id="numeroBeneficiaire" name="numeroBeneficiaire" value="<?= $this->nettoyer($derogation['numeroBeneficiaire']) ?>">
<INPUT class="sr-only" TYPE="text" id="libelleDerogation" name="libelleDerogation" value="<?= $this->nettoyer($derogation['libelleDerogation']) ?>">
<INPUT class="sr-only" TYPE="text" id="telephonePortableAdherent" name="telephonePortableAdherent" value="<?= $this->nettoyer($derogation['telephonePortableAdherent']) ?>">
<legend> <?= _("Fiche de demande de dérogation") ?> </legend>
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="15%" > <?= _("No") ?> </td>
<td width="20%"> <INPUT id="numeroDerogation" name="numeroDerogation" class="form-control" TYPE="text" style='font-size:10pt;text-align:center;' value="<?= $this->nettoyer($derogation['numeroDerogation']) ?>" readonly> </td>
<td width="15%" align="center"> <?= _("Dérogation") ?> </td>
<td> <INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= $this->nettoyer($derogation['libelleDerogation']) ?>" readonly> </td>
</tr>
<tr>
<td> Date </td>
<td> <INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= dateheureLang($this->nettoyer($derogation['dateSysteme'])) ?>" readonly> </td>
<td align="center"> <?= _("Prestataire") ?> </td>
<td> <INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= $this->nettoyer($derogation['prestataire']) ?>" readonly> </td>
</tr>
<tr>
<td> <?= _("Bénéficiaire") ?> </td>
<td colspan="5"><INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= $this->nettoyer($derogation['beneficiaire']) ?>" readonly> </td>
</tr>
<tr>
<td> <?= _("Motivations") ?> </td>
<td colspan="3"><INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= $this->nettoyer($derogation['observations']) ?>" readonly> </td>
</tr>
<tr>
<td> <?= _("Motif Réel") ?> </td>
<td colspan="3"><INPUT class="form-control" TYPE="text" id="motifReel" NAME="motifReel" style='font-size:10pt;' required AUTOCOMPLETE="OFF" autofocus ></td>
</tr>
<tr>
<td> <?= _("Motif à l'assuré") ?> </td>
<td colspan="3"><INPUT class="form-control" TYPE="text" id="motifRefusAssure" NAME="motifRefusAssure" style='font-size:10pt;' required AUTOCOMPLETE="OFF" ></td>
</tr>
<tr>
<td> </td>
<td colspan="3"> <input id="btn_enreg" name="btn_enreg" class = "form-control btn btn-primary" type="button" value="<?= _("Valider le refus") ?>" onClick="enregistrerrefusderogation_2();" style='font-size:10pt;' > </td>
</tr>
</tbody>
</table>
<?php if (isset($msgErreur)): ?>
<div id ="msgErreur" class="alert alert-danger" style="height:38px; padding:5px;" >
<H4><?= $msgErreur ?></H4>
</div>
<?php endif; ?>
</form>
<div id ="div_wait">
</div>