${text('设备运行记录管理')}
${text('查询')} <% if(hasPermi('isopc:isDeviceRec:edit')){ %> ${text('新增')} <% } %>
<#form:form id="searchForm" model="${isDeviceRec}" action="${ctx}/isopc/isDeviceRec/listData" method="post" class="form-inline hide" data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">
<#form:input path="deviceId" maxlength="64" class="form-control width-120"/>
<#form:input path="deviceName" maxlength="80" class="form-control width-120"/>
<#form:input path="startTime" maxlength="6" class="form-control width-120"/>
<#form:input path="endTime" maxlength="6" class="form-control width-120"/>
<#form:input path="runTime" maxlength="10" class="form-control width-120"/>