#assign gridName="vdbUnitGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="name" maxlength="30" title="vdb_unit_name" type="text"/>
|
<@ZKUI.Input name="unitNo" maxlength="2" title="vdb_unit_number" onlyNum="true"/>
|
<@ZKUI.Input name="buildingNo" maxlength="3" title="vdb_building_number" type="text" onlyNum="true"/>
|
<@ZKUI.Input name="buildingName" maxlength="30" title="vdb_building_name" type="text"/>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="vdb:unit:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="vdbUnit.do?edit" text="common_op_new" width="420" height="200" img="comm_add.png" action="commonAdd" permission="vdb:unit:add">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="vdbUnit.do?del&names=(name)" text="common_op_del" img="comm_del.png" action="commonDel" permission="vdb:unit:del">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="vdbUnit.do?export" type="export" text="common_op_export" img="comm_export.png" permission="vdb:unit:export">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="vdbUnit.do?import" type="import" showImportProcess="true" updateExistData="true" text="common_op_import" onFinish="reloadVdbUnitGrid" title="common_op_import" width="500" height="250" permission="vdb:unit:import" />
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.vdb.vo.VdbUnitItem" query="vdbUnit.do?list"/>
@ZKUI.GridBox>