<#assign leftRTL = "left"> <#assign rightRTL = "right"> <#if enableRTL?? && enableRTL=="true"> <#assign leftRTL = "right"> <#assign rightRTL = "left">
<@i18n 'common_level_setting'/>
<@ZKUI.Input hideLabel="true" type="hidden" name="ele.personLevelIds" id="elePersonLevelIds" /> <@ZKUI.Input hideLabel="true" type="hidden" name="elePersonLevelFilterIds" id="elePersonLevelFilterIds" />
<#if tempList??> <#if (tempList?size>0)> <#list tempList as level>
<#else> <@i18n 'ele_level_noneSelect'/>
<@i18n 'common_op_add'/> <@i18n 'common_tree_selectAll'/> <@i18n 'common_tree_unselectAll'/>
style="display: none;"> style="display: none;">
<@ZKUI.Combo id="eleSuperAuth${uuid}" empty="false" width="148" name="ele.superAuth" hideLabel="true" value="${(item.superAuth)!0}">
<@ZKUI.ComboTree hideLabel="true" type="checkbox" width="148" name="ele.defaultFloorId" readonly="true" id="floorId${uuid}" isTree="false" url="eleServiceConfig.do?getServiceFloorTreeList" value="${(item.defaultFloorId)!}" needCheckAll="false" />
<@ZKUI.Combo hideLabel="true" width="148" name="ele.destinationSide" value="${(item.destinationSide)!}">
<@ZKUI.ComboTree hideLabel="true" type="checkbox" width="148" id="eleCallType" name="ele.callType" readonly="true" isTree="false" value="${(item.callType)!}" url="eleFloor.do?getCallTypes" needCheckAll="false" />
<@ZKUI.ComboTree hideLabel="true" type="checkbox" width="148" id="id_allowElevatorId" name="ele.allowElevatorId" readonly="true" value="${(item.allowElevatorId)!}" isTree="false" url="eleElevatorGroup.do?getElevatorTree"/>
<@ZKUI.Input id="eleNonStopOperation${uuid}" hideLabel="true" name="ele.nonStopOperation" type="checkbox" eventCheck="true" value="${(item.nonStopOperation?string('true','false'))!'false'}"/>
<@ZKUI.Input id="eleDisabled${uuid}" hideLabel="true" name="ele.disabled" type="checkbox" eventCheck="true" value="${(item.disabled?string('true','false'))!'false'}"/>
<@ZKUI.Input id="eleIsSetValidTime${uuid}" hideLabel="true" name="ele.isSetValidTime" type="checkbox" eventCheck="true" value="${(item.isSetValidTime?string('true','false'))!'false'}"/>
<@ZKUI.Input id="eleIsSetDirectSelection${uuid}" hideLabel="true" name="ele.isSetDirectSelection" type="checkbox" eventCheck="true" value="${(item.isSetDirectSelection?string('true','false'))!'false'}"/>
style="display: none;" style="position: absolute; ${rightRTL!'right'}: 0px; top: 105px;">
<@ZKUI.Input hideLabel="true" type="hidden" name="ele.personDirectSelectionInfo" id="elePersonDirectSelectionId"/> <@ZKUI.GridBox id="eleSetDirectSelection" gridName="elePersonDirectSelectionGrid" style="width:480px; height:185px;"> <@ZKUI.Grid sortInPage="true" nopaging="true" vo="com.zkteco.zkbiosecurity.ele.vo.EleDirectSelectionItem" query="eleDirectSelection.do?getPersonDirectSelection&personPin=''"/>
<@i18n 'common_op_add'/> <@i18n 'common_op_edit'/> <@i18n 'common_op_del'/>