<#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">
checked="checked"/> checked="checked"/>
* <@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">
* *
checked="checked"/> checked="checked"/>
checked="checked"/> * <@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" >