<#assign gridName="esdcTransactionConfigGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Combo empty="false" autoFirst="true" name="parentEventType" followTab="true" value='${(item.parentEventType)!}' width="149" readonly="true" title="esdc_transaction_event_type" path="esdcTransactionConfig.do?getParentTransactionType"> <@ZKUI.Combo empty="false" autoFirst="true" name="eventType" id="eventType" followTab="true" value='${(item.eventType)!}' width="149" readonly="true" title="esdc_transaction_event_name" path="esdcTransactionConfig.do?getChildTransactionType"> <@ZKUI.Combo empty="false" autoFirst="true" name="eventLevel" id="eventLevel" followTab="true" value='${(item.eventLevel)!}' width="149" readonly="true" title="esdc_transaction_event_level"> <@ZKUI.SearchBelow> <@ZKUI.Toolbar> <@ZKUI.ToolItem type="refresh" permission="esdc:transactionconfig:refresh" > <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.esdc.vo.EsdcTransactionConfigItem" query="esdcTransactionConfig.do?list"/>