68 lines
2.4 KiB
Plaintext
68 lines
2.4 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 class="FormData">
|
|
<td class="CaptionTD">序号:</td>
|
|
<td class="DataTD">
|
|
<input type="text" maxlength="32" name="id" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
</tr> -->
|
|
<tr class="FormData">
|
|
<td class="CaptionTD">类型名称:</td>
|
|
<td class="DataTD">
|
|
<input type="text" maxlength="32" name="type" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
</tr>
|
|
<tr class="FormData">
|
|
<td class="CaptionTD">规格型号:</td>
|
|
<td class="DataTD">
|
|
<input type="text" maxlength="32" name="model" class="FormElement ui-widget-content ui-corner-all">
|
|
</td>
|
|
</tr>
|
|
|
|
<tr class="FormData">
|
|
<td class="CaptionTD">购置价格:</td>
|
|
<td class="DataTD">
|
|
<input type="text" maxlength="32" name="buyPrice" class="FormElement ui-widget-content ui-corner-all">
|
|
</td>
|
|
</tr>
|
|
|
|
<tr class="FormData">
|
|
<td class="CaptionTD">设备编码:</td>
|
|
<td class="DataTD">
|
|
<input type="text" maxlength="32" name="deviceNum" class="FormElement ui-widget-content ui-corner-all">
|
|
</td>
|
|
</tr>
|
|
|
|
<tr class="FormData">
|
|
<td class="CaptionTD">厂家:</td>
|
|
<td class="DataTD">
|
|
<input type="text" maxlength="32" name="venderName" class="FormElement ui-widget-content ui-corner-all">
|
|
</td>
|
|
</tr>
|
|
|
|
<tr class="FormData">
|
|
<td class="CaptionTD">出厂编号:</td>
|
|
<td class="DataTD">
|
|
<input type="text" maxlength="32" name="outNum" class="FormElement ui-widget-content ui-corner-all">
|
|
</td>
|
|
</tr>
|
|
|
|
<tr class="FormData">
|
|
<td class="CaptionTD">购置时间:</td>
|
|
<td class="DataTD">
|
|
<input type="text" maxlength="32" name="buyTime" class="FormElement ui-widget-content ui-corner-all">
|
|
</td>
|
|
</tr>
|
|
|
|
<tr class="FormData">
|
|
<td class="CaptionTD">发票:</td>
|
|
<td class="DataTD">
|
|
<input type="text" maxlength="32" name="invoiceUrl" class="FormElement ui-widget-content ui-corner-all">
|
|
</td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
</form>
|
|
</div> |