shish 1 tahun lalu
induk
melakukan
4ec61c19a4
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app-ghs/controllers/OrderController.php

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

@@ -2915,7 +2915,7 @@ class OrderController extends BaseController
         $content .= '<TEXT x="265" y="10" font="12" w="2" h="2" r="90">代码</TEXT>';
         $content .= '<TEXT x="265" y="10" font="12" w="2" h="2" r="90">代码</TEXT>';
         $content .= '<TEXT x="170" y="130" font="12" w="4" h="4" r="90">' . $shortRemark . '</TEXT>';
         $content .= '<TEXT x="170" y="130" font="12" w="4" h="4" r="90">' . $shortRemark . '</TEXT>';
         $content .= '<TEXT x="150" y="10" font="12" w="2" h="2" r="90">物流</TEXT>';
         $content .= '<TEXT x="150" y="10" font="12" w="2" h="2" r="90">物流</TEXT>';
-        $content .= '<TEXT x="45" y="120" font="12" w="2" h="2" r="90">' . $currentName . ' ' . $telephone . '</TEXT>';
+        $content .= '<TEXT x="40" y="100" font="12" w="2" h="2" r="90">' . $currentName . ' ' . $telephone . '</TEXT>';
         $p->printLabelMsg($content);
         $p->printLabelMsg($content);
         util::complete('打印成功');
         util::complete('打印成功');
     }
     }