| 
					
				 | 
			
			
				@@ -314,11 +314,11 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                     <div class="modal-body"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                         <div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                             <label for="customPhone" class="control-label">会员码:</label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                            <input autocomplete="off" type="text" v-model="couponBarCode" ref="couponBarCode" size="60%" id="couponBarCode" @on-enter="calculateOrderPriceSubmit" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                            <input autocomplete="off" type="text" v-model="memberCode" ref="couponBarCode" size="60%" id="couponBarCode" @on-enter="calculateOrderPriceSubmit" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                         </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                         <div style="margin-top: 30px"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                            <label class="control-label" >是否适用积分进行抵扣:</label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                            <i-switch v-model="switch1" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                            <label class="control-label" >是否使用积分进行抵扣:</label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                            <i-switch v-model="switch1" on /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                         </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                     </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                     <div class="modal-footer"> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -340,14 +340,14 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                     <div class="modal-body"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                         <div style="margin-bottom: 50px"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                             <ul style="display: inline-block"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                                <li><h5 style="border: white;padding: 8px;">总件数:{{totalCount}}</h5></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                                <li><h5 style="border: white;padding: 8px;">总价:{{totalPrice}}</h5></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                                <li><h5 style="border: white;padding: 8px;color: red;">实际支付价:{{actualPrice}}</h5></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                                <li><h3 style="border: white;padding: 8px;">总件数:{{totalCount}}</h3></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                                <li><h3 style="border: white;padding: 8px;">总价:{{totalPrice}}</h3></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                                <li><h3 style="border: white;padding: 8px;color: red;">实际支付价:{{actualPrice}}</h3></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                             </ul> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                             <ul style="display: inline-block"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                                <li><h5 style="border: white;padding: 8px">会员等级:{{levelName}}</h5></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                                <li><h5 style="border: white;padding: 8px">会员当前积分:{{memberCurrentAvailableScore}}</h5></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                                <li><h5 style="border: white;padding: 8px">抵扣积分:{{deductionScore}}</h5></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                                <li><h3 style="border: white;padding: 8px">会员等级:{{levelName}}</h3></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                                <li><h3 style="border: white;padding: 8px">会员当前积分:{{memberCurrentAvailableScore}}</h3></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                                <li><h3 style="border: white;padding: 8px">抵扣积分:{{deductionScore}}</h3></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                             </ul> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                         </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                         <form> 
			 |