Ver Fonte

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

lvhao há 18 horas atrás
pai
commit
a2fcdfbe14
1 ficheiros alterados com 12 adições e 0 exclusões
  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'] = '独立站';