<#include '/public/template/editTemplate.html'> <#macro editContent>
<@i18n "att_shift_basicSet"/>
* *
* <@ZKUI.Combo id="id_shiftType${uuid!}" width="148" empty="false" value="${(item.shiftType)!}" hideLabel="true" name="shiftType"> <@ZKUI.Input type="color" name="shiftColor" readonly="readonly" style="background:${(item.shiftColor)!'#66FF66'}; color:#FFF; width: 143px;" hideLabel="true" value="${(item.shiftColor)!'#66FF66'}"/>
* <@ZKUI.Combo id="id_periodicUnit${uuid!}" width="148" empty="false" value="${(item.periodicUnit)!}" hideLabel="true" name="periodicUnit"> *
* <@ZKUI.Combo id="id_periodStartMode${uuid!}" name="periodStartMode" value="${(item.periodStartMode)!'0'}" hideLabel="true" empty="false" width="148"> *

<@i18n 'att_shift_isShiftWithinMonthRemark1'/>

<@i18n 'att_shift_isShiftWithinMonthRemark2'/>

<@ZKUI.Combo id="id_isShiftWithinMonth${uuid!}" empty="false" width="148" value="${(item.isShiftWithinMonth?string('true','false'))!'true'}" hideLabel="true" name="isShiftWithinMonth">
*

<@i18n 'att_shift_attShiftStartDateRemark'/>

<@ZKUI.Input id="id_startDate" type="date" value="${((item.startDate)?string('yyyy-MM-dd'))!}" readonly="true" today="true" name="startDate" hideLabel="true" title="att_shift_startDate_firstDay"/>
<@i18n "att_shift_advancedSet"/>
*

<@i18n 'att_shift_workTypeRemark1'/>

<@ZKUI.Combo width="148" id="shiftWorkType" empty="false" value="${(item.workType)!}" hideLabel="true" name="workType" key="AttShiftWorkType" autoFirst="true" /> *

<@i18n 'att_shift_attendanceModeRemark1'/>

<@i18n 'att_shift_attendanceModeRemark2'/>

<@i18n 'att_shift_attendanceModeRemark3'/>

<@ZKUI.Combo id="attendanceMode${uuid!}" width="148" empty="false" value="${(item.attendanceMode)!}" hideLabel="true" name="attendanceMode">
<@ZKUI.Combo id="overtimeSign${uuid!}" width="148" empty="false" value="${(item.overtimeSign)!}" hideLabel="true" name="overtimeSign"> * <@ZKUI.Combo id="overtimeMode${uuid!}" width="148" empty="false" value="${(item.overtimeMode)!}" hideLabel="true" name="overtimeMode">