shish пре 1 година
родитељ
комит
fb664bc58a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app-ghs/controllers/OrderController.php

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

@@ -2916,7 +2916,7 @@ class OrderController extends BaseController
         $content .= '<TEXT x="165" y="130" font="12" w="4" h="4" r="90">' . $shortRemark . '</TEXT>';
         $content .= '<TEXT x="145" y="10" font="12" w="2" h="2" r="90">物流</TEXT>';
 
-        $content .= '<TEXT x="130" y="10" font="12" w="2" h="2" r="90">' . $currentName . ' ' . $telephone . '</TEXT>';
+        $content .= '<TEXT x="100" y="10" font="12" w="2" h="2" r="90">' . $currentName . ' ' . $telephone . '</TEXT>';
 
         $p->printLabelMsg($content);
         util::complete('打印成功');