| 
					
				 | 
			
			
				@@ -146,7 +146,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           width: 120, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           dataIndex: 'darriveDate', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           customRender: text => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            return moment(text).format('YYYY-MM-DD') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            return moment(text).format('YYYY-MM') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           className: 'replacecolor' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -185,6 +185,9 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.$nextTick(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         supplyCapList(this.queryParam).then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           if (res.success) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            // res.result.records.map(item=>{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            //   item. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            // }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.supplyCapacityData = res.result.records 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             console.log('【供应商产能报表数据】:', this.supplyCapacityData) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.pagination = { 
			 |