<#assign gridName="posIDRechargeformGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@i18n 'posid_statement_topUp'/>   <@ZKUI.Input type="datetime" endId="endTimeId${uuid}" name="opTimeBegin" title="posid_statement_topUp" 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="accountNo" id="id_sysCardNo_search" maxlength="30" title="posid_card_accountNum" type="text"/> <@ZKUI.Input name="deptName" maxlength="30" title="posid_card_deptName" type="text"/> <@ZKUI.Input name="likeCreatOperator" maxlength="30" title="posid_card_changeOperator" type="text"/> <@ZKUI.Layout style="position:absolute; top:70px;bottom:0px;left:0px;right:0px;height:auto;" pattern="2U" onInit="posidGlobalInitDeptTree"> <@ZKUI.Cell width="240" treeId="deptTree"> <@ZKUI.Tree dynamic="true" id="deptTree" url="authDepartment.do?dynaTree&showPersonCount=false" onClick="posidGlobalDeptTreeClick"> <@ZKUI.Cell hideHeader="true"> <@ZKUI.Toolbar gridName="${gridName}"> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="posid:rechargeForm:refresh"> <@ZKUI.ToolItem type="export" id="posIDTransactionCardRecord.do?exportRechargeform" text="common_op_export" permission="posid:rechargeForm:export" > <@ZKUI.Grid pageList="true" limitCount="200000" gridName="${gridName}" vo="com.zkteco.zkbiosecurity.posid.vo.PosIDTransactionRecordRechargeformItem" query="posIDTransactionCardRecord.do?getRechargeformItemList" fixColumn="6" showColumns="!accountNo,accountSerial,conveyTime"/>