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

63 lines
3.5 KiB
PHP

<?php $this->titre = "INTER-SANTE - Autoriser un acte exclu"; ?>
<form id="frmdententeprealable" name="frmdententeprealable" method="post" >
<INPUT class="sr-only" TYPE="text" id="idDemandeautorisation" name="idDemandeautorisation" value="<?= $this->nettoyer($ententeprealable['idDemandeautorisation']) ?>">
<INPUT class="sr-only" TYPE="text" id="smsGestionPrestataire" name="smsGestionPrestataire" value="<?= $this->nettoyer($ententeprealable['smsGestionPrestataire']) ?>">
<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']) ?>">
<INPUT class="sr-only" TYPE="text" id="libelleActe" name="libelleActe" value="<?= $this->nettoyer($ententeprealable['libelleActe']) ?>">
<INPUT class="sr-only" TYPE="text" id="prixTarif" name="prixTarif" value="<?= $this->nettoyer($ententeprealable['prixTarif']) ?>">
<legend> <?= _("Autoriser un acte exclu") ?> </legend>
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="10%" > <?= _("No") ?> </td>
<td width="20%"> <INPUT id="numeroAutorisation" name="numeroAutorisation" class="form-control" TYPE="text" style='font-size:10pt;text-align:center;' value="<?= $this->nettoyer($ententeprealable['numeroAutorisation']) ?>" readonly> </td>
<td width="10%" align="center"> <?= _("Acte") ?> </td>
<td colspan="3"> <INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= $this->nettoyer($ententeprealable['libelleActe']) ?>" readonly> </td>
</tr>
<tr>
<td> Date </td>
<td> <INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= dateheureLang($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> <?= _("Motif Accord") ?> </td>
<td colspan="5"><INPUT class="form-control" TYPE="text" id="motifReel" NAME="motifReel" style='font-size:10pt;' required AUTOCOMPLETE="OFF" autofocus ></td>
</tr>
<tr>
<td> <?= _("Tarif Conventionné") ?> </td>
<td width="20%"> <INPUT class="form-control" TYPE="text" style='font-size:10pt;text-align:center;' value="<?= format_N($this->nettoyer($ententeprealable['prixTarif'])) ?>" readonly> </td>
<td align="center" > <?= _("Prix Accordé") ?> </td>
<td width="20%"> <INPUT id="valeurActe" name="valeurActe" class="form-control" TYPE="text" style='font-size:10pt;text-align:center;' value="0"> </td>
<td> </td>
<td> <input id="btn_enreg" name="btn_enreg" class = "form-control btn btn-primary" type="button" value='<?= _("Valider") ?>' onClick="enregistreraccord_acte_exclu_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>