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

33 lines
1.0 KiB
PHP
Executable File

<?php
// $this->titre = "INTER-SANTE - Tarif Actes Médicaux";
$codeTarifActe = isset($_SESSION['codeTarifActe_C'])? $_SESSION['codeTarifActe_C']: "";
?>
<legend> <?= _("COÛT DES LETTRES-CLES POUR LES TARIFS STANDARDS") ?> </legend>
<div id="div_entete_tarif">
<table class="table table-condensed" style="font-size:10pt; paddind:0px;">
<tbody>
<tr>
<td width="11%"> <?= _("Tarif standard") ?> </td>
<td colspan="4">
<SELECT onChange="javascript:ajax_cout_lettrecle_tarif();" class="form-control selectpicker" data-live-search="true" id="codeTarifActe" NAME="codeTarifActe" style="font-size:10pt;">
<?php liste_options($tarifs, $codeTarifActe); ?>
</SELECT>
</td>
<td align='center' width="10%">
<input class="form-control btn btn-primary" type="button" value="<?= _("Actualiser...") ?>"
onClick="javascript:ajax_cout_lettrecle_tarif();" style="font-size:10pt;">
</td>
</tr>
</tbody>
</table>
</div>
<div id="div_compsante_tarif">
</div>