<#assign gridName="persPaymentHistoryReportGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}" style="height:100%;width:100%"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@i18n 'pers_payment_day_from'/>   <@ZKUI.Input type="datetime" endId="endTimeId${uuid}" id="startTime${uuid}" name="startTime" title="common_time_from" max="today" today="-3" 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.Input name="personName" maxlength="30" title="pers_user_name" type="text"/> <@ZKUI.Layout style="position:absolute; top:70px;bottom:0px;left:0px;right:0px;height:auto;"> <@ZKUI.Cell hideHeader="true"> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="pers:payment:history:report:refresh"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.pers.vo.PersPaymentHistoryReportItem" query="persPaymentHistoryReport.do?list" showColumns="!membershipPlan"/>