GZMachinesWeb/WebContent/WEB-INF/views/ma/qrcodeform.jsp

47 lines
2.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 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="maModel" 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" style="cursor: pointer;" onclick="maVenderTree();"><font color="red">*</font>生产厂家:</td>
<td class="DataTD">&nbsp;
<input id="maVenderName" jyValidate="required" type="text" class="FormElement ui-widget-content ui-corner-all" style="width: 50%;" />
<input type="hidden" id="maVenderId" name="venderName" value="0">
<a href="#" title="过滤" onclick="maVenderTree();" 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 type="number" jyValidate="required" id="nums" name="nums" class="FormElement ui-widget-content ui-corner-all">
</td>
</tr>
<tr class="FormData">
<td class="CaptionTD">备注:</td>
<td class="DataTD">&nbsp; <input type="text" id="remark" name="remark"
class="FormElement ui-widget-content ui-corner-all">
</td>
</tr>
</tbody>
</table>
</form>
</div>