#assign gridName="psgGateGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="name" maxlength="30" title="psg_gate_name" type="text"/>
|
<@ZKUI.Input name="deviceAlias" maxlength="30" title="common_ownedDev" type="text"/>
|
<@ZKUI.ComboTree type="radio" width="148" url="authArea.do?tree" title="base_area_name" name="authAreaId" readonly="readonly"/>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
|
<@ZKUI.Input name="deviceSn" maxlength="30" title="common_dev_sn" type="text"/>
|
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="psg:gate:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="psgGate.do?getGateIds&type=openInGate&ids=" text="psg_gate_remoteOpenIn" img="psg_remoteOpenGate-in.png" action="psgGateOperateGate" permission="psg:gate:openInGate">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="psgGate.do?getGateIds&type=openOutGate&ids=" text="psg_gate_remoteOpenOut" img="psg_remoteOpenGate-out.png" action="psgGateOperateGate" permission="psg:gate:openOutGate">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="psgGate.do?getGateIds&type=cancelAlarm&ids=" text="psg_eventNo_7" img="psg_cancelAlarm.png" permission="psg:gate:cancelAlarm" action="psgGateOperateGate"/>
<@ZKUI.ToolItem id="psgGate.do?getGateIds&type=normalOpenGate&ids=" text="psg_rtMonitor_remoteNormalOpen" img="comm_remoteNormalOpen.png" action="psgGateOperateGate" permission="psg:gate:normalOpenGate">@ZKUI.ToolItem>
<@ZKUI.ToolItem type="more">
<@ZKUI.ToolItem isShow="#language!='zh_CN'" id="psgGate.do?getGateIds&type=lockGate&ids=" img="psg_remote_lock.png" text="psg_newEventNo_233" permission="psg:gate:lockGate" action="psgGateOperateGate"/>
<@ZKUI.ToolItem isShow="#language!='zh_CN'" id="psgGate.do?getGateIds&type=unLockGate&ids=" img="psg_remote_unlock.png" text="psg_newEventNo_234" permission="psg:gate:unLockGate" action="psgGateOperateGate"/>
<@ZKUI.ToolItem id="psgGate.do?getGateIds&type=enableNormalOpenGate&ids=" text="common_rtMonitor_enableIntradayTZ" img="comm_enableDSTime.png" action="psgGateOperateGate" permission="psg:gate:enableNormalOpenGate">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="psgGate.do?getGateIds&type=disableNormalOpenGate&ids=" text="common_rtMonitor_disableIntradayTZ" img="comm_disableDSTime.png" action="psgGateOperateGate" permission="psg:gate:disableNormalOpenGate">@ZKUI.ToolItem>
@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.psg.vo.PsgGateItem" query="psgGate.do?list"/>
@ZKUI.GridBox>