<#assign gridName="accGlobalApbGrid${uuid!}"> <@ZKUI.DGrid gridName="${gridName}"> <@ZKUI.LeftGrid title="acc_leftMenu_gapbSet"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="name" maxlength="30" title="acc_common_ruleName" type="text"/> <@ZKUI.Input name="zoneName" maxlength="30" title="acc_gapb_zone" type="text"/> <@ZKUI.SearchBelow> <@ZKUI.Combo empty="true" name="apbType" title="acc_gapb_apbType"> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="acc:globalApb:refresh"/> <@ZKUI.ToolItem id="accGlobalApb.do?edit" text="common_op_new" width="450" height="450" img="comm_add.png" action="commonAdd" permission="acc:globalApb:add"/> <@ZKUI.ToolItem id="accGlobalApb.do?del&name=(name)" text="common_op_del" img="comm_del.png" action="accDGridCommonDel" permission="acc:globalApb:del"/> <@ZKUI.Grid onRowSelect="accGlobalApbLeftGridClick" vo="com.zkteco.zkbiosecurity.acc.vo.AccGlobalApbItem" query="accGlobalApb.do?list" autoFirst="true"/> <@ZKUI.RightGrid title="pers_person" leftFieldName="linkId"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="personPin" maxlength="30" title="pers_person_pin" type="text"/> <@ZKUI.Input name="likeName" maxlength="24" title="pers_person_wholeName" type="text"/> <@ZKUI.SearchBelow> <@ZKUI.Input name="deptName" maxlength="30" title="pers_dept_deptName" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem type="refresh" permission="acc:globalApb:refresh"> <@ZKUI.ToolItem id="accGlobalApb.do?delPerson&globalApbId=(@id:gs)&globalApbName=(@name:gs)&personIds=(id)&personPins=(personPin)" action="accRightGridCommonDel" text="pers_common_delPerson" img="comm_del.png" permission="acc:globalApb:delPerson"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.acc.vo.AccAdvancedPersonListItem" query="accGlobalApb.do?personList"/>