#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>
|
<@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>
|
<@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.Combo>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem type="refresh" permission="esdc:transactionconfig:refresh" >@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.esdc.vo.EsdcTransactionConfigItem" query="esdcTransactionConfig.do?list"/>
@ZKUI.GridBox>