Pārlūkot izejas kodu

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

lvhao 18 stundas atpakaļ
vecāks
revīzija
a2fcdfbe14
1 mainītis faili ar 12 papildinājumiem un 0 dzēšanām
  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'] = '独立站';