<#assign gridName="attTransactionGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}" showColumns="!attVerify,longitude,latitude"> <@ZKUI.Searchbar onClear="updateSearchBarCondition"> <@ZKUI.SearchTop> <@ZKUI.Input type="datetime" id="beginTime${uuid!}" endId="endTime${uuid!}" name="beginDate" title="common_time_from" todayRange="start" max="today" today="-1" noOverToday="true" readonly="false"/>   <@i18n 'common_to'/>   <@ZKUI.Input type="datetime" id="endTime${uuid!}" name="endDate" title="common_to" max="today" todayRange="end" today="true" noOverToday="true" hideLabel="true" readonly="false"/> <#if !user.staff> <@ZKUI.Input name="personPin" maxlength="30" title="att_person_pin" type="text"/> <@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/> <@ZKUI.SearchBelow> <@ZKUI.Input name="deptName" maxlength="30" title="pers_dept_deptName" type="text"/> <@ZKUI.Input name="areaName" maxlength="30" title="pers_person_attArea" type="text"/> <@ZKUI.Input name="deviceSn" maxlength="30" title="common_dev_sn" type="text"/> <#if Application['system.language'] != "zh_CN"> <@ZKUI.Input name="deviceName" maxlength="30" title="common_dev_name" type="text"/> <@ZKUI.Combo name="mark" title="att_statistical_dataSources" readonly="true"> <#if systemModules?lower_case?index_of("acc")!=-1> <#if systemModules?lower_case?index_of("park")!=-1> <#if systemModules?lower_case?index_of("ins")!=-1> <#if systemModules?lower_case?index_of("pid")!=-1> <#if systemModules?lower_case?index_of("vms")!=-1> <#if systemModules?lower_case?index_of("psg")!=-1> <#if systemModules?lower_case?index_of("ivs")!=-1> <#if systemModules?lower_case?index_of("esdc")!=-1> <#if user.staff> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="att:transaction:refresh"/> <@ZKUI.ToolItem id="attTransaction.do?export" type="export" img="comm_export.png" permission="att:transaction:export"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttTransactionItem" query="attTransaction.do?list"/> <#if !user.staff> <@ZKUI.Layout style="position:absolute; top:70px;bottom:0px;left:0px;right:0px;height:auto;" pattern="2U" onInit="attGlobalInitDeptTree"> <@ZKUI.Cell width="240" treeId="deptTree"> <@ZKUI.Tree dynamic="true" id="deptTree" url="authDepartment.do?dynaTree&showPersonCount=false" onClick="attGlobalDeptTreeClick"> <@ZKUI.Cell hideHeader="true"> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="att:transaction:refresh"/> <@ZKUI.ToolItem type="more" text="common_op_export" img="comm_export.png"> <@ZKUI.ToolItem id="attTransaction.do?export" type="export" img="comm_export.png" text="att_transaction_exportRecord" title="att_transaction_exportRecord" permission="att:transaction:export"/> <@ZKUI.ToolItem id="attTransaction.do?exportAttPhoto" type="export" action="exportAttPhoto" text="att_transaction_exportAttPhoto" title="att_transaction_exportAttPhoto" permission="att:transaction:exportAttPhoto"/> <@ZKUI.ToolItem id="attTransaction.do?importUSBRecord" action="importUSBRecord" text="att_op_importUSBRecord" onFinish="attGlobalReloadGrid" img="comm_import.png" permission="att:transaction:importUSBRecord"/> <@ZKUI.ToolItem isShow="${showSyncAttRecord}" id="attTransaction.do?syncAttRecord" action="attSyncRecord" text="att_transaction_SyncRecord" onFinish="attGlobalReloadGrid" img="att_syncPoint.png" permission="att:transaction:SyncRecord"/> <@ZKUI.Grid pageList="true" limitCount="100000" vo="com.zkteco.zkbiosecurity.att.vo.AttTransactionItem" query="attTransaction.do?list"/>