#assign gridName="posIDWalletGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input id="id_sysCardNo_search" name="accountNo" maxlength="8" title="posid_card_accountNum" type="text"/>
|
<@ZKUI.Input name="personPin" maxlength="30" title="posid_card_personNum" type="text"/>
|
<@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
|
<@ZKUI.Combo empty="true" name="isValid" title="posid_card_isValid">
@ZKUI.Combo>
|
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar gridName="${gridName}">
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="posid:wallet:refresh">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.posid.vo.PosIDWalletItem" query="posIDWallet.do?list" />
@ZKUI.GridBox>