39 lines
1.8 KiB
Plaintext
39 lines
1.8 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 class="DataTD">
|
|
<input type="hidden" id="parentIds" value="0">
|
|
</td>
|
|
</tr>
|
|
<tr class="FormData">
|
|
<td class="CaptionTD" style="cursor: pointer;" onclick="maTypeTree();"><font color="red">*</font>机具类型:</td>
|
|
<td class="DataTD">
|
|
<input id="maTypeName" jyValidate="required" readonly="readonly" 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">
|
|
<input id="maModelName" jyValidate="required" readonly="readonly" 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">
|
|
<input type="text" jyValidate="required" id="deviceCodes" name="deviceCodes" class="FormElement ui-widget-content ui-corner-all">
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</form>
|
|
</div>
|
|
|