${text('公司管理')}
${text('查询')}
${text('刷新')}
${text('展开')}
${text('折叠')}
<% if(hasPermi('sys:company:edit')){ %>
${text('新增')}
<% } %>
<#form:form id="searchForm" model="${company}" action="${ctx}/sys/company/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="companyCode" class="isReset"/>
#form:form>
<#form:input path="viewCode" maxlength="100" class="form-control width-120"/>
<#form:input path="companyName" maxlength="200" class="form-control width-120"/>
<#form:input path="fullName" maxlength="200" class="form-control width-120"/>
<#form:select path="status" dictType="sys_search_status" blankOption="true" class="form-control isQuick"/>