|
*
|
<@ZKUI.Input hideLabel="true" name="name" type="text" value="${(item.name)!}" />
|
| * |
<@ZKUI.ComboTree hideLabel="true" type="radio" width="148" id="id_serviceTree" name="serviceConfigId" readonly="true" value="${(item.serviceConfigId)!}"
url="eleServiceConfig.do?getServiceTreeList" tree_onCheck="onServiceTreeChecked" />
|
|
*
|
<@ZKUI.Combo hideLabel="true" id="id_elevatorGroupId" width="148" name="elevatorGroupId" value="${(item.elevatorGroupId)!}"
path="eleElevatorGroup.do?getElevatorGroupListByReaderType&readerType=EXTERNAL&serviceConfigId=${(item.serviceConfigId)!''}">
@ZKUI.Combo>
|
| * |
<@ZKUI.Combo hideLabel="true" id="callType${uuid}" width="148" name="callType" value="${(item.callType)!}"
path="eleExternalReader.do?getCallTypeList&manufacturer=${(item.manufacturer)!}" onChange="changeCallType" />
|
|
*
|
<@ZKUI.Combo hideLabel="true" id="sourceSide${uuid}" width="148" name="sourceSide" value="${(item.sourceSide)!}"
path="eleServiceConfig.do?getSourceSideList&manufacturer=${(item.manufacturer)!}" />
|
| * |
<@ZKUI.Combo hideLabel="true" id="id_integrationDeviceId" name="integrationDeviceId" value="${(item.integrationDeviceId)!}"
onChange="changeIntegrationDevice" width="148" path="eleExternalReader.do?getIntegrationDeviceList">
@ZKUI.Combo>
|
| * |
<@ZKUI.Combo hideLabel="true" width="148" id="id_deviceReaderId" name="deviceReaderId" value="${(item.deviceReaderId)!}" onChange="changeDeviceReader"
path="eleExternalReader.do?getDeviceReaderList&integrationDeviceId=${(item.integrationDeviceId)!}&deviceReaderId=${(item.deviceReaderId)!}">
@ZKUI.Combo>
<@ZKUI.Input type="hidden" id="id_deviceReaderName" name="deviceReaderName" value="${(item.deviceReaderName)!}" />
|
|
*
|
<@ZKUI.Input hideLabel="true" width="148" id="id_terminalId" name="terminalId" maxlength="4" value="${(item.terminalId)!}" />
|
|
*
|
<@ZKUI.ComboTree hideLabel="true" type="radio" width="148" id="id_floorTree" name="floorId" readonly="true" value="${(item.floorId)!}"
url="eleExternalReader.do?getServiceConfigFloorTree&serviceConfigId=${(item.serviceConfigId)!''}" />
|
|
*
|
<@ZKUI.Input hideLabel="true" type="text" name="openTimeout" maxlength="2" value="${(item.openTimeout)!}"/>
(1-30)<@i18n 'common_second'/>
|
|
*
|
<@ZKUI.Combo hideLabel="true" id="id_verificationLocation" width="148" name="verificationLocation" value="${(item.verificationLocation)!}">
@ZKUI.Combo>
|
|
*
|
<@ZKUI.Input hideLabel="true" name="buttonAttribute" type="text" maxlength="2" value="${(item.buttonAttribute)!'0'}" />
|
|
*
|
<@ZKUI.Input hideLabel="true" name="callRegistrationMode" type="text" maxlength="2" value="${(item.callRegistrationMode)!'0'}" />
|