#assign gridName="insTransactionGrid${uuid!}">
<#assign treeId="departmentTree${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@i18n 'common_time_from'/>
<@ZKUI.Input type="datetime" id="beginTime" endId="endTime" name="beginDate" title="common_time_from" todayRange="start" max="today" today="-3" hideLabel="true" noOverToday="true" readonly="false"/>
<@i18n 'common_to'/>
<@ZKUI.Input type="datetime" id="endTime" name="endDate" title="common_to" max="today" todayRange="end" today="true" noOverToday="true" hideLabel="true" readonly="false"/>
|
<@ZKUI.Input name="personPin" maxlength="30" title="pers_person_pin" type="text"/>
|
<@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/>
|
<@ZKUI.Input name="deviceSn" maxlength="30" title="ins_device_sn" type="text"/>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
|
<@ZKUI.Input name="deptCode" maxlength="30" title="pers_dept_deptNo" type="text"/>
|
<@ZKUI.Input name="deptName" maxlength="30" title="pers_dept_deptName" type="text"/>
|
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Layout style="position:absolute; top:70px;bottom:0px;left:0px;right:0px;height:auto;" pattern="3W">
<@ZKUI.Cell width="240" treeId="tree${uuid!}" hideArrow="true">
<@ZKUI.Tree id="tree${uuid!}" url="authDepartment.do?tree&showPersonCount=true" onClick="insTransactionDeptTreeClick">@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="ins:transaction:refresh"/>
<@ZKUI.ToolItem id="insTransaction.do?export" type="export" img="comm_export.png" permission="ins:transaction:export"/>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.ins.vo.InsTransactionItem" query="insTransaction.do?list"/>
@ZKUI.Cell>
<@ZKUI.Cell width="240" hideArrow="true" title="ins_transaction_verifyDetail">
| <@i18n "ins_transaction_verifyPhoto"/> |
|
|
| <@i18n "pers_person_pin"/> |
|
| <@i18n "pers_person_name"/> |
|
style="display:none;"#if>>
| <@i18n "pers_person_lastName"/> |
|
| <@i18n "pers_dept_deptName"/> |
|
| <@i18n "ins_transaction_time"/> |
|
| <@i18n "ins_device_sn"/> |
|
|
@ZKUI.Cell>
@ZKUI.Layout>
@ZKUI.GridBox>