#assign gridName="attMonthDetailReportGrid${uuid!}">
<#assign treeId="departmentTree${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar onBeforeQuery="searchAttMonthButton" onBeforeClear="clearAttMonthCondition" >
<@ZKUI.SearchTop>
|
<@ZKUI.Input id="id_att_statistical_month" type="date" name="searchMonth" title="att_statistical_month" today="true" readonly="true" format="%Y-%m">@ZKUI.Input>
|
<#if !staff>
<@ZKUI.Input name="pin" id="id_attMonth_pin" maxlength="30" title="att_person_pin" type="text"/>
|
<@ZKUI.Input id="id_attMonth_deptName" name="deptName" maxlength="30" title="pers_dept_deptName" type="text"/>
|
#if>
@ZKUI.SearchTop>
<#if !staff>
<@ZKUI.SearchBelow>
|
<@ZKUI.Input name="likeName" id="id_attMonth_likeName" maxlength="30" title="pers_person_wholeName" type="text"/>
|
@ZKUI.SearchBelow>
#if>
@ZKUI.Searchbar>
<@ZKUI.Layout id="layout${uuid}" style="position:absolute; top:70px;bottom:0px;left:0px;right:0px;height:auto;">
<#if staff>
<@ZKUI.Cell hideHeader="true">
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="att:monthDetailReport:refresh"/>
<@ZKUI.ToolItem id="attMonthDetailReport.do?export" isShow="true" type="export" permission="att:monthDetailReport:export"/>
@ZKUI.Toolbar>
@ZKUI.Cell>
#if>
<#if !staff>
<@ZKUI.Cell width="240" treeId="tree${uuid!}" hideArrow="true">
<@ZKUI.Tree dynamic="true" id="tree${uuid!}" url="authDepartment.do?dynaTree&showPersonCount=false" onClick="attMonthDetailDeptTreeClick">@ZKUI.Tree>
@ZKUI.Cell>
<@ZKUI.Cell hideHeader="true">
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="att:monthDetailReport:refresh"/>
<@ZKUI.ToolItem id="attMonthDetailReport.do?export" isShow="true" type="export" permission="att:monthDetailReport:export"/>
@ZKUI.Toolbar>
@ZKUI.Cell>
#if>
@ZKUI.Layout>
@ZKUI.GridBox>