${text('机构管理')}
${text('查询')}
${text('刷新')}
${text('展开')}
${text('折叠')}
${text('导出')}
<% if(hasPermi('sys:office:edit')){ %>
${text('导入')}
${text('新增')}
<% } %>
<#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:form>
<#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"/>