#assign gridName="esdcLinkageGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="name" maxlength="30" title="common_linkIO_linkageName" type="text"/>
|
<@ZKUI.Input name="inputChannelName" maxlength="30" title="common_dev_channelName" type="text"/>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<#--刷新-->
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="esdc:linkage:refresh"/>
<#--新增联动配置-->
<@ZKUI.ToolItem id="/esdcGlobalLinkage.do?edit" text="common_op_new" width="800" height="650" img="comm_add.png" action="commonAdd" permission="esdc:linkage:add"/>
<#--删除联动配置-->
<@ZKUI.ToolItem id="/esdcGlobalLinkage.do?del&names=(name)" text="common_op_del" img="comm_del.png" action="commonDel" permission="esdc:linkage:del"/>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.esdc.vo.EsdcGlobalLinkageItem" query="/esdcGlobalLinkage.do?list"/>
@ZKUI.GridBox>