<#assign gridName="posLoseUniteCardGrid${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" 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.SearchBelow> <@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/> <@ZKUI.Input name="sysCardNo" id="id_sysCardNo_search" maxlength="8" title="pos_card_accountNum" type="text"/> <@ZKUI.Input name="creatOperator" maxlength="30" title="pos_card_creatOperator" type="text"/> <@ZKUI.Toolbar gridName="${gridName}"> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="pos:loseUniteCard:refresh"> <@ZKUI.ToolItem type="export" id="posTransactionCardRecord.do?exportLoseUniteCard" text="common_op_export" permission="pos:loseUniteCard:export" > <@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.pos.vo.PosTransactionRecordLoseUniteCardItem" query="posTransactionCardRecord.do?getLoseUniteCardList"/>