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

23 lines
890 B
PHP

<div id="div_ente_requete">
<div id="recherche_requete" onkeypress="javascript:ctrlkeypressemission(event);">
<table class="table table-responsive table-condensed" style='font-size:12pt;' >
<tbody>
<tr>
<td width="20%" align="center"> <?= _("No Emission") ?> </td>
<td width="20%">
<INPUT style='text-align:center; font-size:12pt;' class="form-control" TYPE="text" id="numeroEmission" name="numeroEmission"
onChange="javascript:requete_chercher_emission(this.value);" autofocus required AUTOCOMPLETE="OFF" >
</td>
<td> </td>
<td> <button type="button" style="font-size:10pt;" class="form-control btn btn-primary" onclick="javascript:$('#numeroEmission').blur();" > <?= _("Rechercher...") ?> </button> </td>
</tr>
</tbody>
</table>
</div>
<div id="div_consulter_resultat">
</div>
</div>