<#assign gridName="persIssueCardGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="cardNo" maxlength="30" title="pers_card_cardNo" type="text"/> <@ZKUI.Combo empty="true" name="operateType" title="pers_issueCard_operate"> <#if "${Application['system.productCode']}" == "ZKBioSecurity"> <@ZKUI.SearchBelow> <@ZKUI.Input type="datetime" name="opTimeBegin" maxlength="30" title="base_opLog_opTime" />   <@i18n 'common_to'/>   <@ZKUI.Input type="datetime" name="opTimeEnd" maxlength="30" hideLabel="true" title="common_to"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="pers:issueCard:refresh"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.pers.vo.PersIssueCardItem" query="persIssueCard.do?list"/>