|
@@ -314,7 +314,7 @@
|
|
|
<div class="modal-body">
|
|
|
<div>
|
|
|
<label for="customPhone" class="control-label">会员码:</label>
|
|
|
- <input autocomplete="off" type="text" ref="couponBarCode" size="60%" id="couponBarCode" @on-enter="calculateOrderPriceSubmit" />
|
|
|
+ <input autocomplete="off" type="text" v-model="couponBarCode" ref="couponBarCode" size="60%" id="couponBarCode" @on-enter="calculateOrderPriceSubmit" />
|
|
|
</div>
|
|
|
<div style="margin-top: 30px">
|
|
|
<label class="control-label" >是否适用积分进行抵扣:</label>
|