<#form:form id="searchForm2" model="" style="margin:20px 0 !important;" action="${ctx}/sys/gateEvent/listData" method="post" class="form-inline table-search" data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">
<#form:select path="deviceId" readonly="true" items="${devices}" itemLabel="deviceName" itemValue="deviceId" blankOption="true" blankOptionLabel="全部" class="form-control" style="height:28px;width:100px;"/>
<#form:input path="startDate" readonly="true" name='startDate' id='ipt-start-time2' maxlength="280" class="form-control layui-input" placeholder="" style="padding-left:26px !important;"/>
<#form:select path="eventCode" readonly="true" items="${logTypes}" itemLabel="name" itemValue="hexCode" blankOption="true" blankOptionLabel="全部类型" class="form-control" style="height:28px;width:100px;"/>
<#form:select path="level" dictType="sys_log_level_type" class="form-control required " />