<#assign gridName="psgTransactionGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@i18n 'common_time_from'/>   <@ZKUI.Input type="datetime" endId="endTimeId${uuid}" id="startTime${uuid}" name="startTime" title="common_time_from" max="today" today="-3" todayRange="start" hideLabel="true" noOverToday="true" readonly="false"/>   <@i18n 'common_to'/>   <@ZKUI.Input type="datetime" id="endTimeId${uuid}" name="endTime" title="common_to" max="today" today="true" todayRange="end" noOverToday="true" hideLabel="true" readonly="false"/> <@ZKUI.Input name="pin" maxlength="30" title="pers_person_pin" type="text"/> <@ZKUI.Input name="devAlias" maxlength="30" title="common_dev_name" type="text"/> <@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.ComboTree url="psgDeviceEvent.do?tree" title="common_eventDescription" name="eventName" readonly="readonly"/> <@ZKUI.Input name="cardNo" maxlength="30" title="pers_card_cardNo" type="text"/> <@ZKUI.Input name="readerName" maxlength="30" title="psg_readerDefine_readerName" type="text"/> <@ZKUI.ComboTree url="psgDeviceVerifyMode.do?getDeviceVerifyModeTree" title="common_verifyMode_entiy" name="verifyModeName" readonly="readonly"/> <@ZKUI.Input name="areaName" maxlength="30" title="base_area_name" type="text"/> <@ZKUI.Input name="eventPointName" maxlength="30" title="common_eventPoint" type="text"/> <@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" type="refresh" permission="psg:transaction:refresh"> <@ZKUI.ToolItem id="psgTransaction.do?clearData" action="psgClearData" text="common_op_clearData" img="comm_del.png" permission="psg:transaction:del"> <@ZKUI.ToolItem id="psgTransaction.do?export" type="export" text="common_op_export" img="comm_export.png" permission="psg:transaction:export"> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.psg.vo.PsgTransactionItem" query="psgTransaction.do?list" fixColumn="7"/>