lvhao 4 dní pred
rodič
commit
c6e849331b
1 zmenil súbory, kde vykonal 7 pridanie a 0 odobranie
  1. 7 0
      core/CoreApp/controllers/Fullordertt.php

+ 7 - 0
core/CoreApp/controllers/Fullordertt.php

@@ -715,6 +715,13 @@ class Fullordertt extends Start_Controller {
 				}
 				$x .= "<p><b class='window' data-h='/customertt/edit/".$customer['id']."' data-t='客户信息 - 修改'>客户信息</b></p>";
 				$info_list[$key]['black'] = $x;
+				
+				if($ud['express'] == 83){
+					$extra_text = json_decode($ud['extra_text'],true);
+					if(!isset($extra_text['label_info'])){
+						$info_list[$key]['black'] .=  "<p><b class='create_label'  data-id='".$value['id']."'>创建CBT发货标签</b></p>";
+					}
+				}
 				$tly = "";
 				if($value['clientremarks'] != "")
 				{