#assign gridName="attLateReportReportGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}" showColumns="!attDayDetailReportLeaveMinuteMap,absentConvert,overtimeMinuteConvert,overtimeHolidayConvert,overtimeRestConvert,overtimeUsualConvert,earlyMinuteTotalConvert,earlyMinuteData,earlyCountTotal,shouldConvert,actualConvert,validConvert">
<@ZKUI.Searchbar onClear="updateSearchBarCondition">
<@ZKUI.SearchTop>
|
<@ZKUI.Input type="date" id="beginTime${uuid!}" endId="endTime${uuid!}" name="startDatetimeBegin" title="common_time_from" todayRange="start" readonly="false"/>
<@i18n 'common_to'/>
<@ZKUI.Input type="date" id="endTime${uuid!}" name="startDatetimeEnd" title="common_to" max="today" todayRange="end" today="true" hideLabel="true" readonly="false"/>
|
<@ZKUI.Input name="personPin" id="pin${uuid!}" maxlength="30" title="att_person_pin" type="text"/>
|
<@ZKUI.Input name="deptName" id="deptName${uuid!}" maxlength="30" title="pers_dept_deptName" type="text"/>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
|
<@ZKUI.Input name="likeName" id="likeName${uuid!}" maxlength="30" title="pers_person_wholeName" type="text"/>
|
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Layout style="position:absolute; top:70px;bottom:0px;left:0px;right:0px;height:auto;" pattern="2U" onInit="attGlobalInitDeptTree">
<@ZKUI.Cell width="240" treeId="tree${uuid!}" >
<@ZKUI.Tree dynamic="true" id="tree${uuid!}" url="authDepartment.do?dynaTree&showPersonCount=false" onClick="attGlobalDeptTreeClick">@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:lateReport:refresh"/>
<@ZKUI.ToolItem type="export" id="attDayDetailReport.do?exportLateReport" permission="att:lateReport:export"/>
@ZKUI.Toolbar>
<@ZKUI.Grid pageList="true" limitCount="100000" vo="com.zkteco.zkbiosecurity.att.vo.AttDayDetailReportItem" query="attDayDetailReport.do?listLateReport"/>
@ZKUI.Cell>
@ZKUI.Layout>
@ZKUI.GridBox>