shish 1 rok temu
rodzic
commit
8d1333b510
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      app-ghs/controllers/OrderController.php

+ 2 - 2
app-ghs/controllers/OrderController.php

@@ -2902,8 +2902,8 @@ class OrderController extends BaseController
         }
         $p = new printUtil($wlLabelSn);
         $p->times = 2;
-        $content = '<TEXT x="450" y="50" font="12" w="5" h="5" r="90">' . $shortName . '</TEXT>';
-        $content .= '<TEXT x="280" y="50" font="12" w="4" h="4" r="90">' . $shortMobile . '</TEXT>';
+        $content = '<TEXT x="430" y="50" font="12" w="5" h="5" r="90">' . $shortName . '</TEXT>';
+        $content .= '<TEXT x="290" y="50" font="12" w="4" h="4" r="90">' . $shortMobile . '</TEXT>';
         $content .= '<TEXT x="150" y="50" font="12" w="4" h="4" r="90">' . $shortRemark . '</TEXT>';
         $p->printLabelMsg($content);
         util::complete('打印成功');