|  | @@ -25,7 +25,7 @@ public enum WarehouseActIdEnum {
 | 
	
		
			
				|  |  |      CLEARANCE(160, "HWTG", "货物通关"),
 | 
	
		
			
				|  |  |      DIRECT_LOADING(190, "CDZZ", "场地直装"),
 | 
	
		
			
				|  |  |      INSTOCK_ITEM(170, "RKMX", "入库明细审核"),
 | 
	
		
			
				|  |  | -    OUTSTOCK_ITEM(180, "RKMX", "入库明细审核"),
 | 
	
		
			
				|  |  | +    OUTSTOCK_ITEM(180, "CKMX", "出库明细审核"),
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      FEE_CHANGES(1000, "", "费用变更"),
 | 
	
	
		
			
				|  | @@ -101,6 +101,8 @@ public enum WarehouseActIdEnum {
 | 
	
		
			
				|  |  |          integers.add(OUTSTOCK.actId);
 | 
	
		
			
				|  |  |          integers.add(TRANSFER.actId);
 | 
	
		
			
				|  |  |          integers.add(FORWARDING.actId);
 | 
	
		
			
				|  |  | +        integers.add(INSTOCK_ITEM.actId);
 | 
	
		
			
				|  |  | +        integers.add(OUTSTOCK_ITEM.actId);
 | 
	
		
			
				|  |  |          return integers;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 |