<#assign gridName="attMonthStatisticalReportExGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}" showColumns="${showColumns!}"> <@ZKUI.Searchbar onClear="updateSearchBarCondition"> <@ZKUI.SearchTop> <@ZKUI.Input type="date" id="beginTime${uuid!}" endId="endTime${uuid!}" name="monthStart" title="common_time_from" todayRange="start" max="today" readonly="false"/>   <@i18n 'common_to'/>   <@ZKUI.Input type="date" id="endTime${uuid!}" name="monthEnd" title="common_to" todayRange="end" today="true" hideLabel="true" max="today" readonly="false"/> <@ZKUI.Input name="pin" id="pin${uuid!}" maxlength="30" title="att_person_pin" type="text"/> <@ZKUI.SearchBelow> <@ZKUI.Input name="likeName" id="likeName${uuid!}" maxlength="30" title="pers_person_wholeName" type="text"/> <@ZKUI.Input name="deptName" id="deptName${uuid!}" maxlength="30" title="pers_dept_deptName" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="att:monthStatisticalReport:refresh"/> <@ZKUI.ToolItem type="export" id="attMonthStatisticalReport.do?export" permission="att:monthStatisticalReport:export" action="attCustomReportExport" permission="att:customReport:export"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttMonthStatisticalReportItem" query="attMonthStatisticalReport.do?list"/>