GZMachinesWeb/.svn/pristine/c5/c571b2313557e1a348f498abb48...

62 lines
2.2 KiB
Plaintext

<%@ 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>证书编号:</td>
<td class="DataTD">&nbsp;
<input type="text" jyValidate="required" name="reportCode" class="FormElement ui-widget-content ui-corner-all"></td>
</tr>
<tr class="FormData">
<td class="CaptionTD">单位名称:</td>
<td class="DataTD">&nbsp;
<input type="text" name="unitName" class="FormElement ui-widget-content ui-corner-all"></td>
</tr>
<tr class="FormData">
<td class="CaptionTD">器具名称:</td>
<td class="DataTD">&nbsp;
<input type="text" name="maType" class="FormElement ui-widget-content ui-corner-all"></td>
</tr>
<tr class="FormData">
<td class="CaptionTD">规格型号:</td>
<td class="DataTD">&nbsp;
<input type="text" name="maModel" class="FormElement ui-widget-content ui-corner-all"></td>
</tr>
<tr class="FormData">
<td class="CaptionTD">出厂编号:</td>
<td class="DataTD">&nbsp;
<input type="text" name="outCode" class="FormElement ui-widget-content ui-corner-all"></td>
</tr>
<tr class="FormData">
<td class="CaptionTD">制造厂商:</td>
<td class="DataTD">&nbsp;
<input type="text" name="vender" class="FormElement ui-widget-content ui-corner-all">
</td>
</tr>
<tr class="FormData">
<td class="CaptionTD">检验日期:</td>
<td class="DataTD">&nbsp;
<input type="text" name="checkTime" class="FormElement ui-widget-content ui-corner-all">
</td>
</tr>
<tr class="FormData">
<td class="CaptionTD">检验单位:</td>
<td class="DataTD">&nbsp;
<input type="text" name="checkUnit" class="FormElement ui-widget-content ui-corner-all">
</td>
</tr>
</tbody>
</table>
</form>
</div>