#assign gridName="persCardGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="cardNo" maxlength="30" title="pers_card_cardNo" type="text"/>
|
<@ZKUI.Input name="personPin" maxlength="30" title="pers_person_pin" type="text"/>
|
<@ZKUI.Input name="deptName" maxlength="30" title="pers_dept_deptName" type="text"/>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
|
<@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/>
|
<@ZKUI.Combo empty="true" name="cardState" title="pers_card_state">
@ZKUI.Combo>
|
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="pers:card:refresh"/>
<@ZKUI.ToolItem id="skip.do?page=pers_card_batchIssueCard" isShow="false" text="pers_batchIssCard_entity" img="pers_batchAddPersCard.png" action="batchIssueCardOpen" permission="pers:card:batchIssueCard" />
<@ZKUI.ToolItem id="persCard.do?batchCardLoss" text="pers_lossCard_entity" img="pers_loseCard.png" action="commonOperate" permission="pers:card:batchCardLoss" isShow="application['system.productCode']=='ZKBioSecurity'"/>
<@ZKUI.ToolItem id="persCard.do?batchCardRevert" text="pers_revertCard_entity" img="pers_revertCard.png" action="commonOperate" permission="pers:card:batchCardRevert" isShow="application['system.productCode']=='ZKBioSecurity'"/>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.pers.vo.PersCardItem" query="persCard.do?list"/>
@ZKUI.GridBox>