|
@@ -148,8 +148,14 @@
|
|
<label id="dksl" class="control-label" style="display: none"><font color="red">*</font>抵扣数量:</label>
|
|
<label id="dksl" class="control-label" style="display: none"><font color="red">*</font>抵扣数量:</label>
|
|
<div class="controls">
|
|
<div class="controls">
|
|
<input type="number" id="moneyCouponPrice" name="moneyCouponPrice" value="${cmCoupon.moneyCouponPrice}" min="0" required>
|
|
<input type="number" id="moneyCouponPrice" name="moneyCouponPrice" value="${cmCoupon.moneyCouponPrice}" min="0" required>
|
|
- <span id="yuan">元</span>
|
|
|
|
- <span id="ge" hidden>个</span>
|
|
|
|
|
|
+ <c:if test="${cmCoupon.couponPayWay eq 1}">
|
|
|
|
+ <span id="yuan">元</span>
|
|
|
|
+ <span id="ge" hidden>个</span>
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${cmCoupon.couponPayWay eq 2}">
|
|
|
|
+ <span id="yuan" hidden>元</span>
|
|
|
|
+ <span id="ge">个</span>
|
|
|
|
+ </c:if>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="control-group">
|
|
<div class="control-group">
|