...
|
...
|
@@ -209,7 +209,7 @@ |
|
|
</div>
|
|
|
<div class="panel-body">
|
|
|
<div class="row">
|
|
|
<div class="form-group">
|
|
|
<div class="form-group" style="display: flex;">
|
|
|
<label class="col-sm-2 control-label">优惠条件<i class="red">*</i></label> 
|
|
|
<select value="[[useLimitType]]" id="useLimitType" class="form-control input-form observe"
|
|
|
data-field="useLimitType">
|
...
|
...
|
@@ -220,12 +220,13 @@ |
|
|
[[if useLimitType=='2']]
|
|
|
<label class="control-label">金额满</label>
|
|
|
<input value="[[useLimit]]" id="useLimit" class="form-control input-form observe number"
|
|
|
data-field="useLimit">
|
|
|
data-field="useLimit"/>
|
|
|
[[/if]]
|
|
|
[[if useLimitType=='1']]
|
|
|
<label class="control-label">件数满</label>
|
|
|
<input value="[[useLimit]]" class="form-control input-form observe number" data-field="useLimit">
|
|
|
<input value="[[useLimit]]" class="form-control input-form observe number" data-field="useLimit"/>
|
|
|
[[/if]]
|
|
|
<label><span style="width: 220px; display: inline-block; margin-left: 10px" class="red">如果现金券需要与免邮券互斥,请不要设置金额门槛,否则无法互斥。</span></label>
|
|
|
</div>
|
|
|
|
|
|
<div class="form-group">
|
...
|
...
|
|