radiantrh/Vue/Consulterententeprealablesmont/index.php

68 lines
3.5 KiB
PHP
Executable File

<?php $this->titre = "Intersanté - Consulter une entente préalable Monture"; ?>
<form >
<INPUT class="sr-only" TYPE="text" id="idDemandeententeprealable" name="idDemandeententeprealable" value="<?= $this->nettoyer($ententeprealable['idDemandeententeprealable']) ?>">
<INPUT class="sr-only" TYPE="text" id="prestataire" name="prestataire" value="<?= $this->nettoyer($ententeprealable['prestataire']) ?>">
<INPUT class="sr-only" TYPE="text" id="beneficiaire" name="beneficiaire" value="<?= $this->nettoyer($ententeprealable['beneficiaire']) ?>">
<INPUT class="sr-only" TYPE="text" id="numeroBeneficiaire" name="numeroBeneficiaire" value="<?= $this->nettoyer($ententeprealable['numeroBeneficiaire']) ?>">
<legend> Consulter une entente préalable Monture </legend>
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="10%" > Numéro </td>
<td width="20%"> <INPUT id="numeroEntentePrealable" name="numeroEntentePrealable" class="form-control" TYPE="text" style='font-size:10pt;' value="<?= $this->nettoyer($ententeprealable['numeroEntentePrealable']) ?>" readonly> </td>
<td width="10%" align="center"> Monture </td>
<td colspan="3"> <INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="Monture Uniquement / Eyeglasses Frame Only" readonly> </td>
</tr>
<tr>
<td> Date </td>
<td> <INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= dateheureFr($this->nettoyer($ententeprealable['dateSysteme'])) ?>" readonly> </td>
<td align="center"> Prestataire </td>
<td colspan="3"> <INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= $this->nettoyer($ententeprealable['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($ententeprealable['beneficiaire']) ?>" readonly> </td>
</tr>
<tr>
<td> Répondu le </td>
<td> <INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= dateheureFr($this->nettoyer($ententeprealable['dateReponse'])) ?>" readonly> </td>
<td align="center"> Réponse </td>
<td> <INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= $this->nettoyer($ententeprealable['reponsentEnteprealable']) ?>" readonly> </td>
<td align="center"> Par </td>
<td> <INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= $this->nettoyer($ententeprealable['responsableAccord']) ?>" readonly> </td>
</tr>
<tr>
<td> Motif </td>
<td colspan="5"><INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= $this->nettoyer($ententeprealable['motifRefusAssure']) ?>" readonly> </td>
</tr>
<tr>
<td> Prix proposé </td>
<td> <INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= format_N($this->nettoyer($ententeprealable['prixPrestataire'])) ?>" readonly> </td>
<td align="center"> Prix Accordé </td>
<td> <INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= format_N($this->nettoyer($ententeprealable['prixAccorde'])) ?>" readonly> </td>
<td align="center" > TM </td>
<td> <INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= $this->nettoyer($ententeprealable['tm']) ?>" readonly> </td>
</tr>
</tbody>
</table>
</form>
<div id ="div_wait">
</div>