<#assign gridName="ivsIntercomTransactionGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}" style="height:100%;width:100%"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@i18n 'common_time_from'/>   <@ZKUI.Input type="datetime" endId="endTimeId${uuid}" id="startTime${uuid}" name="callTimeFrom" 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="callTimeTo" title="common_to" max="today" today="true" todayRange="end" noOverToday="true" hideLabel="true" readonly="false"/> <@ZKUI.Input name="devAlias" maxlength="30" title="common_dev_name" type="text"/> <@ZKUI.Combo name="callType" readonly="readonly" title="ivs_intercom_callType" empty="true" > <@ZKUI.SearchBelow> <@ZKUI.Input name="areaName" maxlength="30" title="base_area_name" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" type="refresh" permission="ivs:intercomTransaction:refresh"> <@ZKUI.ToolItem id="ivsIntercomTransaction.do?clearData" action="clearData" text="common_op_clearData" img="comm_del.png" permission="ivs:intercomTransaction:del"> <@ZKUI.ToolItem id="ivsIntercomTransaction.do?export" type="export" text="common_op_export" img="comm_export.png" permission="ivs:intercomTransaction:export"> <@ZKUI.Grid pageList="true" limitCount="200000" vo="com.zkteco.zkbiosecurity.ivs.vo.intercom.IvsIntercomTransactionItem" query="ivsIntercomTransaction.do?list"/>