|  | @@ -1596,7 +1596,12 @@ class Systemprint extends Start_Controller {
 | 
	
		
			
				|  |  |  									{
 | 
	
		
			
				|  |  |  								        $type = 2;
 | 
	
		
			
				|  |  |  									}
 | 
	
		
			
				|  |  | -									$text = array('yd'=>base_url().'data/pdf/'.$bctime.'/y-'.$Hwaybill.'.pdf','mode'=>95);
 | 
	
		
			
				|  |  | +									if($fullorder['printcode'] == "HUALEI-UNI"){
 | 
	
		
			
				|  |  | +										$text = array('yd'=>base_url().'data/pdf/'.$bctime.'/y-'.$Hwaybill.'.pdf','mode'=>100);
 | 
	
		
			
				|  |  | +									}else{
 | 
	
		
			
				|  |  | +										$text = array('yd'=>base_url().'data/pdf/'.$bctime.'/y-'.$Hwaybill.'.pdf','mode'=>95);
 | 
	
		
			
				|  |  | +									}
 | 
	
		
			
				|  |  | +									
 | 
	
		
			
				|  |  |  							    }
 | 
	
		
			
				|  |  |  						    }
 | 
	
		
			
				|  |  |  						}
 |