shish 4 месяцев назад
Родитель
Сommit
bc50e1fa97
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      biz-ghs/order/classes/OrderClass.php

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

@@ -3023,8 +3023,8 @@ XL;
             if ($num > 1) {
                 $customName = $customName . ' ' . $num . '单';
             }
-            $content = '<TEXT x="405" y="30" font="12" w="4" h="4" r="90">' . $shortName . '</TEXT>';
-            $content .= '<TEXT x="292" y="30" font="12" w="2" h="3" r="90">' . $customName . '</TEXT>';
+            $content = '<TEXT x="400" y="30" font="12" w="4" h="4" r="90">' . $shortName . '</TEXT>';
+            $content .= '<TEXT x="290" y="30" font="12" w="2" h="3" r="90">' . $customName . '</TEXT>';
             $content .= '<TEXT x="195" y="30" font="12" w="1" h="2" r="90">' . $fullAddress . '</TEXT>';
             $content .= '<TEXT x="128" y="30" font="12" w="2" h="2" r="90">' . $customMobile . '</TEXT>';
             if ($orderMainId == 25119 || $orderMainId == 828) {