#include '/public/template/editTemplate.html'>
<#macro editContent>
<@ZKUI.Layout pattern="2E">
<@ZKUI.Cell height="80" fixSize="1" hideArrow="true" title="att_leftMenu_timeSlot">
<@ZKUI.ComboGrid hideLabel="true" width="750" title="att_leftMenu_timeSlot" id="attTimeSlotComboGridId"
queryField="periodName" name="timeSlotIds" value="${(item.timeSlotIds)!}"
grid_showColumns="${attTimeSlotColumns}"
grid_vo="com.zkteco.zkbiosecurity.att.vo.AttTimeSlotItem"
grid_query="attTimeSlot.do?list&periodType=${(item.shiftType)!}"
grid_onCheck="attTimeSlotComboGridCheck"
grid_onClearAll="attTimeSlotComboGridClearAll"
grid_onCheckA="attTimeSlotComboGridCheckAll"
onOpen="attTimeSlotComboGridOpen"/>
@ZKUI.Cell>
<@ZKUI.Cell fixSize="1" hideArrow="true" title="att_shift_timeSlotDetail">
@ZKUI.Cell>
@ZKUI.Layout>
#macro>
<#macro buttonContent>
#macro>