|  |  | @ -585,7 +585,13 @@ public class IoOrderServiceImpl implements IoOrderService { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 IoOrderResponse response = new IoOrderResponse(); |  |  |  |                 IoOrderResponse response = new IoOrderResponse(); | 
			
		
	
		
		
			
				
					
					|  |  |  |                 BeanUtil.copyProperties(orderEntity, response); |  |  |  |                 BeanUtil.copyProperties(orderEntity, response); | 
			
		
	
		
		
			
				
					
					|  |  |  |                 if (orderEntity.getStatus().equals(ConstantStatus.ORDER_STATUS_AUDITED) && checkBusTypeSupplementOrder(orderEntity) |  |  |  |                 if (orderEntity.getStatus().equals(ConstantStatus.ORDER_STATUS_AUDITED) && checkBusTypeSupplementOrder(orderEntity) | 
			
		
	
		
		
			
				
					
					|  |  |  |                         && StrUtil.isEmpty(orderEntity.getSupplementNo())) { |  |  |  |                         && StrUtil.isEmpty(orderEntity.getSupplementNo()) | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 ) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                     if (orderEntity.getFromType() == ConstantStatus.FROM_UDISP) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                         if (orderEntity.getOutChangeEnable()) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                             response.setEnableSupplementOrder(true); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                         } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                     } else | 
			
		
	
		
		
			
				
					
					|  |  |  |                         response.setEnableSupplementOrder(true); |  |  |  |                         response.setEnableSupplementOrder(true); | 
			
		
	
		
		
			
				
					
					|  |  |  |                 } |  |  |  |                 } | 
			
		
	
		
		
			
				
					
					|  |  |  |                 result.add(response); |  |  |  |                 result.add(response); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |