<#assign gridName="parkMonthlyReportGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input endId="timeEnd${uuid!}" type="date" name="timeBegin" max="today" todayRange="start" today="-3" format="%Y-%m" title="common_time_from" readonly="false"/>   <@i18n 'common_to'/>   <@ZKUI.Input id="timeEnd${uuid!}" type="date" name="timeEnd" max="today" todayRange="end" today="true" format="%Y-%m" 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="parkMonthlyReport.do?export" text="common_op_export" img="comm_export.png" action="commonExport" type="export" permission="park:monthlyReport:export"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.park.vo.ParkMonthlyReportItem" query="parkMonthlyReport.do?list" showColumns="!timeBegin"/>