${text('用户管理')}
${text('查询')}
<% if(hasPermi('sys:empUser:edit')){ %>
${text('新增')}
<% } %>
<#form:form id="searchForm" model="${empUser}" action="${ctx}/sys/empUser/listData" method="post" class="form-inline "
data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">
#form:form>
<#form:input path="loginCode" maxlength="100" class="form-control width-90"/>
<#form:input path="userName" maxlength="100" class="form-control width-90"/>
<#form:input path="email" maxlength="300" class="form-control width-90"/>
<#form:input path="mobile" maxlength="100" class="form-control width-90"/>
<#form:input path="phone" maxlength="100" class="form-control width-90"/>
<#form:input path="refName" maxlength="100" class="form-control width-90"/>
<#form:treeselect id="office" title="${text('机构选择')}"
path="employee.office.officeCode" labelPath="employee.office.officeName"
url="${ctx}/sys/office/treeData" btnClass="btn-sm" allowClear="true" canSelectParent="true"/>
<#form:treeselect id="company" title="${text('公司选择')}"
path="employee.company.companyCode" labelPath="employee.company.companyName"
url="${ctx}/sys/company/treeData" btnClass="btn-sm" allowClear="true" canSelectParent="true"/>
<#form:select name="employee.postCode" items="${postList}"
itemLabel="postName" itemValue="postCode" blankOption="true" class="form-control"/>
<#form:select path="status" dictType="sys_user_status" blankOption="true" class="form-control"/>