<#include '/public/template/editTemplate.html'> <#assign formId="editForm${uuid}"> <#macro editContent>
* *
* <@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"/> * <#if cardModel==1 && !((item.consumeFunType)?exists)> <@ZKUI.Combo id="idUseType" width="150" empty="false" hideLabel="true" value="${(item.useType)!}" name="useType"> <#else> <@ZKUI.Combo id="idUseType" width="150" empty="false" hideLabel="true" value="${(item.useType)!}" name="useType">
<#if (item.isAdd)?exists && (item.isAdd)?string == "1"> <@ZKUI.Input hideLabel="true" type="checkbox" id="idIsAdd" name="isAdd" value="1" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" id="idIsAdd" name="isAdd" value="1"/> <#if (item.isClear)?exists && (item.isClear)?string == "1"> <@ZKUI.Input hideLabel="true" type="checkbox" name="isClear" id="idIsClear" value="1" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" name="isClear" id="idIsClear" value="1"/>
* <@ZKUI.Combo id="idCashType" width="150" empty="false" hideLabel="true" value="${(item.cashType)!}" name="cashType" > * <@ZKUI.Combo id = "idCashMode" width="150" empty="false" hideLabel="true" value="${(item.cashMode)!}" name="cashMode">
* *
<#if (item.isAccounting)?exists && (item.isAccounting)?string == "1"> <@ZKUI.Input hideLabel="true" type="checkbox" id="idIsAccounting" name="isAccounting" value="1" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" id="idIsAccounting" name="isAccounting" value="1"/> <#if (item.checkOperate)?exists && (item.checkOperate)?string == "1"> <@ZKUI.Input hideLabel="true" type="checkbox" id="idCheckOperate" name="checkOperate" value="1" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" id="idCheckOperate" name="checkOperate" value="1"/>
<#if (item.checkWhiteList)?exists && (item.checkWhiteList)?string == "1"> <@ZKUI.Input hideLabel="true" type="checkbox" id="idCheckWhiteList" name="checkWhiteList" value="1" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" id="idCheckWhiteList" name="checkWhiteList" value="1"/> * <@ZKUI.Combo id="idConsumeMode" width="148" empty="false" name="consumeMode" hideLabel="true" value="${(item.consumeMode)!}">
* <@ZKUI.Combo id="idDiningHallId" width="148" hideLabel="true" empty="false" name="diningHallId" value="${(item.diningHallId)!}" path="posDiningHall.do?getDiningHallNameList" >