<#if detail == "readonly"> <#assign closeButtonText = "${getI18nByCode('common_op_close')}"> <#include '/public/template/editTemplate.html'> <#macro editContent> <#if task?? && task.taskId?exists >
<#else>
<@i18n 'att_flow_apply'/> <#if !task || !task.processIndex?exists > <#if !task || !task.processIndex?exists >
<#include '/att/flowable/approveContent.html' />
* <@ZKUI.Combo id="leaveTypeCombo" width="148" value="${(item.leaveTypeId)!}" hideLabel="true" empty="true" name="leaveTypeId" path="attLeaveType.do?listJsonLeaveType">
<#if item.leaveImagePath?length gt 0> <#else> <@i18n 'att_leave_imageShow'/>
* <@ZKUI.Input id="attLeaveStartTimeId" type="datetime" value="${(item.startDatetime?string('yyyy-MM-dd HH:mm:ss'))!}" readonly="true" today="true" name="startDatetime" hideLabel="true" title="common_startTime" onHide="calLeaveTime" />
* <@ZKUI.Input id="attLeaveEndTimeId" type="datetime" value="${(item.endDatetime?string('yyyy-MM-dd HH:mm:ss'))!}" readonly="true" today="true" name="endDatetime" hideLabel="true" title="common_endTime" onHide="calLeaveTime"/>
*
<#include '/att/flowable/approveRecord.html'/>