74 lines
3.4 KiB
Plaintext
74 lines
3.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 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">
|
|
<input type="text" jyValidate="required" maxlength="16" name="partNum" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
</tr>
|
|
<!-- <tr class="FormData">
|
|
<td class="CaptionTD"><font color="red">*</font>名称:</td>
|
|
<td class="DataTD">
|
|
<input type="text" jyValidate="required" maxlength="16" name="typeName" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
</tr> -->
|
|
<tr class="FormData">
|
|
<td class="CaptionTD"><font color="red">*</font>厂家:</td>
|
|
<td class="DataTD">
|
|
<!-- <input type="text" jyValidate="required" maxlength="16" name="factory" class="FormElement ui-widget-content ui-corner-all"> -->
|
|
<select id="factory" name="factory" class="FormElement ui-widget-content ui-corner-all" >
|
|
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
<tr class="FormData">
|
|
<td class="CaptionTD"><font color="red">*</font>规格型号:</td>
|
|
<td class="DataTD">
|
|
<input type="text" jyValidate="required" maxlength="16" name="model" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
</tr>
|
|
<tr class="FormData">
|
|
<td class="CaptionTD"><font color="red">*</font>类型:</td>
|
|
<td class="DataTD">
|
|
<!-- <input type="text" jyValidate="required" maxlength="16" name="typeName" class="FormElement ui-widget-content ui-corner-all"> -->
|
|
<select id="typeId" name="typeName" class="FormElement ui-widget-content ui-corner-all" >
|
|
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
<tr class="FormData">
|
|
<td class="CaptionTD"><font color="red">*</font>单价:</td>
|
|
<td class="DataTD">
|
|
<input type="text" jyValidate="required" maxlength="16" name="price" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
</tr>
|
|
|
|
|
|
<tr class="FormData">
|
|
<td class="CaptionTD"><font color="red">*</font>出厂时间:</td>
|
|
<td class="DataTD">
|
|
<input type="text" jyValidate="required" maxlength="16" name="outTime" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
</tr>
|
|
|
|
<tr class="FormData">
|
|
<td class="CaptionTD"><font color="red">*</font>备注:</td>
|
|
<td class="DataTD">
|
|
<input type="text" jyValidate="required" maxlength="16" name="remarks" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
</tr>
|
|
<tr class="FormData">
|
|
<td class="CaptionTD"><font color="red">*</font>数量:</td>
|
|
<td class="DataTD">
|
|
<input type="text" jyValidate="required" maxlength="16" name="num" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
</tr>
|
|
|
|
<!-- <tr class="FormData">
|
|
<td class="CaptionTD"><font color="red">*</font>是否是消耗品:</td>
|
|
<td class="DataTD">
|
|
<input type="text" jyValidate="required" maxlength="16" name="isConsumables" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
</tr> -->
|
|
</tbody>
|
|
</table>
|
|
</form>
|
|
</div> |