<#form:form id="searchForm" model="${office}" action="${ctx}/sys/office/listData" method="post" class="form-inline hide" data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}"> <#form:hidden name="ctrlPermi" value="${@Global.getConfig('user.adminCtrlPermi', '2')}"/> <#form:hidden path="officeCode" class="isReset"/>
<#form:input path="viewCode" maxlength="100" class="form-control width-90"/>
<#form:input path="officeName" maxlength="100" class="form-control width-90"/>
<#form:input path="fullName" maxlength="200" class="form-control width-90"/>
<#form:select path="officeType" dictType="sys_office_type" blankOption="true" class="form-control"/>
<#form:select path="status" dictType="sys_search_status" blankOption="true" class="form-control isQuick"/>