<#assign gridName="attDeptStatisticalReportGrid${uuid!}"> <#assign treeId="departmentTree${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input type="date" name="searchMonth" title="att_statistical_month" today="true" readonly="true" format="%Y-%m"> <@ZKUI.Input name="deptName" maxlength="30" title="pers_dept_deptName" type="text"/> <@ZKUI.Layout style="position:absolute; top:70px;bottom:0px;left:0px;right:0px;height:auto;"> <@ZKUI.Cell width="240" treeId="tree${uuid!}" hideArrow="true"> <@ZKUI.Tree dynamic="true" id="tree${uuid!}" url="authDepartment.do?dynaTree&showPersonCount=false" onClick="attDeptStatisticalDeptTreeClick"> <@ZKUI.Cell hideHeader="true"> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="att:deptStatistiCalReport:refresh"/> <@ZKUI.ToolItem type="export" id="attDeptStatisticalReport.do?export" permission="att:deptStatistiCalReport:export"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttDeptStatisticalReportItem" query="attDeptStatisticalReport.do?list"/>