<#assign gridName="visVisitorLastAddrGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input type="datetime" endId="endTimeId${uuid}" id="startTimeId${uuid}" name="startTime" maxlength="30" title="common_time_from" max="today" today="-3" todayRange="start" noOverToday="true" readonly="false"/>   <@i18n 'common_to'/>   <@ZKUI.Input type="datetime" id="endTimeId${uuid}" name="endTime" maxlength="30" hideLabel="true" title="common_to" max="today" today="true" todayRange="end" noOverToday="true" readonly="false"/> <@ZKUI.Input name="pin" maxlength="30" title="vis_emp_pin" type="text"/> <@ZKUI.SearchBelow> <@ZKUI.Input name="cardNo" maxlength="20" title="pers_card_cardNo" type="text"/> <@ZKUI.Input name="areaName" maxlength="100" title="base_area_name" type="text"/> <@ZKUI.Input name="devAlias" maxlength="100" title="common_dev_name" type="text"/> <@ZKUI.Input name="readerName" maxlength="100" title="vis_level_readerName" type="text"/> <@ZKUI.Input name="eventPointName" maxlength="100" title="common_eventPoint" type="text"/> <@ZKUI.Input name="likeName" maxlength="100" title="pers_person_wholeName" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="vis:visitorLastAddr:refresh"> <@ZKUI.ToolItem id="visVisitorLastAddr.do?export" text="common_op_export" img="comm_export.png" type="export" permission="vis:visitorLastAddr:export"> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.vis.vo.VisVisitorLastAddrItem" query="visVisitorLastAddr.do?list"/>