<#assign gridName="attYearStatisticalReportGrid${uuid!}"> <#assign treeId="departmentTree${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input type="date" name="searchYear" title="att_statistical_year" today="true" readonly="true" format="%Y"> <#if !staff> <@ZKUI.Input name="pin" maxlength="30" title="att_person_pin" type="text"/> <@ZKUI.Input name="deptName" maxlength="30" title="pers_dept_deptName" type="text"/> <#if !staff> <@ZKUI.SearchBelow> <@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/> <#if staff> <@ZKUI.Layout style="position:absolute; top:70px;bottom:0px;left:0px;right:0px;height:auto;"> <@ZKUI.Cell hideHeader="true"> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="att:yearStatistiCalReport:refresh"/> <@ZKUI.ToolItem type="export" id="attYearStatisticalReport.do?export" permission="att:yearStatistiCalReport:export"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttYearStatisticalReportItem" query="attYearStatisticalReport.do?list"/> <#if !staff> <@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="attYearStatisticalDeptTreeClick"> <@ZKUI.Cell hideHeader="true"> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="att:yearStatistiCalReport:refresh"/> <@ZKUI.ToolItem type="export" id="attYearStatisticalReport.do?export" permission="att:yearStatistiCalReport:export"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttYearStatisticalReportItem" query="attYearStatisticalReport.do?list"/>