@ZKUI.SelectContent showColumns="checkbox,levelName,levelModule" textField="levelName" codes="${codes!}" copy="true" vo="com.zkteco.zkbiosecurity.vis.vo.VisVisitedDepartmentSelectLevelItem" query="visLevel.do?getVisitedDepartmentSelectLevel&visVisitedDepartmentId=${visVisitedDepartmentId!}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Combo empty="true" name="levelModule" title="vis_module_belong">
<#if systemModules?lower_case?index_of("acc")!=-1>
#if>
<#if systemModules?lower_case?index_of("ele")!=-1>
#if>
<#if systemModules?lower_case?index_of("psg")!=-1>
#if>
<#if systemModules?lower_case?index_of("pid")!=-1>
#if>
@ZKUI.Combo>
|
<@ZKUI.Input name="levelName" maxlength="30" title="common_level_name" type="text"/>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
@ZKUI.SelectContent>