<#assign gridName="deviceLibraryGrid${uuid!}"> <@ZKUI.DGrid gridName="${gridName}" > <@ZKUI.LeftGrid title="esdc_personnel_list" hideHeader="true" width="458"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Combo id="deviceId${uuid}" value="${deviceId!}" path="/esdcAiBoxDevice.do?getAiBoxDeviceList" name="deviceIds" width="120" empty="false" title="esdc_device_dev_alias" onChange="reloadGridData"> <@ZKUI.Input name="name" style="width:120px" maxlength="20" title="esdc_person_library_name" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem type="refresh" > <@ZKUI.ToolItem title="esdc_aiBox_parentDevice_syncPersonnelList" img="esdc_choose_list.png" text="esdc_aiBox_parentDevice_syncPersonnelList" action="esdcAiBoxAddPersonnelList" height="450"> <@ZKUI.ToolItem title="esdc_personnelList_reSyncPersonnelList" id="esdcAiBoxFaceLibSync.do?reSyncPersonnelList" img="esdc_reSync_list.png" text="esdc_personnelList_reSyncPersonnelList" action="reSyncPersonnelList" height="450"> <@ZKUI.ToolItem id="esdcAiBoxFaceLibSync.do?delPersonnelList" text="common_op_del" img="comm_del.png" action="esdcAiBoxPersonnelListDel" /> <@ZKUI.Grid onRowSelect="leftGridClick" onXLE="aiBoxQueryFirstSelectClick" showColumns="checkbox,name,type,personCount,zkGridOp" vo="com.zkteco.zkbiosecurity.esdc.vo.EsdcDevice2ListItem" query="esdcAiBoxFaceLibSync.do?personnelList"/> <@ZKUI.RightGrid title="pers_person" leftFieldName="personnelListId" hideHeader="true"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input id="pin" name="pin" maxlength="30" title="pers_person_pin" type="text" width="120"/> <@ZKUI.Input id="name" name="name" maxlength="30" title="pers_person_wholeName" type="text" width="120"/> <@ZKUI.Combo empty="true" id="status" name="status" title="common_status" width="120" > <@ZKUI.Toolbar> <@ZKUI.ToolItem type="refresh" > <@ZKUI.ToolItem id="/esdcAiBoxFaceLibSync.do?delPerson&personnelListId=(@id:gs)" action="delDevicePerson" text="pers_common_delPerson" img="comm_del.png" > <@ZKUI.ToolItem action="reAddAiBoxPersons" text="esdc_personnelList_reSync" title="esdc_personnelList_reSync" img="esdc_sync.png" > <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.esdc.vo.EsdcDevice2PersonItem" query="esdcAiBoxFaceLibSync.do?getPersonList"/>