#assign gridName="posIDMonthlyStatementGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@i18n 'posid_countTable_beginTime'/>
<@ZKUI.Input type="datetime" endId="endTimeId${uuid}" name="startDatetimeBegin" title="posid_countTable_beginTime" todayRange="start" max="today" today="-1" hideLabel="true" noOverToday="true" readonly="false"/>
<@i18n 'posid_countTable_endTime'/>
<@ZKUI.Input type="datetime" id="endTimeId${uuid}" name="startDatetimeEnd" title="posid_countTable_endTime" max="today" todayRange="end" today="true" noOverToday="true" hideLabel="true" readonly="false"/>
|
<@ZKUI.Input name="likePersonPin" maxlength="30" title="pers_person_pin" type="text"/>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
|
<@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/>
|
<@ZKUI.Input name="liekDeptName" maxlength="30" title="posid_card_deptName" type="text"/>
|
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Layout style="position:absolute; top:70px;bottom:0px;left:0px;right:0px;height:auto;" pattern="2U" onInit="posidGlobalInitDeptTree">
<@ZKUI.Cell width="240" treeId="deptTree">
<@ZKUI.Tree dynamic="true" id="deptTree" url="authDepartment.do?dynaTree&showPersonCount=false" onClick="posidGlobalDeptTreeClick">@ZKUI.Tree>
@ZKUI.Cell>
<@ZKUI.Cell hideHeader="true">
<@ZKUI.Toolbar gridName="${gridName}">
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="posid:monthlyStatement:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem type="export" id="posIDMonthlyStatement.do?export" text="common_op_export" permission="posid:monthlyStatement:export" >@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.posid.vo.PosIDMonthlyStatementItem" query="posIDMonthlyStatement.do?list"/>
@ZKUI.Cell>
@ZKUI.Layout>
@ZKUI.GridBox>