|  | @@ -171,6 +171,7 @@ export default {
 | 
	
		
			
				|  |  |            {
 | 
	
		
			
				|  |  |              name: '实际数量',
 | 
	
		
			
				|  |  |              type: 'bar',
 | 
	
		
			
				|  |  | +            itemStyle : { normal: {label : {show: true}}},
 | 
	
		
			
				|  |  |              // tooltip: {
 | 
	
		
			
				|  |  |              //   valueFormatter: function(value) {
 | 
	
		
			
				|  |  |              //     // return value + ' ml';
 | 
	
	
		
			
				|  | @@ -187,11 +188,13 @@ export default {
 | 
	
		
			
				|  |  |              //   }
 | 
	
		
			
				|  |  |              // },
 | 
	
		
			
				|  |  |              barWidth: '30%',
 | 
	
		
			
				|  |  | +            
 | 
	
		
			
				|  |  |              data: this.iquantityArr
 | 
	
		
			
				|  |  |            },
 | 
	
		
			
				|  |  |            {
 | 
	
		
			
				|  |  |              name: '本币金额',
 | 
	
		
			
				|  |  |              type: 'line',
 | 
	
		
			
				|  |  | +            itemStyle : { normal: {label : {show: true}}},
 | 
	
		
			
				|  |  |              tooltip: {
 | 
	
		
			
				|  |  |                // valueFormatter: function(value) {
 | 
	
		
			
				|  |  |                //   // return value + ' ml'
 |