#assign gridName="vidSuspect">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="name" maxlength="30" title="ivs_controlName" type="text"/>
|
<@ZKUI.Combo empty="true" name="alarmLevel" followTab="true" readonly="true" title="ivs_controlLevel">
@ZKUI.Combo>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="vid:channel:refresh">@ZKUI.ToolItem>
<#if type == 0>
<@ZKUI.ToolItem type="add" width="1100" height="650" id="ivsClientParentDevice.do?toAddSuspectView&parentDeviceId=${id!}&parentDeviceType=${type!}&suspectType=${suspectType!}">@ZKUI.ToolItem>
#if>
<@ZKUI.ToolItem text="common_enable" action="enableSuspect" img="comm_enable.png">@ZKUI.ToolItem>
<@ZKUI.ToolItem text="common_disable" action="disableSuspect" img="comm_disable.png">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<#if type == 0>
<@ZKUI.Grid headMenu="false" vo="com.zkteco.zkbiosecurity.ivs.vo.IvsSuspectItem" showColumns="!confidenceThreshold,type,parentDeviceId,parentDeviceType,suspectType" query="ivsClientParentDevice.do?suspectList&parentDeviceId=${id!}&suspectType=${suspectType!}"/>
<#elseif type == 2>
<@ZKUI.Grid headMenu="false" vo="com.zkteco.zkbiosecurity.ivs.vo.IvsSuspectItem" showColumns="!createUser,createTime,startTime,endTime,matchorder,type,name,parentDeviceId,parentDeviceType,suspectType" query="ivsClientParentDevice.do?suspectList&parentDeviceId=${id!}&suspectType=${suspectType!}"/>
#if>
@ZKUI.GridBox>