shish před 4 dny
rodič
revize
66470a739d
1 změnil soubory, kde provedl 5 přidání a 5 odebrání
  1. 5 5
      biz-ghs/order/classes/OrderClass.php

+ 5 - 5
biz-ghs/order/classes/OrderClass.php

@@ -3178,17 +3178,17 @@ XL;
             $itemNum = floatval($itemNum);
             $payTime = $order->payTime ?? '';
             $payDate = date('m-d H:i', strtotime($payTime));
-            $content = '<TEXT x="400" y="40" font="12" w="3" h="3" r="90">' . $customName . '</TEXT>';
+            $content = '<TEXT x="400" y="45" font="12" w="3" h="3" r="90">' . $customName . '</TEXT>';
 
             // 地址超过15个字,字体大小(w和h)变小一级(由 w="2" h="2" 变为 w="1" h="1")
             $addressLen = mb_strlen($fullAddress, 'UTF-8');
             $fontScale = '2';
-            $content .= '<TEXT x="290" y="40" font="12" w="' . $fontScale . '" h="' . $fontScale . '" r="90">' . $fullAddress . '</TEXT>';
+            $content .= '<TEXT x="290" y="45" font="12" w="' . $fontScale . '" h="' . $fontScale . '" r="90">' . $fullAddress . '</TEXT>';
             if(!empty($showAddress)){
-                $content .= '<TEXT x="230" y="40" font="12" w="1" h="2" r="90">' . $showAddress . '</TEXT>';
+                $content .= '<TEXT x="230" y="45" font="12" w="1" h="2" r="90">' . $showAddress . '</TEXT>';
             }
-            $content .= '<TEXT x="140" y="40" font="12" w="2" h="2" r="90">' . $customMobile . '  ' . $itemNum . '扎</TEXT>';
-            $content .= '<TEXT x="66" y="40" font="12" w="2" h="2" r="90">' . $distName . ' ' . $payDate . '</TEXT>';
+            $content .= '<TEXT x="140" y="45" font="12" w="2" h="2" r="90">' . $customMobile . '  ' . $itemNum . '扎</TEXT>';
+            $content .= '<TEXT x="66" y="45" font="12" w="2" h="2" r="90">' . $distName . ' ' . $payDate . '</TEXT>';
             /**************************如果是好多花的云仓还要再打一下标签纸,多处要同步修改,关键词 hdh_yc *****************************/
         }
         $p->printLabelMsg($content);