#assign gridName="visVisitorGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Combo empty="true" name="watchListType" title="vis_watchList_type">
@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.Input name="company" title="vis_common_company" type="text"/>
|
|
<@ZKUI.Combo id="visNationality" empty="false" readonly="false" name="nationality" title="pers_person_nationality" path="baseDictionaryValue.do?selectList&key=PersNationality">
@ZKUI.Combo>
|
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="vis:watchList:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="watchList.do?addView" text="common_op_new" width="782" height="397" img="comm_add.png" action="newWatchList" permission="vis:watchList:add">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="watchList.do?del&names=(name)" text="common_op_del" img="comm_del.png" action="commonDel" permission="vis:watchList:del">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="watchList.do?names=(name)&enable=false" text="common_disable" img="vis_disabled.png" action="disableWatchList" permission="vis:watchList:disable">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="watchList.do?names=(name)&enable=true" text="common_enable" img="vis_enable.png" action="enableWatchList" permission="vis:watchList:enable">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.vis.vo.VisWatchListItem" query="watchList.do?list"/>
@ZKUI.GridBox>