#assign gridName="attLeaveSummaryReportGrid${uuid!}">
<#assign treeId="departmentTree${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input id="beginTime" type="datetime" endId="endTime" name="startApplyDateTime" title="common_time_from" todayRange="start" max="today" today="-3" noOverToday="true" readonly="false"/>
<@i18n 'common_to'/>
<@ZKUI.Input type="datetime" id="endTime" name="endApplyDateTime" 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>
@ZKUI.SearchTop>
<#if !staff>
<@ZKUI.SearchBelow>
|
<@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/>
|
@ZKUI.SearchBelow>
#if>
@ZKUI.Searchbar>
<#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:leaveSummaryReport:refresh"/>
<@ZKUI.ToolItem id="attLeaveSummaryReport.do?export" isShow="true" type="export" permission="att:leaveSummaryReport:export"/>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttLeaveSummaryReportItem" query="attLeaveSummaryReport.do?list"/>
@ZKUI.Cell>
@ZKUI.Layout>
#if>
<#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="attLeaveSummaryDeptTreeClick">@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:leaveSummaryReport:refresh"/>
<@ZKUI.ToolItem id="attLeaveSummaryReport.do?export" isShow="true" type="export" permission="att:leaveSummaryReport:export"/>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttLeaveSummaryReportItem" query="attLeaveSummaryReport.do?list"/>
@ZKUI.Cell>
@ZKUI.Layout>
#if>
@ZKUI.GridBox>