<#assign gridName="hwpersonnalListGrid${uuid!}"> <@ZKUI.DGrid gridName="${gridName}" > <@ZKUI.LeftGrid title="ivs_personnal_list" hideHeader="true" width="750"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Combo type="radio" empty="false" readonly="true" title="ivs_ext_device_manager" hideLabel="true" name="parentDevice" path="ivsParentDevice.do?getOptionTree" value="${(parentDeviceId)!}" id="parentDevice${uuid}" onChange="reloadDeviceData" width="140"/> <@ZKUI.Combo id="device" empty="false" name="device" title="common_dev_entity" onChange="reloadGridData"/> <@ZKUI.Input name="name" maxlength="10" title="ivs_personnal_list_name" type="text" width="120"/> <@ZKUI.Input id="parentDeviceId" name="parentDeviceId" value="${(parentDeviceId)!}" type="hidden"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem type="refresh"> <@ZKUI.ToolItem title="ivs_parentDevice_syncPersonnelList" img="ivs_choose_personnelList.png" text="ivs_parentDevice_syncPersonnelList" action="vidAddPersonnelList" id="ivsParentDevice.do?edit" height="450"> <@ZKUI.ToolItem title="ivs_parentDevice_reSyncPersonnelList" id="ivsPersonnelList.do?reSendPersonnelList" img="ivs_reSync_personnelList.png" text="ivs_parentDevice_reSyncPersonnelList" action="reVidAddPersonnelList" height="450"> <@ZKUI.ToolItem id="ivsPersonnelList.do?delPersonnelList" text="common_op_del" img="comm_del.png" action="vidPersonnelListDGridCommonDel" /> <@ZKUI.Grid onRowSelect="leftGridcClick" onXLE="hwVidQueryFirstSelectClick" vo="com.zkteco.zkbiosecurity.ivs.vo.IvsPersonnelListItem" query="ivsPersonnelList.do?list&deviceId=${(parentDeviceId)!}"/> <@ZKUI.RightGrid title="pers_person" showColumns="!personnelListId" 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="/ivsPersonnelList.do?delPerson&personnelListId=(@id:gs)" action="delParentDevicePerson" text="pers_common_delPerson" img="comm_del.png" > <@ZKUI.ToolItem action="addParentDevicePerson" text="ivs_parentDevice_reSync" title="ivs_parentDevice_reSync" img="ivs_sync.png" > <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.ivs.vo.IvsParentDevicePersonItem" query="/ivsPersonnelList.do?getPersonList"/>