#assign gridName="posTransactionCardGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@i18n 'pos_statement_operationTime'/>
<@ZKUI.Input type="datetime" endId="endTimeId${uuid}" name="opTimeBegin" title="pos_statement_operationTime" todayRange="start" max="today" today="-3" hideLabel="true" noOverToday="true" readonly="false"/>
<@i18n 'common_to'/>
<@ZKUI.Input type="datetime" id="endTimeId${uuid}" name="opTimeEnd" title="common_to" max="today" todayRange="end" today="true" noOverToday="true" hideLabel="true" readonly="false"/>
|
<@ZKUI.Input name="personPin" maxlength="30" title="pers_person_pin" type="text"/>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
|
<@ZKUI.Input name="updaterName" maxlength="30" title="pos_card_changeOperator" type="text"/>
|
<@ZKUI.Input name="card" maxlength="30" title="pos_card_card" type="text"/>
|
<@ZKUI.Input name="snName" maxlength="30" title="common_dev_sn" type="text"/>
|
|
<@ZKUI.Combo empty="true" name="cardCashType" title="pos_card_cardType">
@ZKUI.Combo>
|
<@ZKUI.Input name="money" id="id_money_search" maxlength="30" title="pos_card_money" type="text"/>
|
<@ZKUI.Input name="balance" id="id_balance_search" maxlength="30" title="pos_card_blance" type="text"/>
|
|
<@ZKUI.Combo empty="true" name="logFlag" title="pos_card_logFlag">
@ZKUI.Combo>
|
<@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/>
|
<@ZKUI.Input name="serialNum" id="id_serialNum_search" maxlength="9" title="pos_card_serialnum" type="text"/>
|
|
<@ZKUI.Combo empty="true" name="hideColumn" title="pos_card_typeName">
@ZKUI.Combo>
|
<@ZKUI.Input name="sysCardNo" id="id_sysCardNo_search" maxlength="8" title="pos_card_accountNum" 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="pos:transactionCard:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem type="export" id="posTransactionCard.do?export" text="common_op_export" permission="pos:transactionCard:export">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.pos.vo.PosTransactionCardItem" query="posTransactionCard.do?list" onAfterInit="afterPosCashModelInit"/>
@ZKUI.GridBox>