Files
ziqim/Yangcai365_web/manage/zview/subscribe/menuModify.zml
T
2025-02-20 14:59:35 +08:00

31 lines
1.7 KiB
Plaintext

<#def designatedPath="/zhiqimOrdermeal/ordermeal.htm"/>
${request.getValidateScript()}
${zhiqim_manager_history("menu.htm")}
${zhiqim_manager_breadcrumb_parent("menu.htm", "菜单信息", "修改菜单")}
${zhiqim_manager_content()}
<form name="theForm" action="menuUpdate.htm" method="post" onsubmit="return validateForm(this);" data-role="z-call-frame">
<input name="ordermealMenuId" type="hidden" value="${item.getOrdermealMenuId()}">
<table class="z-table z-bordered z-h50-tr z-pd10 z-bg-white z-lh150p">
<tr class="zi-h40 z-bg-gray z-bold">
<td colspan="2">修改菜单</td>
</tr>
<tr>
<td width="40%">日期:<span class="z-color-999">(请选择日期)</span></td>
<td><input name="ordermealMenuDate" class="z-float-left z-input z-w300 z-mg-r8 ${zmr_color_class}" value="${item.getOrdermealMenuDate()}" onfocus="Z.date(this);" maxlength=""></td>
</tr>
<tr>
<td>点餐类型:<span class="z-color-999">(中餐|晚餐)</span></td>
<td>
<input name="ordermealType" type="radio" data-role="z-radio" data-class="${zmr_color_class}" value="0" <#if item.getOrdermealType()==0> checked</#if>>&nbsp;&nbsp;中餐&nbsp;&nbsp;&nbsp;&nbsp;
<input name="ordermealType" type="radio" data-role="z-radio" data-class="${zmr_color_class}" value="1" <#if item.getOrdermealType()==1> checked</#if>>&nbsp;&nbsp;晚餐&nbsp;&nbsp;&nbsp;&nbsp;<span class="z-color-red">&nbsp;*</span>
</td>
</tr>
<tr>
<td>菜单:<span class="z-color-999">(请填写菜单)</span></td>
<td><input name="ordermealMenu" class="z-input z-w300 ${zmr_color_class}" value="${item.getOrdermealMenu()}" maxlength="100" spellcheck="false"><span class="z-color-red">&nbsp;*</span></td>
</tr>
</table>
${zhiqim_manager_submit()}
</form>
${zhiqim_manager_content_end()}