|
*
|
|
|
*
|
<#if (item.id)?exists>
<@ZKUI.IP name="ipAddress" id="ipAddress" value="${(item.ipAddress)!}" disabled="true"/>
<#else>
<@ZKUI.IP name="ipAddress" id="ipAddress" value="${(item.ipAddress)!}"/>
#if>
|
|
*
|
|
|
*
|
<@ZKUI.Combo id="vdbDeviceManufacturerId" readonly="readonly" empty="false" name="manufacturer" width="148" hideLabel="true" value="${(item.manufacturer)!}">
@ZKUI.Combo>
|
|
*
|
<@ZKUI.Combo disable="${(item.deviceType)?exists}" id="vdbDeviceTypeId" readonly="readonly" empty="true" name="deviceType" width="148" hideLabel="true" value="${(item.deviceType)!}">
@ZKUI.Combo>
|
| * |
<@ZKUI.ComboTree autoFirst="true" type="radio" id="areaIdTree${uuid}" width="148" url="authArea.do?tree" value="${item.authAreaId!}" hideLabel="true" name="authAreaId" tree_onCheck="getBuildings"/>
|
|
*
<@i18n 'vdb_device_noUnitTip'/>
|
<@ZKUI.Input hideLabel="true" type="radio" name="noUnit" value="0" checked="true"/><@i18n 'common_disable'/>
<#if (item.noUnit)?? && (item.noUnit!) == 1>
<@ZKUI.Input hideLabel="true" type="radio" name="noUnit" value="1" checked="true" /><@i18n 'common_enable'/>
<#else>
<@ZKUI.Input hideLabel="true" type="radio" name="noUnit" value="1" /><@i18n 'common_enable'/>
#if>
|
| * |
<@ZKUI.Combo id="vdbBuildingId" name="buildingId" width="148" path="vdbBuilding.do?getBuildingByAreaId&areaId=${(item.authAreaId)!}" empty="true" value="${(item.buildingId)!}" hideLabel="true" onChange="getUnits"/>
|
| * |
<@ZKUI.Combo id="vdbUnitId" name="unitId" width="148" path="vdbUnit.do?getUnitByBuildingId&buildingId=${(item.buildingId)!}" empty="true" value="${(item.unitId)!}" hideLabel="true" />
|
| * |
|
| * |
|
| * |
|