#assign gridName="esdcLabelGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Combo empty="false" autoFirst="true" name="type" id="faceListType" followTab="true" value='${(item.type)!}' width="149" readonly="true" title="esdc_label_type" >
@ZKUI.Combo>
|
<@ZKUI.Input name="code" maxlength="10" title="esdc_label_code" type="text"/>
|
<@ZKUI.Input name="name" maxlength="10" title="esdc_label_name" type="text"/>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem type="refresh" permission="esdc:label:refresh" >@ZKUI.ToolItem>
<@ZKUI.ToolItem type="add" id="esdcLabel.do?edit" permission="esdc:label:edit" >@ZKUI.ToolItem>
<@ZKUI.ToolItem type="delete" action="deleteLabel" permission="esdc:label:del">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.esdc.vo.EsdcLabelItem" query="esdcLabel.do?list"/>
@ZKUI.GridBox>