<#include '/public/template/editTemplate.html'> <#macro editContent>
<#if Application['system.productCode'] != 'ZKBioAccess'>
* * <@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.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"/> <#if persParams["pers.IDReadMode"] =="1"> <#if persParams['pers.IDReadMode'] == "2">
<@ZKUI.Input type="date" value="${((item.birthday)?string('yyyy-MM-dd'))!}" name="birthday" hideLabel="true" readonly="readonly" style="background-color: #fff;"/> checked="checked" />
<@ZKUI.Input type="date" value="${((item.hireDate)?string('yyyy-MM-dd'))!}" name="hireDate" max="today" hideLabel="true" readonly="readonly" style="background-color: #fff;"/> <@ZKUI.ComboTree width="148" type="radio" url="/persPosition.do?tree" value="${(item.positionId)!}" hideLabel="true" name="positionId"/>

<#include '/pers/person/personTabHtml.html'>
<#include '/pers/person/personTabJs.html'>