#assign gridName="attTempSchGrid${uuid!}">
<@ZKUI.Layout id="layout${uuid}" pattern="2U" style="height:100%;width:100%;">
<@ZKUI.Cell hideHeader="true">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Combo empty="true" name="tempType" title="att_schedule_tempType">
@ZKUI.Combo>
|
<@ZKUI.Input name="startDate" type="date" readonly="true" title="common_startTime"/>
|
<@ZKUI.Input name="endDate" type="date" readonly="true" title="common_endTime"/>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="att:tempsch:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="attTempSch.do?del&tempType=(tempType)" text="common_op_del" img="comm_del.png" action="commonDel" permission="att:tempsch:del">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttTempSchItem" query="attTempSch.do?list" onXLE="attTempQueryFirstSelectClick" />
@ZKUI.GridBox>
@ZKUI.Cell>
<@ZKUI.Cell title="att_shift_timeSlotDetail" width="300px">
@ZKUI.Cell>
@ZKUI.Layout>