Commit 80eb8969 by caosy

会员专享分区

parent f8e8bac3
...@@ -214,8 +214,8 @@ ...@@ -214,8 +214,8 @@
<span style="padding-right: 20px;">广州</span> <span style="padding-right: 20px;">广州</span>
<input style="margin-bottom: 5px;" type="radio" name="regionCode" value="120" <#if dto.regionCode == "120">checked</#if>> <input style="margin-bottom: 5px;" type="radio" name="regionCode" value="120" <#if dto.regionCode == "120">checked</#if>>
<span style="padding-right: 20px;">北京</span> <span style="padding-right: 20px;">北京</span>
<input style="margin-bottom: 5px;" type="radio" name="regionCode" value="0" <#if dto.regionCode == "0">checked</#if>> <input style="margin-bottom: 5px;" type="radio" name="regionCode" value="0" <#if dto.regionCode == "1">checked</#if>>
<span style="padding-right: 20px;">不限</span> <span style="padding-right: 20px;">全国</span>
<#else> <#else>
<input style="margin-bottom: 5px;" type="radio" name="regionCode" value="100" checked> <input style="margin-bottom: 5px;" type="radio" name="regionCode" value="100" checked>
<span style="padding-right: 20px;">上海</span> <span style="padding-right: 20px;">上海</span>
...@@ -223,8 +223,8 @@ ...@@ -223,8 +223,8 @@
<span style="padding-right: 20px;">广州</span> <span style="padding-right: 20px;">广州</span>
<input style="margin-bottom: 5px;" type="radio" name="regionCode" value="120" > <input style="margin-bottom: 5px;" type="radio" name="regionCode" value="120" >
<span style="padding-right: 20px;">北京</span> <span style="padding-right: 20px;">北京</span>
<input style="margin-bottom: 5px;" type="radio" name="regionCode" value="0" > <input style="margin-bottom: 5px;" type="radio" name="regionCode" value="1" >
<span style="padding-right: 20px;">不限</span> <span style="padding-right: 20px;">全国</span>
</#if> </#if>
</div> </div>
</div> </div>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<form class="form-inline search-box widthShow" action="" method="get" autocomplete="off" > <form class="form-inline search-box widthShow" action="" method="get" autocomplete="off" >
<@com.textInput "dto.id" "style=\"margin-left: 5px;\"" "活动ID"/> <@com.textInput "dto.id" "style=\"margin-left: 5px;\"" "活动ID"/>
<@com.textInput "dto.activityName" "style=\"margin-left: 5px;\"" "活动名称"/> <@com.textInput "dto.activityName" "style=\"margin-left: 5px;\"" "活动名称"/>
<@com.singleSelectQuery "dto.regionCode" enums["com.ctrip.fun.common.vo.basic.VoucherRegionCodeEnum"] "" "限制类型"/> <@com.singleSelectQuery "dto.regionCode" enums["com.ctrip.fun.common.vo.basic.VoucherRegionCodeEnum"] "" "区域类型"/>
<@com.textInputTwoDate "dto.createdTimeStart" "dto.createdTimeEnd" "style=\"margin-left: 5px;\"" "创建时间"/> <@com.textInputTwoDate "dto.createdTimeStart" "dto.createdTimeEnd" "style=\"margin-left: 5px;\"" "创建时间"/>
<button type="submit" class="btn btn-primary">查询</button> <button type="submit" class="btn btn-primary">查询</button>
<button type="button" class="btn btn-success" onclick="javascript:location.href='/buyVoucherActivity/queryList';" style="margin-left:20px;">重置</button> <button type="button" class="btn btn-success" onclick="javascript:location.href='/buyVoucherActivity/queryList';" style="margin-left:20px;">重置</button>
...@@ -67,8 +67,8 @@ ...@@ -67,8 +67,8 @@
<#case "120"> <#case "120">
<td>北京</td> <td>北京</td>
<#break> <#break>
<#case "0"> <#case "1">
<td>不限</td> <td>全国</td>
<#break> <#break>
<#default> <#default>
未知 未知
......
...@@ -188,8 +188,8 @@ ...@@ -188,8 +188,8 @@
<span style="padding-right: 20px;">广州</span> <span style="padding-right: 20px;">广州</span>
<input style="margin-bottom: 5px;" type="radio" name="regionCode" value="120"> <input style="margin-bottom: 5px;" type="radio" name="regionCode" value="120">
<span style="padding-right: 20px;">北京</span> <span style="padding-right: 20px;">北京</span>
<input style="margin-bottom: 5px;" type="radio" name="regionCode" value="0" checked> <input style="margin-bottom: 5px;" type="radio" name="regionCode" value="1" checked>
<span style="padding-right: 20px;">不限</span> <span style="padding-right: 20px;">全国</span>
</div> </div>
</div> </div>
......
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