| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -10,6 +10,7 @@ use App\Models\ImsCjdcOrderMain; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					use Dcat\Admin\Grid\RowAction; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					use Graze\GuzzleHttp\JsonRpc\Client; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					use Illuminate\Http\Request; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					use Illuminate\Support\Facades\Log; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					class OrderPrint extends RowAction | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					{ | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -53,6 +54,7 @@ class OrderPrint extends RowAction | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        //>>2.调用打印
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        if ($result == 1) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            $res = Rpc::doPrint($row->global_order_id); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            Log::info("[rpc doPrint]:",['$res'=>$res]); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            $res = json_decode($res, true)['result']; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            $res = json_decode($res); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |