<#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'/> <#include '/att/flowable/approveContent.html' />
* <@ZKUI.Combo empty="true" hideLabel="true" id="overtimeSign" name="overtimeSign" readonly="true" value="${(item.overtimeSign)!}" title="att_overtime_type" width="148">
* <@ZKUI.Input id="attOverStartTimeId" type="datetime" value="${(item.startDatetime?string('yyyy-MM-dd HH:mm:ss'))!}" readonly="true" today="true" name="startDatetime" hideLabel="true" title="common_startTime" onHide="calOverTime"/>
* <@ZKUI.Input id="attOverEndTimeId" type="datetime" value="${(item.endDatetime?string('yyyy-MM-dd HH:mm:ss'))!}" readonly="true" today="true" name="endDatetime" hideLabel="true" title="common_endTime" onHide="calOverTime"/>
*
<#include '/att/flowable/approveRecord.html'/>