#assign gridName="attRealTimeCallRoll${uuid!}">
<#assign treeId="tree${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar hideQueryButton="true">
<@ZKUI.SearchTop>
|
<@ZKUI.Input type="datetime" id="beginTime" endId="endTime" name="beginDate" title="common_time_from" max="today" today="true" noOverToday="true" readonly="false"/>
<@i18n 'common_to'/>
<@ZKUI.Input type="datetime" id="endTime" name="endDate" title="common_to" todayRange="end" today="true" hideLabel="true" readonly="false"/>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Layout style="position:absolute; top:70px;bottom:0px;left:0px;right:0px;height:auto;" onInit="initAttPersDeptTree" pattern="3L">
<@ZKUI.Cell width="240" treeId="tree${uuid!}">
<@ZKUI.Tree dynamic="true" id="tree${uuid!}" type="checkbox" url="authDepartment.do?dynaTree&showPersonCount=false">@ZKUI.Tree>
@ZKUI.Cell>
<@ZKUI.Cell hideArrow="true" title="att_realTime_noSignPers">
<@ZKUI.Grid sortInPage="true" gridName="attPersNoSignRecord${uuid!}"showColumns="!attDatetime" vo="com.zkteco.zkbiosecurity.att.vo.AttRealTimeCallRollItem" query="attRealTimeCallRoll.do?attPersSignRecord" nopaging="true"/>
@ZKUI.Cell>
<@ZKUI.Cell height="300" title="att_realTime_signMonitor">
<@ZKUI.Grid sortInPage="true" gridName="attPersSignRecord${uuid!}" vo="com.zkteco.zkbiosecurity.att.vo.AttRealTimeCallRollItem" nopaging="true"/>
@ZKUI.Cell>
@ZKUI.Layout>
@ZKUI.GridBox>