<#assign gridName="attWorkAbnormalReportGrid${uuid!}"> <#assign treeId="departmentTree${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input type="datetime" id="beginTime" endId="endTime" name="startDatetimeBegin" title="common_time_from" todayRange="start" max="today" today="-3" noOverToday="true" readonly="false"/>   <@i18n 'common_to'/>   <@ZKUI.Input type="datetime" id="endTime" name="startDatetimeEnd" title="common_to" max="today" todayRange="end" today="true" noOverToday="true" hideLabel="true" readonly="false"/> <#if !staff> <@ZKUI.Input name="personPin" 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;" pattern="1C"> <@ZKUI.Cell hideHeader="true"> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="att:workAbnormalReport:refresh"/> <@ZKUI.ToolItem type="export" id="attWorkAbnormalReport.do?export" permission="att:workAbnormalReport:export"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttWorkAbnormalReportItem" query="attWorkAbnormalReport.do?list"/> <#if !staff> <@ZKUI.Layout style="position:absolute; top:70px;bottom:0px;left:0px;right:0px;height:auto;" pattern="2U"> <@ZKUI.Cell width="240" treeId="tree${uuid!}" hideArrow="true"> <@ZKUI.Tree dynamic="true" id="tree${uuid!}" url="authDepartment.do?dynaTree&showPersonCount=false" onClick="attWorkAbnormalTreeClick"> <@ZKUI.Cell hideHeader="true"> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="att:workAbnormalReport:refresh"/> <@ZKUI.ToolItem type="export" id="attWorkAbnormalReport.do?export" permission="att:workAbnormalReport:export"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttWorkAbnormalReportItem" query="attWorkAbnormalReport.do?list"/>