#assign gridName="attDayDetailReportGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input type="datetime" id="beginDate" endId="endTime" name="beginDate" todayRange="start" title="common_time_from" max="today" today="true" noOverToday="true" readonly="false"/>
<@i18n 'common_to'/>
<@ZKUI.Input type="datetime" id="endDate" name="endDate" title="common_to" max="today" todayRange="end" today="true" noOverToday="true" hideLabel="true" readonly="false"/>
|
<@ZKUI.Combo empty="true" id="realTimeStatus" name="realTimeStatus" readonly="true" title="common_status">
@ZKUI.Combo>
|
@ZKUI.SearchTop>
@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:signCallRollReport:refresh"/>
<@ZKUI.ToolItem id="attSignCallRollReport.do?export" isShow="true" type="export" permission="att:signCallRollReport:export"/>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttRealTimeCallRollItem" showColumns="!deptCode" query="attSignCallRollReport.do?list"/>
@ZKUI.Cell>
@ZKUI.Layout>
@ZKUI.GridBox>