|
|
@@ -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'] != "")
|
|
|
{
|