<#include '/public/template/editTemplate.html'> <#macro editContent>
* *
* *
* *
* *
* *
* * <@ZKUI.Input type="datetime" today="true" value="${(item.useDate)!}" name="useDate" readOnly="true" hideLabel="true"/>
* <@ZKUI.Combo id="idBatchTimeName" autoFirst="true" width="148" type="radio" value="${(item.batchTimeName)!}" name="batchTimeName" hideLabel="true" empty="false" path="posIDBatchTime.do?getBatchTimeList"> <@ZKUI.ComboTree width="148" id="id_meal" url="posIDMeal.do?tree" value="${(item.mealId)!}" hideLabel="true" name="mealId"/>
<@ZKUI.ComboTree width="148" id="id_device" url="posIDDevice.do?tree" value="${(item.deviceId)!}" hideLabel="true" name="deviceId"/>
* <@ZKUI.Combo width="148" empty="false" hideLabel="true" value="${(item.discountType)!}" name="discountType" onChange="discountTypeChange"> * *
<@i18n 'posid_accountkind_warning1'/>
<#if (item.mealSection)?exists && (item.mealSection) > <@ZKUI.Input hideLabel="true" type="checkbox" id="mealSection" name="mealSection" value="true" checked="checked" onchange="mealSectionOnclick(this)"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" id="mealSection" name="mealSection" value="true" onchange="mealSectionOnclick(this)"/>
<@i18n 'posid_accountkind_meal_section_waring1'/><@i18n 'posid_accountkind_meal_section_waring2'/>