<#assign gridName="eleTransactionByFloorGrid${uuid!}"> <@ZKUI.DGrid gridName="${gridName}"> <@ZKUI.LeftGrid title="ele_leftMenu_searchByFloor" width="56%"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="name" maxlength="30" title="ele_floor_name" type="text"/> <@ZKUI.ComboTree type="radio" name="deviceId" url="eleDevice.do?getDevicetree" title="common_dev_name" width="148" readonly="true"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="ele:transactionByFloor:refresh"> <@ZKUI.Grid onRowSelect="leftGridClick" vo="com.zkteco.zkbiosecurity.ele.vo.EleTransactionFloorItem" query="eleTransactionByFloor.do?list"/> <@ZKUI.RightGrid title="pers_person" leftField="id" rightParamName="floorId" width="44%"> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="ele:transactionByFloor:refresh"> <@ZKUI.ToolItem id="eleTransactionFloorPerson.do?export&floorId=" action="exportFloorPerson" text="common_op_export" img="comm_export.png" permission="ele:transactionByFloor:export"> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.ele.vo.EleTransactionFloorPersonItem" query="eleTransactionFloorPerson.do?list"/>