<#assign gridName="persPersonnalListGrid${uuid!}"> <@ZKUI.Layout pattern="2E" style="height:100%;width:100%;"> <@ZKUI.Cell hideHeader="true" height="800"> <@ZKUI.DGrid gridName="${gridName}" > <@ZKUI.LeftGrid title="pers_personnal_list" width="470"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="name" maxlength="10" title="pers_personnal_list_name" type="text"/> <@ZKUI.Combo name="type" empty="true" id="type${uuid}" width="148" title="pers_personnal_list_type" key="PersPersonnallistType" value="${(item.type)!}" /> <@ZKUI.Grid onRowSelect="leftGridcClick" showColumns="!zkGridOp" autoFirst=true vo="com.zkteco.zkbiosecurity.pers.vo.PersPersonnalListItem" query="persPersonnalList.do?list"/> <@ZKUI.RightGrid title="pers_person" leftFieldName="personnallistId" gridName="personnel${uuid!}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="personPin" maxlength="30" title="pers_person_pin" type="text"/> <@ZKUI.Input name="personName" maxlength="30" title="pers_person_wholeName" type="text"/> <@ZKUI.SearchBelow> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.pers.vo.PersPersonnallistPersonItem" query="persPersonnalList.do?getPersonList"/> <@ZKUI.Cell hideHeader="true" height="5">