shish 4 months ago
parent
commit
0a762cbe7c
1 changed files with 4 additions and 4 deletions
  1. 4 4
      biz-ghs/order/classes/OrderClass.php

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

@@ -3023,12 +3023,12 @@ XL;
             if ($num > 1) {
                 $customName = $customName . ' ' . $num . '单';
             }
-            $content = '<TEXT x="410" 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="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="195" y="30" font="12" w="1" h="2" r="90">' . $fullAddress . '</TEXT>';
-            $content .= '<TEXT x="125" y="30" font="12" w="2" h="2" r="90">' . $customMobile . '</TEXT>';
+            $content .= '<TEXT x="128" y="30" font="12" w="2" h="2" r="90">' . $customMobile . '</TEXT>';
             if ($orderMainId == 25119 || $orderMainId == 828) {
-                $content .= '<TEXT x="60" y="30" font="12" w="2" h="2" r="90">物流 ' . $wlName . '</TEXT>';
+                $content .= '<TEXT x="70" y="30" font="12" w="2" h="2" r="90">物流 ' . $wlName . '</TEXT>';
             }
             /**************************如果是好多花的云仓还要再打一下标签纸,多处要同步修改,关键词 hdh_yc *****************************/
         }