<#include '/public/template/editTemplate.html'> <#assign formId="editForm${uuid}"> <#macro editContent>
<#if (item.deviceType)?string != "4" && Application['system.language'] == "zh_CN">
*
*
* <@ZKUI.IP name ='ipAddress' value='${(item.ipAddress)!}' disabled='true'/>
* <@ZKUI.ComboTree width="150" autoFirst="true" type="radio" url="/authArea.do?tree" value="${(item.areaId)!}" hideLabel="true" name="areaId"/>
checked="checked"/>
* <@ZKUI.Combo id="idConsumeMode" width="148" empty="false" name="consumeMode" hideLabel="true" value="${(item.consumeMode)!}" path="posIDFaceConsumeDevice.do?getConsumeMode&deviceType=${(item.deviceType)!}">
* <@ZKUI.Combo id="idDiningHallId" width="148" hideLabel="true" empty="false" name="diningHallId" value="${(item.diningHallId)!}" path="posIDDiningHall.do?getDiningHallNameList" >
* <@ZKUI.Combo autoFirst="true" id="consumeOrder" width="148" hideLabel="true" empty="false" name="consumeOrder" value="${(item.consumeOrder)!}" path="posIDFaceConsumeDevice.do?getConsumeOrderList" >
<@i18n 'posid_offline_consume_warning'/>
* <@ZKUI.Combo autoFirst="true" id="validationMode" width="148" hideLabel="true" empty="false" name="validationMode" value="${(item.validationMode)!}" path="posIDFaceConsumeDevice.do?getValidationModeNameList&sn=${(item.sn)!}" >