|  | @@ -549,13 +549,13 @@ export default {
 | 
	
		
			
				|  |  |            },
 | 
	
		
			
				|  |  |            { title: '价税合计', key: 'taxLastMoney', width: '120px', type: FormTypes.inputNumber, statistics: true },
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -          {
 | 
	
		
			
				|  |  | -            title: '实际出库数量',
 | 
	
		
			
				|  |  | -            key: 'actualQuantityInStorage',
 | 
	
		
			
				|  |  | -            width: '120px',
 | 
	
		
			
				|  |  | -            type: FormTypes.inputNumber,
 | 
	
		
			
				|  |  | -            validateRules: [{ required: true, message: '实际入库数量不能为空' }],
 | 
	
		
			
				|  |  | -          },
 | 
	
		
			
				|  |  | +          // {
 | 
	
		
			
				|  |  | +          //   title: '实际出库数量',
 | 
	
		
			
				|  |  | +          //   key: 'actualQuantityInStorage',
 | 
	
		
			
				|  |  | +          //   width: '120px',
 | 
	
		
			
				|  |  | +          //   type: FormTypes.inputNumber,
 | 
	
		
			
				|  |  | +          //   validateRules: [{ required: true, message: '实际入库数量不能为空' }],
 | 
	
		
			
				|  |  | +          // },
 | 
	
		
			
				|  |  |            { title: '出库差异', key: 'warehousingVariance', width: '120px', type: FormTypes.input },
 | 
	
		
			
				|  |  |            { title: '出库差异原因', key: 'reasonOfDifference', width: '120px', type: FormTypes.input },
 | 
	
		
			
				|  |  |            {
 |