<#assign gridName="eleDirectSelection${uuid!}"> <@ZKUI.DGrid gridName="${gridName}"> <@ZKUI.LeftGrid title="ele_directSelection_editPerson" width="57%"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="pin" maxlength="30" title="pers_person_pin" type="text"/> <@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/> <@ZKUI.SearchBelow> <@ZKUI.Input name="likeCardNo" maxlength="30" title="pers_card_cardNo" type="text"/> <@ZKUI.Input name="deptName" maxlength="30" title="pers_dept_deptName" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="ele:directSelectionByPerson:refresh"> <@ZKUI.ToolItem id="eleDirectSelection.do?setEleParam" text="pers_person_eleSetting" img="ele_controlSet.png" action="commonOpenOperate" permission="ele:directSelectionByPerson:setEleParams"> <@ZKUI.Grid onRowSelect="leftGridClick" vo="com.zkteco.zkbiosecurity.ele.vo.EleDirectSelectionByPersonItem" query="eleDirectSelection.do?list" autoFirst="true"/> <@ZKUI.RightGrid callback="eleDirectSelectionByPersonRightCallback" title="ele_floor_entity" leftFieldName="personId"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="likeDeviceName" maxlength="30" title="ele_dev_device" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem type="refresh" permission="ele:directSelection:refresh"> <@ZKUI.ToolItem id="eleDirectSelection.do?edit&id=" text="common_op_edit" img="comm_edit.png" action="eleOpenOperate" mode="single" permission="ele:directSelection:edit"> <@ZKUI.ToolItem id="eleDirectSelection.do?delPersonDirectSelection&personPin=(@pin:gs)&personId=(@id:gs)&directSelectionIds=(id)" text="common_op_del" img="comm_del.png" action="commonDel" permission="ele:directSelection:delPersonDirectSelection"> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.ele.vo.EleDirectSelectionItem" query="eleDirectSelection.do?getPersonDirectSelection"/>