GZMachinesWeb/.svn/pristine/b3/b32236f61e8d77b5807b3541e4f...

25 lines
993 B
Plaintext

<%@ page contentType="text/html;charset=UTF-8" %>
<div id="userDiv" class="hide">
<form id="userForm" 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 id="batchId" type="hidden" name="batchId" ></td>
</tr>
<tr class="FormData">
<td class="CaptionTD" style="cursor: pointer;" onclick="userTree();"><font color="red">*</font>检验员:</td>
<td class="DataTD">&nbsp;
<input id="userName" jyValidate="required" type="text" class="FormElement ui-widget-content ui-corner-all" autocomplete="off"/>
<input type="hidden" id="userId" name="userId" value="0" autocomplete="off">
<a href="#" title="过滤" onclick="userTree();" class="lrspace3 aBtnNoTD" data-toggle="modal"><i class='icon-zoom-in color-p bigger-140'></i></a>
</td>
</tr>
</tbody>
</table>
</form>
</div>
</div>