| * |
<@ZKUI.Input hideLabel="true" type="hidden" id="id" name="id" value="${(item.id)!}"/>
<@ZKUI.Input hideLabel="true" name="alias" type="text" value="${(item.alias)!}" id="idalias" maxlength="20"/>
|
| * |
<#if (item.devId)??>
<@ZKUI.Input hideLabel="true" name="devAlias" type="text" value="${(item.devAlias)!}" id="idDevAlias" maxlength="20" readonly="readonly"/>
<#else>
<@ZKUI.Input hideLabel="true" name="devAlias" type="text" value="${(item.devAlias)!}" id="idDevAlias" maxlength="20" readonly="true" placeholder="${getI18nByCode('common_op_clickChoice')}"/>
#if>
<@ZKUI.Input hideLabel="true" type="hidden" id="idDevId" name="devId" value="${(item.devId)!}"/>
|
<@ZKUI.Input hideLabel="true" type="hidden" id="idProtocolType" name="protocolType" value="1"/>
<#--<@ZKUI.Combo width="148" empty="false" id="idProtocolType" name="protocolType" hideLabel="true"
readonly="readonly" value="${(item.protocolType)!}">
@ZKUI.Combo>--#>
| * |
<@ZKUI.Combo width="148" id="idExtBoardType" name="extBoardType" hideLabel="true" disable="true" value="${(item.extBoardType)!105}">
@ZKUI.Combo>
|
| * |
<@ZKUI.Input hideLabel="true" name="commAddress" type="text" value="${(item.commAddress)!}" id="idCommAddress" maxlength="20"/>
|