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

32 lines
1.1 KiB
PHP

<div id="div_page_entiere">
<legend> <?= _("Commande de bons de PEC") ?> </legend>
<table class="table table-responsive table-condensed">
<tbody>
<tr>
<td width="5%"> <?= _("Type") ?> </td>
<td>
<SELECT class="form-control" id="codeTypeBon" NAME="codeTypeBon" required AUTOCOMPLETE="OFF" style='font-size:10pt;' onChange="ajaxchanger_type_bon();">
<?php liste_options($typebon,""); ?>
</SELECT>
</td>
<td width="5%" align="center"> <?= _("Quantité") ?> </td>
<td width="15%"> <input class="form-control"style="text-align: center; font-size:10pt;" type="text" id="quantite" name="quantite" required AUTOCOMPLETE="OFF" onBlur="controle_numerique(this);"></td>
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:enregistrer_commande_bon();"> <?= _("Commander") ?> </button> </td>
</tr>
</tbody>
</table>
<div id="msgErreur" class="alert alert-danger" style="height:38px; padding:5px;" >
<H4> <?= _("Commande envoyée!") ?> </H4>
</div>
<div id="div_gif">
</div>
</div>