shish 1 سال پیش
والد
کامیت
10746eb8b5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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="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="50" y="300" font="12" w="2" h="2" r="90">' . $currentName . ' ' . $telephone . '</TEXT>';
+        $content .= '<TEXT x="50" y="200" font="12" w="2" h="2" r="90">' . $currentName . ' ' . $telephone . '</TEXT>';
         $p->printLabelMsg($content);
         util::complete('打印成功');
     }