${text('巡检记录管理')}
${text('查询')} <% if(hasPermi('is3dmcps:isPatrolRec:edit')){ %> ${text('新增')} <% } %>
<#form:form id="searchForm" model="${isPatrolRec}" action="${ctx}/is3dmcps/isPatrolRec/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="patrolName" maxlength="60" class="form-control width-120"/>
<#form:treeselect id="operator" title="${text('用户选择')}" path="" labelPath="operator" url="${ctx}/sys/office/treeData?isLoadUser=true" allowClear="true"/>
<#form:input path="patrolTime_gte" readonly="true" maxlength="20" class="form-control Wdate-datetime" dataFormat="datetime" onclick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm',isShowClear:false,onpicked:function(){patrolTime_lte.click()}});"/>  --  <#form:input path="patrolTime_lte" readonly="true" maxlength="20" class="form-control Wdate-datetime" dataFormat="datetime" onclick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm',isShowClear:false});"/>