| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -9,11 +9,6 @@ use Dcat\Admin\Grid\RowAction; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					use Illuminate\Http\Request; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					use Illuminate\Support\Facades\DB; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					/** | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					 * 供应商审核 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					 * Class AuditSupplier | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					 * @package App\Admin\Extensions\Grid | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					 */ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					class IndustryOrderStatus extends RowAction | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					{ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						protected $title = '设为已付款'; | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |