<#include '/public/template/editTemplate.html'> <#assign formId="editForm${uuid}"> <#macro editContent>
*
*
* <@ZKUI.IP name ='ipAddress' value='${(item.ipAddress)!}' disabled='true'/>
*
* <@ZKUI.Combo width="148" autoFirst="true" id="idConsumeMode" empty="false" name="consumeMode" hideLabel="true" value="${item.consumeMode}" onChange="posConsumeModeChange" 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 width="148px" empty="false" name="consumeOrder" hideLabel="true" value="${(item.consumeOrder)!}" path="posIDFaceConsumeDevice.do?getConsumeOrder&deviceType=${(item.deviceType)!}">
<#if (item.isAccountkindRestrict)?exists && (item.isAccountkindRestrict)?string == "1" > <@ZKUI.Input hideLabel="true" type="checkbox" id="isAccountkindRestrict" name="isAccountkindRestrict" value="1" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" id="isAccountkindRestrict" name="isAccountkindRestrict" value="1"/>
<#if (item.isOfflineConsume)?exists && (item.isOfflineConsume)?string == "1" > <@ZKUI.Input hideLabel="true" type="checkbox" id="isOfflineConsume" name="isOfflineConsume" value="1" checked="checked" onchange="offlineConsumeClick(this)"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" id="isOfflineConsume" name="isOfflineConsume" value="1" onchange="offlineConsumeClick(this)"/>