<#assign gridName="parkDailyReportGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}" > <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input endId="timeEnd${uuid!}" type="date" name="timeBegin" max="today" todayRange="start" today="-3" title="common_time_from" readonly="false"/>   <@i18n 'common_to'/>   <@ZKUI.Input id="timeEnd${uuid!}" type="date" name="timeEnd" max="today" todayRange="end" today="true" hideLabel="true" title="common_to" readonly="false"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh"/> <@ZKUI.ToolItem id="parkDailyReport.do?export" text="common_op_export" img="comm_export.png" action="commonExport" type="export" permission="park:dailyReport:export"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.park.vo.ParkDailyReportItem" query="parkDailyReport.do?list" showColumns="!timeBegin"/>