<#assign gridName="accGlobalInterlockGrid${uuid!}"> <@ZKUI.DGrid gridName="${gridName}"> <@ZKUI.LeftGrid title="acc_leftMenu_globalInterlock"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="name" maxlength="50" title="common_name" type="text"/> <@ZKUI.Input name="remark" maxlength="50" title="common_remark" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem type="refresh" permission="acc:globalInterlock:refresh"> <@ZKUI.ToolItem id="accGlobalInterlock.do?edit" text="common_op_new" width="420" height="200" img="comm_add.png" action="commonAdd" permission="acc:globalInterlock:add"/> <@ZKUI.ToolItem id="accGlobalInterlock.do?del&name=(name)" text="common_op_del" img="comm_del.png" action="accDGridCommonDel" permission="acc:globalInterlock:del"/> <@ZKUI.Grid onRowSelect="accGlobalInterlockLeftGridClick" vo="com.zkteco.zkbiosecurity.acc.vo.AccGlobalInterlockItem" query="accGlobalInterlock.do?list" autoFirst="true"/> <@ZKUI.RightGrid callback="rightCallback" leftField="id" leftFieldName="interlockId" title="acc_leftMeue_globalInterlockGroup"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="name" maxlength="30" title="acc_combOpen_personGroupName" type="text"/> <@ZKUI.Input name="remark" maxlength="30" title="common_remark" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem type="refresh" permission="acc:globalInterlock:refresh"> <@ZKUI.ToolItem id="accGlobalInterlockMid.do?del&interlockName=(@name:gs)&ids=(id)&groupNames=(name)" action="accRightGridCommonDel" text="acc_globalInterlock_delGroup" img="comm_del.png" permission="acc:globalInterlock:delGroup"/> <@ZKUI.Grid showColumns="checkbox,name,remark" vo="com.zkteco.zkbiosecurity.acc.vo.AccGlobalInterlockMidItem" query="accGlobalInterlockMid.do?list"/>