#assign gridName="attShiftGrid${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.Input name="shiftNo" maxlength="30" title="common_number" type="text"/>
|
<@ZKUI.Input name="shiftName" maxlength="30" title="common_name" type="text"/>
|
<@ZKUI.Combo empty="true" name="shiftType" readonly="true" title="att_shift_type">
@ZKUI.Combo>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="att:shift:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="attShift.do?edit&shiftType=0" text="att_shift_addRegularShift" width="860" height="440" img="comm_add.png" action="commonAdd" permission="att:shift:add">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="attShift.do?edit&shiftType=1" text="att_shift_addFlexibleShift" width="860" height="350" img="comm_add.png" action="commonAdd" permission="att:shift:add">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="attShift.do?del&names=(shiftName)" text="common_op_del" img="comm_del.png" action="commonDel" permission="att:shift:del">@ZKUI.ToolItem>
<@ZKUI.ToolItem text="att_shift_cleanTimeSlot" img="comm_del.png" action="clearShiftCallbackFun" permission="att:shift:clearTimeSlot">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="attShift.do?export" isShow="false" type="export" permission="att:shift:export"/>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttShiftItem" query="attShift.do?list" onXLE="attShitQueryFirstSelectClick"/>
@ZKUI.GridBox>
@ZKUI.Cell>
<@ZKUI.Cell fixSize="1" hideArrow="true" title="att_shift_timeSlotDetail" width="350px">
@ZKUI.Cell>
@ZKUI.Layout>