Browse Source

修改只打印发货标签造成 的名字不对的问题

lvhao 18 giờ trước cách đây
mục cha
commit
a2fcdfbe14
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 12 0
      core/CoreApp/controllers/Systemprint.php

+ 12 - 0
core/CoreApp/controllers/Systemprint.php

@@ -1892,6 +1892,12 @@ class Systemprint extends Start_Controller {
 				{
 					$text['name'] = '速卖通';
 				}
+				elseif($fullorder_name == 'fullordertt'){
+					$text['name'] = 'TikTok';
+				}
+				elseif($fullorder_name == 'fullorderamz'){
+					$text['name'] = '亚马逊';
+				}
 				else
 				{
 					$text['name'] = '独立站';
@@ -1918,6 +1924,12 @@ class Systemprint extends Start_Controller {
 				{
 					$text['name'] = '速卖通';
 				}
+				elseif($fullorder_name == 'fullordertt'){
+					$text['name'] = 'TikTok';
+				}
+				elseif($fullorder_name == 'fullorderamz'){
+					$text['name'] = '亚马逊';
+				}
 				else
 				{
 					$text['name'] = '独立站';