${text('岗位管理')}
<#form:form id="searchForm" model="${post}" action="${ctx}/sys/post/listData" method="post" class="form-inline hide"
data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">
#form:form>
<#form:input path="postCode" maxlength="64" class="form-control width-120"/>
<#form:input path="postName_like" maxlength="100" class="form-control width-120"/>
<#form:select path="postType" dictType="sys_post_type" blankOption="true" class="form-control"/>
<#form:select path="status" dictType="sys_search_status" blankOption="true" class="form-control isQuick"/>