<#assign gridName="attGroupGrid${uuid!}"> <@ZKUI.DGrid gridName="${gridName}"> <@ZKUI.LeftGrid title="att_group_editGroup"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="groupName" maxlength="30" title="common_name" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem type="refresh" action="freshAttGroup" permission="att:group:refresh"> <@ZKUI.ToolItem id="attGroup.do?edit" text="common_op_new" width="480" height="260" img="comm_add.png" action="commonAdd" permission="att:group:add"> <@ZKUI.ToolItem id="attGroup.do?del&names=(groupName)" text="common_op_del" img="comm_del.png" action="deleteAttGroup" permission="att:group:del"> <@ZKUI.ToolItem id="attCustomRule.do?groupCustomRule&groupIds=(id)" text="att_add_group_custom_rule" title="att_add_group_custom_rule" width="370" height="200" img="comm_edit.png" action="commonOpenOperate" noSelect="true" permission="att:customRule:edit"/> <@ZKUI.Grid onRowSelect="leftGridClickAttGroup" vo="com.zkteco.zkbiosecurity.att.vo.AttGroupItem" query="attGroup.do?list" onXLE="attQueryFirstSelectClick"/> <@ZKUI.RightGrid title="att_group_browseGroupPerson" leftFieldName="groupId"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="personPin" maxlength="30" title="att_person_pin" type="text"/> <@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/> <@ZKUI.SearchBelow> <@ZKUI.Input name="deptName" title="pers_dept_deptName" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem type="refresh" permission="att:groupPerson:refresh"> <@ZKUI.ToolItem id="attGroupPerson.do?del&names=(personName)" text="common_op_del" img="comm_del.png" action="delAttGroupPerson" permission="att:groupPerson:del"> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttGroupPersonItem" query="attGroupPerson.do?list"/>