#assign gridName="ledExtSendData${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="name" title="common_name" type="text" maxlength="30"/>
|
<@ZKUI.Combo empty="true" name="dataType" title="docking_gapb_dataType">
<#if systemModules?lower_case?index_of("park")!=-1>
#if>
@ZKUI.Combo>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="ledExtSendData.do?edit" text="common_op_new" width="430" height="535" img="comm_add.png" action="commonAdd">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="ledExtSendData.do?del&names=(name)" text="common_op_del" img="comm_del.png" action="commonDel">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.led.vo.LedExtSendDataItem" query="ledExtSendData.do?list"/>
@ZKUI.GridBox>