#assign gridName="visVisitorGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Combo name="categoryId" id="categoryCombo" width="148" title="vis_watchList_category" path="watchList.do?allCategory">@ZKUI.Combo>
|
<@ZKUI.Input name="likeName" maxlength="100" title="pers_person_wholeName" type="text"/>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
|
<@ZKUI.Combo empty="true" name="certType" title="vis_cert_type" path="baseDictionaryValue.do?selectList&key=certificateType">
@ZKUI.Combo>
|
<@ZKUI.Input name="certNumber" title="vis_cert_number" type="text"/>
|
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="vis:watchListThumbnails:refresh">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.vis.vo.VisWatchListThumbnailsItem" query="watchList.do?ThumbnailsList"/>
@ZKUI.GridBox>