<#include '/public/template/editTemplate.html'> <#macro editContent>
<@ZKUI.Permission name="pers:personnallist"> <#if "${(item.id)!}" == "">
* <@ZKUI.Input type="date" value="${((item.leaveDate)?string('yyyy-MM-dd'))!}" readonly="readonly" style="width:250px;box-sizing: border-box;" max="today" min="${((item.hireDate)?string('yyyy-MM-dd'))!}" name="leaveDate" hideLabel="true" today="true"/>
* <@ZKUI.Combo empty="true" width="250" name="leaveType" hideLabel="true" value="${(item.leaveType)!}" key="PersLeaveType"/>
<@ZKUI.Input hideLabel="true" type="checkbox" name="forbidden" trueValue="1" falseValue="0" eventCheck="true" value="1"/>