#assign gridName="persPaymentReportGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}" style="height:100%;width:100%">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
<@i18n 'common_time_from'/>
<@ZKUI.Input type="datetime" endId="endTimeId${uuid}" id="startTime${uuid}" name="startTime" title="common_time_from" max="today" today="-3" todayRange="start" noOverToday="true" hideLabel="true" readonly="false"/>
<@i18n 'common_to'/>
<@ZKUI.Input type="datetime" id="endTimeId${uuid!}" name="endTimee" title="common_to" today="true" offset="6" hideLabel="true" readonly="false"/>
|
<@ZKUI.Input name="status" maxlength="30" title="pers_payment_status" type="text"/>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@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:report:refresh"/>
<@ZKUI.ToolItem id="persPaymentReport.do?duePayment&pins=(pin)" text="pers_person_duePayment" title="pers_person_duePayment" img="comm_add.png" action="commonOperate" permission="pers:payment:report:duePay"/>
<@ZKUI.ToolItem id="persPaymentReport.do?sendInvoice&pins=(pin)" text="pers_payment_report_sendInvoice" title="pers_payment_report_sendInvoice" img="comm_add.png" action="commonOperate" permission="pers:payment:report:sendInvoice"/>
<@ZKUI.ToolItem id="persPaymentReport.do?export" type="export" action="exportPersPayment" width="550" height="410" text="pers_export_payment" title="pers_export_payment" permission="pers:payment:export" />
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.pers.vo.PersPaymentReportItem" query="persPaymentReport.do?list" showColumns="!membershipPlan,endTime,finalAmount"/>
@ZKUI.Cell>
@ZKUI.Layout>
@ZKUI.GridBox>