<#assign gridName="posSendTableGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@i18n 'pos_statement_allowance'/>   <@ZKUI.Input type="datetime" endId="endTimeId${uuid}" name="opTimeBegin" title="pos_statement_allowance" 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="deptName" maxlength="30" title="pos_card_deptName" type="text"/> <@ZKUI.Combo empty="true" name="allowType" title="pos_card_subsidyType"> <@ZKUI.Toolbar gridName="${gridName}"> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="pos:cardSubsidy:refresh"> <@ZKUI.ToolItem type="export" id="posTransactionCardRecord.do?exportCardSubsidy" text="common_op_export" permission="pos:cardSubsidy:export" > <@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.pos.vo.PosTransactionRecordCardSubsidyItem" query="posTransactionCardRecord.do?getCardSubsidyList" fixColumn="7"/>