<#assign editPage = "true"> <#include "/public/template/editTemplate.html"> <#macro editContent>
* <@ZKUI.ComboTree type="radio" title="ivs_ext_device_manager" hideLabel="true" empty="false" name="parentDeviceId" url="ivsParentDevice.do?tree" id="parentDeviceId${uuid}" width="148" value="${(parentDeviceId)!}" />
* <@ZKUI.ComboGrid hideLabel="true" width="148" queryField="name" value="${(item.personnelListIds)!}" name="personnelListId" grid_showColumns="ra,name,type" grid_vo="com.zkteco.zkbiosecurity.ivs.vo.IvsPersonnelListSelectItem" grid_query="/ivsPersonnelList.do?listSelect" title="ivs_listLibrary"/>
*
* <@ZKUI.ComboGrid autoFirst="true" id="deptId" width="148" queryField="name" hideLabel="true" text="${(item.deptName)!treeDeptName!}" value="${(item.deptId)!treeDeptId!}" name="deptId" grid_showColumns="ra,name,parentName" grid_vo="com.zkteco.zkbiosecurity.auth.vo.AuthDepartmentSelectItem" grid_onCheck="editPersonDeptChange" grid_query="authDepartment.do?listSelect" onChange="loadDeptLevel"/>
*