#assign gridName="vdbDeviceGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="name" maxlength="30" title="common_dev_name" type="text"/>
|
<@ZKUI.Input name="ipAddress" maxlength="30" title="common_ipAddress" type="text"/>
|
<@ZKUI.Combo title="common_dev_devType" readonly="readonly" name="deviceTypeEq">
@ZKUI.Combo>
|
<@ZKUI.ComboTree url="authArea.do?tree" title="base_area_name" name="authAreaId" readonly="readonly"/>
|
<@ZKUI.Input name="buildingName" maxlength="30" title="vdb_building_name" type="text"/>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Layout style="position:absolute; top:70px;bottom:0px;left:0px;right:0px;height:auto;">
<@ZKUI.Cell width="240" treeId="vdbUnitTree${uuid!}" hideArrow="true">
<@ZKUI.Tree id="vdbUnitTree${uuid!}" url="vdbUnit.do?getUnitTree" onClick="treeClick">@ZKUI.Tree>
@ZKUI.Cell>
<@ZKUI.Cell hideHeader="true">
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="vdb:device:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="vdbDevice.do?edit" text="common_op_new" width="400" height="420" img="comm_add.png" action="commonAdd" permission="vdb:device:add">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="vdbDevice.do?del&names=(name)" text="common_op_del" img="comm_del.png" action="commonDel" permission="vdb:device:del">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="vdbDevice.do?export" type="export" permission="vdb:device:export"/>
<@ZKUI.ToolItem type="more" text="common_dev_devControl" img="comm_dev_control.png">
<@ZKUI.ToolItem id="vdbDevice.do?rebootDevice&name=(name)" text="common_dev_reboot" title="common_dev_reboot" img="comm_rebootDevice.png" action="commonOperate" selectNumber="10" permission="vdb:device:rebootDevice"/>
<@ZKUI.ToolItem id="vdbDevice.do?syncTime&name=(name)" text="common_dev_syncTime" title="common_dev_syncTime" img="comm_syncTime.png" action="commonOperate" selectNumber="10" permission="vdb:device:syncTime"/>
<@ZKUI.ToolItem id="vdbDevice.do?syncPersonData&name=(name)" text="vdb_device_syncPerson" title="vdb_device_syncPerson" img="vdb_device_syncPerson.png" action="vdbSyncPersonOperate" mode="single" permission="vdb:device:syncPersonData"/>
@ZKUI.ToolItem>
<@ZKUI.ToolItem type="more" text="common_dev_viewOrGetInfo" img="acc_dev_viewOrGetInfo.png">
<@ZKUI.ToolItem id="vdbDevice.do?getUploadRecords&name=(name)" text="vdb_records_upload" title="vdb_records_upload" img="vdb_records_upload.png" mode="single" action="commonOperate" width="600" height="480" permission="vdb:device:uploadRecords"/>
@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.vdb.vo.VdbDeviceItem" showColumns="!unitName,roomNo" query="vdbDevice.do?list"/>
@ZKUI.Cell>
@ZKUI.Layout>
@ZKUI.GridBox>