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

22 lines
983 B
PHP

<form id="formData">
<legend id="titre_formData">Modification des données</legend>
<INPUT class="sr-only" TYPE="text" id = "id" name = "id" value="<?=$garantiesproduction['id']?>">
<table class="table table-responsive table-condensed">
<tbody>
<tr>
<td width="5%" align="center">Produit</td>
<td colspan="2">
<select name="codeProduit" id="codeProduit" class="form-control" required AUTOCOMPLETE="OFF" >
<?= liste_options($produit,$this->nettoyer($garantiesproduction['codeProduit']),true) ?>
</select>
</td>
<td width="5%" align="center">Garantie</td>
<td colspan="2">
<select name="$codeGarantie" id="$codeGarantie" class="form-control"?>">
<?= liste_options($garantie,$this->nettoyer($garantiesproduction['codeGarantie']),true) ?>
</select>
</td>
</tbody>
</table>
</form>