<#assign gridName="hwpersonnalListGrid${uuid!}"> <@ZKUI.Layout id="layout${uuid}" > <@ZKUI.Cell title="pers_person" leftFieldName="personnelListId" hideHeader="true">
* <@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 autoFirst="true" id="deptId${uuid}" 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"/>
* <@ZKUI.Input type="date" value="${((item.birthday)?string('yyyy-MM-dd'))!}" id="birthday${uuid}" name="birthday" hideLabel="true" readonly="readonly" style="background-color: #fff;"/>
<@ZKUI.Combo empty="true" id="gender${uuid}" width="148" name="gender" hideLabel="true" value="${(item.gender)!}" key="sex"/>
<@ZKUI.Combo empty="true" width="148" id="certType${uuid}" name="certType" hideLabel="true" value="${(certificate.certType)!2}" key="certificateType" onChange="changeCertType" onAfterLoad="setLicenseMsg"/>
<@i18n 'common_edit_ok'/>