| 
					
				 | 
			
			
				@@ -42,19 +42,19 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       columns: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           title: '存货名称', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          dataIndex: 'inventoryName', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          dataIndex: 'goodsName', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           width: 120, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           className: 'replacecolor' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           title: '计划单号', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          dataIndex: 'planNum', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          dataIndex: 'planCode', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           width: 120, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           className: 'replacecolor' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           title: '使用数量', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          dataIndex: 'usageQuantity', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          dataIndex: 'number', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           width: 120, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           className: 'replacecolor' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -66,7 +66,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           title: '总成本', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          dataIndex: 'totalCost', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          dataIndex: 'cost', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           width: 120, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           className: 'replacecolor' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 |