#assign gridName="attGroupSchGrid${uuid!}">
<@ZKUI.Layout pattern="2U">
<@ZKUI.Cell hideHeader="true" height="240" width="500">
<@ZKUI.GridBox gridName="${gridName}" showColumns="checkbox,groupName,scheduleType,shiftName,startDate,endDate">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.ComboTree id="attGroupComboTree" type="radio" autoFirst="true" url="attGroup.do?tree" title="att_common_groupName" width="148" readonly="true" tree_onCheck="onTreeChecked"/>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="att:groupsch:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="attGroupSch.do?edit" text="common_op_new" width="650" height="500" img="comm_add.png" action="commonAdd" permission="att:groupsch:add">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="attGroupSch.do?del&names=(groupName)" text="common_op_del" img="comm_del.png" action="commonDel" callback="reloadAttGroupSchGrid" permission="att:groupsch:del">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="attTempSch.do?edit&tempType=0" width="650" height="500" text="att_schedult_opAddTempSch" action="commonOpen" img="comm_add.png" permission="att:groupsch:addtempsch">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttGroupSchItem" query="attGroupSch.do?list"/>
@ZKUI.GridBox>
@ZKUI.Cell>
<@ZKUI.Cell hideHeader="true">
- <@i18n "common_abb_sunday"/>
- <@i18n "common_abb_monday"/>
- <@i18n "common_abb_tuesday"/>
- <@i18n "common_abb_wednesday"/>
- <@i18n "common_abb_thursday"/>
- <@i18n "common_abb_friday"/>
- <@i18n "common_abb_saturday"/>
@ZKUI.Cell>
@ZKUI.Layout>