#assign gridName="posIDSendTableGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@i18n 'posid_statement_refund'/>
<@ZKUI.Input type="datetime" endId="endTimeId${uuid}" name="opTimeBegin" title="posid_statement_refund" hideLabel="true" readonly="false"/>
<@i18n 'common_to'/>
<@ZKUI.Input type="datetime" id="endTimeId${uuid}" name="opTimeEnd" title="common_to" hideLabel="true" readonly="false"/>
|
<@ZKUI.Input name="personPin" maxlength="30" title="pers_person_pin" type="text"/>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
|
<@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/>
|
<@ZKUI.Input name="accountNo" id="id_sysCardNo_search" maxlength="8" title="posid_card_accountNum" type="text"/>
|
|
<@ZKUI.Input name="deptName" maxlength="30" title="posid_card_deptName" type="text"/>
|
<@ZKUI.Input name="likeUpdaterName" maxlength="30" title="posid_card_changeOperator" type="text"/>
|
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar gridName="${gridName}">
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="posid:cardRefund:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem type="export" id="posIDTransactionCardRecord.do?exportCardRefund" text="common_op_export" permission="posid:cardRefund:export" >@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.posid.vo.PosIDTransactionRecordCardRefundItem" query="posIDTransactionCardRecord.do?getCardRefundItemList" fixColumn="7"/>
@ZKUI.GridBox>