...
|
...
|
@@ -230,10 +230,17 @@ |
|
|
[[if couponType!=6]]
|
|
|
<option value="0">分类</option>
|
|
|
[[/if]]
|
|
|
[[if couponType!=6]]
|
|
|
<option value="2">店铺</option>
|
|
|
[[if couponType > 0]]
|
|
|
[[/if]]
|
|
|
[[if couponType > 0 && couponType != 6]]
|
|
|
<option value="3">商品</option>
|
|
|
[[/if]]
|
|
|
[[if couponType==6]]
|
|
|
<option value="2">店铺(SKN除外)</option>
|
|
|
<option value="3">店铺(指定商品)</option>
|
|
|
[[/if]]
|
|
|
|
|
|
[[if couponType==1 || couponType==3]]
|
|
|
<option value="4">商品池</option>
|
|
|
[[/if]]
|
...
|
...
|
@@ -242,10 +249,10 @@ |
|
|
[[if useRange==1]]
|
|
|
<a class="btn btn-primary btn-xs" href="javascript:;" id="addBrands">添加品牌</a>
|
|
|
[[/if]]
|
|
|
[[if useRange==3]]
|
|
|
<a class="btn btn-primary btn-xs" href="javascript:;" id="importPrds" [[if status==1]] disabled [[/if]]>导入商品</a>
|
|
|
[[/if]]
|
|
|
[[if useRange==2]]
|
|
|
<!--[[if useRange==3]]-->
|
|
|
<!--<a class="btn btn-primary btn-xs" href="javascript:;" id="importPrds" [[if status==1]] disabled [[/if]]>导入商品</a>-->
|
|
|
<!--[[/if]]-->
|
|
|
[[if useRange==2||useRange==3]]
|
|
|
<a class="btn btn-primary btn-xs" href="javascript:;" id="addShop">添加店铺</a>
|
|
|
[[/if]]
|
|
|
[[if useRange==0&&couponType!=6]]
|
...
|
...
|
@@ -298,6 +305,9 @@ |
|
|
<div class="col-sm-4">
|
|
|
<textarea name="productLimit" class="form-control observe" prompt="指定商品" data-field="productLimit"
|
|
|
placeholder="skn用英文逗号分隔" style="resize: none" [[if status==1]] disabled [[/if]]>[[productLimit]]</textarea>
|
|
|
[[if useRange==3]]
|
|
|
<a class="btn btn-primary btn-xs" href="javascript:;" id="importPrds" [[if status==1]] disabled [[/if]]>导入商品</a>
|
|
|
[[/if]]
|
|
|
[[if status==2]]
|
|
|
<a class="btn btn-primary btn-xs" style="margin:10px 0px 0px 200px;" href="javascript:;" id="cleanPrdLimit" [[if !productLimit]] disabled [[/if]]>清除所有</a>
|
|
|
[[/if]]
|
...
|
...
|
|