29 lines
971 B
PHP
29 lines
971 B
PHP
<?php
|
|
// $this->titre = "INTER-SANTE - Consulter une facture";
|
|
?>
|
|
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
|
|
<div id="recherche_facture" onkeypress="javascript:ctrlkeypressconsultation(event);">
|
|
<table class="table table-responsive table-condensed" style='font-size:12pt;' >
|
|
<tbody>
|
|
<tr>
|
|
<td width="20%" align="center"> <?= _("Bon de consultation") ?> </td>
|
|
<td width="20%">
|
|
<INPUT style='text-align:center; font-size:12pt;' class="form-control" TYPE="text" id="numeroBonConsultation" name="numeroBonConsultation"
|
|
onChange="javascript:afficher_factures_consultation(this.value);" autofocus required >
|
|
</td>
|
|
|
|
<td> </td>
|
|
<td> <button type="button" style="font-size:10pt;" class="form-control btn btn-primary" onclick="javascript:$('#numeroBonConsultation').blur();" > <?= _("Rechercher...") ?> </button> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div id="div_detail_factures">
|
|
|
|
</div>
|