|  |  | @ -194,7 +194,21 @@ public class IoOrderController extends BaseController { | 
			
		
	
		
		
			
				
					
					|  |  |  |         PageInfo<IoOrderResponse> pageInfo = new PageInfo<>(list); |  |  |  |         PageInfo<IoOrderResponse> pageInfo = new PageInfo<>(list); | 
			
		
	
		
		
			
				
					
					|  |  |  |         return ResultVOUtils.page(pageInfo); |  |  |  |         return ResultVOUtils.page(pageInfo); | 
			
		
	
		
		
			
				
					
					|  |  |  |     } |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     //切换单据清空单据信息
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     @AuthRuleAnnotation("") | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     @PostMapping("warehouse/inout/delmitBiz") | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     @Log(title = "单据管理", businessType = BusinessType.UPDATE) | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     public BaseResponse delmitBiz(@RequestBody AddOrderRequest addOrderRequest) { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         IoOrderEntity orderEntity = orderService.findByBillNo(addOrderRequest.getBillNo()); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | //        BaseResponse tempResponse = checkSubmitEnable(orderEntity);
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | //        if (tempResponse != null)
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | //            return tempResponse;
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         //校验单据是否已完成
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         int b = orderDetailBizService.deleteByOrderId(addOrderRequest.getBillNo()); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         return null; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     //新增业务-立即提交
 |  |  |  |     //新增业务-立即提交
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     @RepeatSubmit() |  |  |  |     @RepeatSubmit() | 
			
		
	
	
		
		
			
				
					|  |  | 
 |