GZMachinesWeb/.svn/pristine/be/be57d9fcd99caa60e0ebec156e6...

25 lines
957 B
Plaintext
Raw Normal View History

2025-06-20 17:47:53 +08:00
<%@ page contentType="text/html;charset=UTF-8" %>
<div id="auDiv" class="hide">
<form id="auForm" method="POST" onsubmit="return false;" >
<table cellspacing="0" cellpadding="0" border="0" class="customTable">
<tbody>
<tr style="display:none">
<td colspan="2" class="ui-state-error"><input type="hidden" name="id" ></td>
</tr>
<tr class="FormData">
<td class="CaptionTD"><font color="red">*</font>GPS</td>
<td class="DataTD">&nbsp;
<input type="text" jyValidate="required" id="gpsCode" name="gpsCode" class="FormElement ui-widget-content ui-corner-all"></td>
</tr>
<tr class="FormData">
<td class="CaptionTD"><font color="red">*</font>RFID</td>
<td class="DataTD">&nbsp;
<input type="text" jyValidate="required" id="rfidEpc" name="rfidEpc" class="FormElement ui-widget-content ui-corner-all"></td>
</tr>
</tbody>
</table>
</form>
</div>