Commit 9fa91f46 by caosy

虚拟毛利

parent 4f28f15a
......@@ -159,7 +159,8 @@
<@form.textInput path="dto.activityName" attributes="class=\"input-medium\"" label="活动名称" required = true />
<@form.textInput path="dto.communePrice" attributes="class=\"input-medium\"" label="社员价" required = true />
<@form.textInput path="dto.guestPrice" attributes="class=\"input-medium\"" label="嘉宾价" required = true />
<@form.textInput path="dto.grossPrice" attributes="class=\"input-medium\"" label="毛利" required = true />
<@form.textInput path="dto.grossPrice" attributes="class=\"input-medium\"" label="真实毛利" required = true />
<@form.textInput path="dto.realPrice" attributes="class=\"input-medium\"" label="虚拟毛利" required = true />
<@form.textInput path="dto.buyLimitTimes" attributes="class=\"input-medium\"" label="限制购买数量" required = true />
<@form.textInput path="dto.voucherIds" attributes="class=\"input-medium\"" label="券ID拼接(英文逗号分割)" required = true />
<div class="long_content_div control-group" id="isSendRedPacketshow">
......
......@@ -330,9 +330,12 @@ ${pageCss}
<li <#if current == "sendMessage_call">class="active"</#if>>
<a href="/sendMessage/call">快捷拨号</a>
</li>
<#if "${Session['SPRING_SECURITY_CONTEXT'].authentication.name}" == "lsj" || "${Session['SPRING_SECURITY_CONTEXT'].authentication.name}" == "yuechuan">
<li <#if current == "sendMessage_verifycode">class="active"</#if>>
<a href="/sendMessage/verifycode/list">验证码查询</a>
</li>
</#if>
<li class="nav-header">站内信息</li>
<li <#if current == "insideSms_create">class="active"</#if>>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment