GZMachinesWeb/.svn/pristine/f0/f03cd4e16608be97cb10e630a02...

68 lines
2.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 colspan="2" class="ui-state-error"><input type="hidden" name="repairId" ></td>
</tr>
<!-- <tr class="FormData">
<td class="CaptionTD"><font color="red">*</font>审核人:</td>
<td class="DataTD" >&nbsp;
<input id="checkPersons" jyValidate="required" type="text" readonly value="" class="FormElement ui-widget-content ui-corner-all" onclick="showRole(); return false;"/>
<input type="hidden" name="checkPerson" value="0" >
<a href="#" title="清空" onclick="emptyRole(); return false;" class="lrspace3 aBtnNoTD" data-toggle="modal"><i class='icon-remove bigger-120 red'></i></a>
<div id='orgContent' class="menuContent ztreeMC" style="display: none; position: absolute;">
<ul id="orgTree" class="ztree accountOrgTree"></ul>
</div>
</td>
</tr> -->
<tr class="FormData">
<td class="CaptionTD"><font color="red">*</font>审核人:</td>
<td class="DataTD" >&nbsp;
<select id="checkPerson" name="checkPerson"></select>
</td>
</tr>
<tr class="FormData">
<td class="CaptionTD" style="height:10px"></td>
</tr>
<!-- <tr class="FormData">
<td class="CaptionTD"><font color="red">*</font>检修人:</td>
<td class="DataTD">&nbsp;
<input id="repairPersons" jyValidate="required" type="text" readonly value="" class="FormElement ui-widget-content ui-corner-all" onclick="showCompany(); return false;"/>
<input type="hidden" name="repairPerson" value="0" >
<a href="#" title="清空" onclick="emptyCompany(); return false;" class="lrspace3 aBtnNoTD" data-toggle="modal"><i class='icon-remove bigger-120 red'></i></a>
<div id='orgCompany' class="menuContent ztreeMC" style="display: none; position: absolute;">
<ul id="companyTree" class="ztree accountOrgTree"></ul>
</div>
</td>
</tr> -->
<tr class="FormData">
<td class="CaptionTD"><font color="red">*</font>检修人:</td>
<td class="DataTD">&nbsp;
<select id="repairPerson" name="repairPerson"></select>
</td>
</tr>
<tr class="FormData">
<td class="CaptionTD" style="height:10px"></td>
</tr>
<tr class="FormData">
<td class="CaptionTD"><font color="red">*</font>备注:</td>
<td class="DataTD">&nbsp;
<input type="text" jyValidate="required" maxlength="16" name="notes" class="FormElement ui-widget-content ui-corner-all">
</td>
</tr>
<tr class="FormData">
<td class="CaptionTD" style="height:10px"></td>
</tr>
</tbody>
</table>
</form>
</div>