| 
					
				 | 
			
			
				@@ -68,12 +68,12 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             v-model="updateForm.discountTerm" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             v-if="discountSetting == 3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <el-radio :label="0">按加油金额优惠</el-radio> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <el-radio :label="2">按加油金额优惠</el-radio> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <el-radio :label="1">按加油升数优惠</el-radio> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </el-radio-group> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <div 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             v-show=" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              updateForm.discountTerm == 0 || 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              updateForm.discountTerm == 2 || 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               updateForm.discountTerm == 1 || 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               discountSetting == 1 || 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               discountSetting == 2 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -86,7 +86,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               :min="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <span>{{ updateForm.discountTerm == 0 ? "元" : "L" }}</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <span>{{ updateForm.discountTerm == 1 && discountSetting == 3 ? "L" : "元" }}</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ,{{ ["", "减", "减", "每升优惠"][discountSetting] }} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <el-input-number 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               v-model="updateForm.gasoilDiscountAmt" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -170,7 +170,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <template slot-scope="scope"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           满 {{ scope.row.discountAmt }} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          {{ scope.row.discountTerm == 0 ? "元" : "L" }},每升优惠 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          {{ scope.row.discountTerm == 2 ? "元" : "L" }},每升优惠 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           {{ scope.row.gasoilDiscountAmt }} 元 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </af-table-column> 
			 |