<#assign gridName="posIDTransactionCardGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@i18n 'posid_statement_operationTime'/>   <@ZKUI.Input type="datetime" endId="endTimeId${uuid}" name="opTimeBegin" title="posid_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.SearchBelow> <@ZKUI.Input name="accountNo" id="id_sysCardNo_search" maxlength="8" title="posid_card_accountNum" type="text"/> <@ZKUI.Input name="updaterName" maxlength="30" title="posid_card_changeOperator" type="text"/> <@ZKUI.Combo empty="true" name="cashType" title="posid_card_cardType"> <@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/> <@ZKUI.Combo empty="true" name="type" title="posid_card_typeName"> <@ZKUI.Toolbar gridName="${gridName}"> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="posid:transactionCard:refresh"> <@ZKUI.ToolItem type="export" id="posIDTransactionCard.do?export" text="common_op_export" permission="posid:transactionCard:export"> <@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.posid.vo.PosIDTransactionCardItem" query="posIDTransactionCard.do?list" onAfterInit="afterPosCashModelInit"/>