${text('用户管理')}
${text('查询')}
${text('导出')}
<% if(hasPermi('sys:empUser:edit')){ %>
${text('导入')}
${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:hidden name="ctrlPermi" value="${@Global.getConfig('user.adminCtrlPermi', '2')}"/>
#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="refName" maxlength="100" class="form-control width-90"/>
<#form:input path="mobile" maxlength="100" class="form-control width-90"/>
<#form:select path="status" dictType="sys_user_status" blankOption="true" class="form-control isQuick"/>
<#form:treeselect id="office" title="${text('机构选择')}"
path="employee.office.officeCode" labelPath="employee.office.officeName"
url="${ctx}/sys/office/treeData?ctrlPermi=${@Global.getConfig('user.adminCtrlPermi', '2')}"
btnClass="btn-sm" allowClear="true" canSelectRoot="true" canSelectParent="true"/>
<#form:treeselect id="company" title="${text('公司选择')}"
path="employee.company.companyCode" labelPath="employee.company.companyName"
url="${ctx}/sys/company/treeData?ctrlPermi=${@Global.getConfig('user.adminCtrlPermi', '2')}"
btnClass="btn-sm" allowClear="true" canSelectRoot="true" canSelectParent="true"/>
<#form:input path="email" maxlength="300" class="form-control width-90"/>
<#form:input path="phone" maxlength="100" class="form-control width-90"/>
<#form:select name="employee.postCode" items="${postList}"
itemLabel="postName" itemValue="postCode" blankOption="true" class="form-control isQuick"/>
<#form:select name="roleCode" items="${roleList}"
itemLabel="roleName" itemValue="roleCode" blankOption="true" class="form-control isQuick"/>