<#include '/public/template/editTemplate.html'> <#macro editContent>
* <@ZKUI.Input hideLabel="true" id="eleElevatorGroupName" name="groupName" type="text" maxlength="50" value="${(item.groupName)!}" />
* <@ZKUI.ComboTree hideLabel="true" type="radio" width="148" id="eleServiceConfigId" name="serviceConfigId" readonly="true" value="${(item.serviceConfigId)!}" url="eleServiceConfig.do?getServiceTreeList" tree_onCheck="onServiceTreeChecked" />
* <@ZKUI.Input hideLabel="true" id="eleElevatorGroupNo" name="groupNo" type="text" maxlength="2" value="${(item.groupNo)!}" />