39 lines
1.2 KiB
PHP
39 lines
1.2 KiB
PHP
<?php $this->titre = "INTER-SANTE - Commander bons"; ?>
|
|
|
|
<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="div_gif">
|
|
</div>
|
|
|
|
<div id="msgErreur" class="alert alert-danger" style="height:38px; padding:5px;" >
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="div_sms">
|
|
</div>
|
|
|