<#form:form id="searchForm" model="${checkRecords}" style="float: right;margin-top:10px;"
action="${ctx}/sys/check/listData" method="post" class="form-inline table-search"
data-page-no="${parameter.pageNo}"
data-page-size="${parameter.pageSize}"
data-order-by="${parameter.orderBy}">
#form:form>
<#form:input path="userName" name='userName' id='userName' maxlength="100" class="form-control layui-input" placeholder="" />
<#form:select path="deviceId" id="deviceId" items="${devices}" itemLabel="name" itemValue="id" class="form-control device_id" />
<#form:select path="authOk" id="authOk" dictType="sys_pass_result" blankOption="true" blankOptionLabel="所有" blankOptionValue="-1" class="form-control auth_ok" />
<#form:select path="authMode" id="authMode" dictType="sys_pass_type" blankOption="true" blankOptionLabel="所有" blankOptionValue="-1" class="form-control auth_mode" />
<#form:input path="startDate" name='startDate' id='ipt-start-time' maxlength="100" class="form-control layui-input" placeholder="" />
至
<#form:input path="endDate" name='startDate' id='ipt-end-time' maxlength="100" class="form-control layui-input" placeholder="" />