GZMachinesWeb/.svn/pristine/c0/c036193878f5be260d953ad8bfb...

65 lines
3.0 KiB
Plaintext

<%@ page contentType="text/html;charset=UTF-8" %>
<div id="auDivs" class="hide">
<form id="auForms" 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" style="cursor: pointer;" onclick="maTypeTree();"><font color="red">*</font>机具类型:</td>
<td class="DataTD">&nbsp;
<input id="maTypeName" jyValidate="required" type="text" class="FormElement ui-widget-content ui-corner-all" style="width:50%;"/>
<input type="hidden" id="maTypeId" name="firstName" value="0" >
<a href="#" title="过滤" onclick="maTypeTree();" class="lrspace3 aBtnNoTD" data-toggle="modal"><i class='icon-zoom-in color-p bigger-140'></i></a>
</td>
</tr>
<tr class="FormData">
<td class="CaptionTD" style="cursor: pointer;" onclick="maModelTree();"><font color="red">*</font>规格型号:</td>
<td class="DataTD">&nbsp;
<input id="maModelName" jyValidate="required" type="text" class="FormElement ui-widget-content ui-corner-all" style="width:50%;"/>
<input type="hidden" id="maModelId" name="model" value="0" >
<a href="#" title="过滤" onclick="maModelTree();" class="lrspace3 aBtnNoTD" data-toggle="modal"><i class='icon-zoom-in color-p bigger-140'></i></a>
</td>
</tr>
<tr class="FormData">
<td class="CaptionTD"><font color="red">*</font>设备编码:</td>
<td class="DataTD">&nbsp;
<input id="deviceCode" name="deviceCode" type="text" class="FormElement ui-widget-content ui-corner-all" style="width:50%;">
</td>
</tr>
<tr class="FormData">
<td class="CaptionTD"><font color="red">*</font>产权部门:</td>
<td class="DataTD">&nbsp;
<input id="propertyDepartment" name="propertyDepartment" type="text" class="FormElement ui-widget-content ui-corner-all" style="width:50%;">
</td>
</tr>
<tr class="FormData">
<td class="CaptionTD"><font color="red">*</font>使用部门:</td>
<td class="DataTD">&nbsp;
<input id="useDepartment" name="useDepartment" type="text" class="FormElement ui-widget-content ui-corner-all" style="width:50%;">
</td>
</tr>
<tr class="FormData">
<td class="CaptionTD"><font color="red">*</font>使用年限:</td>
<td class="DataTD">&nbsp;
<input id="serviceLife" name="serviceLife" type="text" class="FormElement ui-widget-content ui-corner-all" style="width:50%;">
</td>
</tr>
<tr class="FormData">
<td class="CaptionTD">备注:</td>
<td class="DataTD">&nbsp;
<textarea rows="3" cols="21" id="remark" jyValidate="required" name="remark" class="FormElement ui-widget-content ui-corner-all"></textarea>
</td>
</tr>
</tbody>
</table>
</form>
</div>