浏览代码

提交数据

lvhao 4 天之前
父节点
当前提交
93a28170bb
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      core/CoreApp/controllers/Systemprint.php

+ 6 - 1
core/CoreApp/controllers/Systemprint.php

@@ -1596,7 +1596,12 @@ class Systemprint extends Start_Controller {
 									{
 									{
 								        $type = 2;
 								        $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);
+									}
+									
 							    }
 							    }
 						    }
 						    }
 						}
 						}