production/Vue/Primeproduitlienparente/index.php
2025-12-01 16:12:12 +00:00

35 lines
1.2 KiB
PHP
Executable File

<?php
// $this->titre = "INTER SANTE - Accès Réseau et Tickets Modérateurs";
?>
<legend> <?= _("Primes individuelles par statuts d'assuré") ?> </legend>
<table class="table table-condensed table-responsive" style="font-size:10pt;" >
<tbody>
<tr>
<td width="10%" class="required text-center"> <?= _("Garant") ?> </td>
<td width="50%">
<SELECT style="font-size:10pt; height:30px;" class="form-control selectpicker" data-live-search="true" id="codeGcAssureur" NAME="codeGcAssureur" required AUTOCOMPLETE="OFF" autofocus
onChange="javascript:filtreproduit();" >
<?php liste_options($garant,""); ?>
</SELECT>
</td>
<td width="13%" class="required text-center"> <?= _("Produit") ?> </td>
<td width="30%">
<div id="div_produit">
<SELECT style="font-size:10pt; height:30px;" class="form-control selectpicker" data-live-search="true" id="codeProduit" NAME="codeProduit" required AUTOCOMPLETE="OFF" autofocus
onChange="javascript:afficher_primes_categorie_lien_parente();">
<?php liste_options($produits,"",false); ?>
</SELECT>
</div>
</td>
</tr>
</tbody>
</table>
<div id="div_prime_produit_lien_parente">
</div>