<#assign gridName="patrolRouteTotalGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input type="datetime" endId="endTimeId${uuid}" id="startTime${uuid}" max="today" todayRange="start" today="-3" name="eventTimeBegin" maxlength="30" title="base_opLog_opTimeFrom" />   <@i18n 'common_to'/>   <@ZKUI.Input type="datetime" id="endTimeId${uuid}" max="today" todayRange="end" today="true" name="eventTimeEnd" maxlength="30" hideLabel="true" title="common_to"/> <@ZKUI.Input name="routeName" maxlength="30" title="patrol_route_name" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="patrol:routeTotal:refresh"> <@ZKUI.ToolItem type="export" id="patrolRouteTotal.do?export" permission="patrol:routeTotal:export"> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.patrol.vo.PatrolRouteTotalItem" query="patrolRouteTotal.do?list"/>