#assign gridName="psgAntiPassbackGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="deviceName" maxlength="30" title="common_dev_name" type="text"/>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="psg:antiPassback:refresh"/>
<@ZKUI.ToolItem id="psgAntiPassback.do?edit" text="common_op_new" width="520" height="200" img="comm_add.png" action="commonAdd" permission="psg:antiPassback:add"/>
<@ZKUI.ToolItem id="psgAntiPassback.do?del&deviceNames=(deviceName)" text="common_op_del" img="comm_del.png" action="commonDel" permission="psg:antiPassback:del"/>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.psg.vo.PsgAntiPassbackItem" query="psgAntiPassback.do?list"/>
@ZKUI.GridBox>