<#assign gridName="patrolDeviceGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="deviceAlias" maxlength="30" title="common_dev_name" type="text"/> <@ZKUI.Input name="deviceSn" maxlength="30" title="common_dev_sn" type="text"/> <@ZKUI.ComboTree title="base_area_name" type="radio" url="authArea.do?tree" value="${(item.authAreaId)!}" name="authAreaId"/> <@ZKUI.SearchBelow> <@ZKUI.Input name="deviceName" title="common_dev_deviceModel" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="patrol:device:refresh"> <@ZKUI.ToolItem id="patrolDevice.do?edit" text="common_op_new" width="980" height="450" img="comm_add.png" action="commonAdd" permission="patrol:device:add"> <@ZKUI.ToolItem id="patrolDevice.do?del&deviceAlias=(deviceAlias)" text="common_op_del" img="comm_del.png" action="commonDel" permission="patrol:device:del"> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.patrol.vo.PatrolDeviceItem" query="patrolDevice.do?list"/>