<#assign gridName="ivsPatrolReportGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="planName" maxlength="30" title="ivs_patrolPlan_name" type="text"/> <@ZKUI.Input name="userName" maxlength="30" title="ivs_patrolReport_reporter" type="text"/> <@ZKUI.Input name="likeName" maxlength="30" title="base_printTemplate_wholeName" type="text"/> <@i18n 'common_time_from'/>   <@ZKUI.Input type="datetime" endId="endTimeId${uuid}" id="startTime${uuid}" name="startTime" title="common_time_from" max="today" today="-1" todayRange="start" hideLabel="true" noOverToday="true" readonly="false"/>   <@i18n 'common_to'/>   <@ZKUI.Input type="datetime" id="endTimeId${uuid}" name="endTime" title="common_to" max="today" today="true" todayRange="end" noOverToday="true" hideLabel="true" readonly="false"/> <@ZKUI.SearchBelow> <@ZKUI.Toolbar gridName="${gridName}"> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="ivs:patrolReport:refresh"> <@ZKUI.ToolItem id="ivsPatrolReport.do?export" type="export" text="common_op_export" img="comm_export.png" permission="ivs:patrolReport:export"> <@ZKUI.Grid pageList="true" limitCount="200000" gridName="${gridName}" vo="com.zkteco.zkbiosecurity.ivs.vo.patrol.IvsPatrolReportItem" query="ivsPatrolReport.do?list"/>