<#assign formId = "${uuid!}"> <#include '/public/template/editTemplate.html'> <#macro editContent> <#assign editPage = true>
<@ZKUI.Input hideLabel="true" type="hidden" name="devId" value="${(item.id)!}" /> <@ZKUI.Input hideLabel="true" type="hidden" name="alias" value="${(item.alias)!}" />
<#if voiceModuleParamMap['VoiceModuleType']?exists> <#if voiceModuleParamMap['VoiceModuleCancelTime']?exists> <#if voiceModuleParamMap['VoiceModuleCancelCount']?exists>
* <@ZKUI.Combo empty="false" hideLabel="true" name="VoiceModuleType" value="${(voiceModuleParamMap['VoiceModuleType'])!'0'}" >
* <@ZKUI.Input hideLabel="true" type="text" maxlength="3" name="VoiceModuleCancelTime" value="${(voiceModuleParamMap['VoiceModuleCancelTime'])!'20'}" /> 100ms(1-50)
* <@ZKUI.Input hideLabel="true" type="text" maxlength="3" name="VoiceModuleCancelCount" value="${(voiceModuleParamMap['VoiceModuleCancelCount'])!'1'}" />