31 lines
907 B
PHP
31 lines
907 B
PHP
<?php ?>
|
|
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
|
|
<div id="recherche_facture" onkeypress="javascript:ctrlkeypressfacture(event);">
|
|
<table class="table table-responsive table-condensed" style='font-size:12pt;' >
|
|
<tbody>
|
|
<tr>
|
|
<td width="20%" align="center">ID Facture </td>
|
|
<td width="20%">
|
|
<INPUT style='text-align:center; font-size:12pt;' class="form-control" TYPE="text" id="idFacture" name="idFacture"
|
|
onChange="javascript:chercher_facture(this.value);" placeholder="ID Facture" autofocus required >
|
|
</td>
|
|
|
|
<td> </td>
|
|
<td> <button type="button" style="font-size:10pt;" class="form-control btn btn-primary" onclick="javascript:$('#idFacture').blur();" >Rechercher...</button> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div id="div_consulter_facture">
|
|
|
|
</div>
|
|
|
|
<div id="div_facture_detail">
|
|
|
|
</div>
|