shish 1 년 전
부모
커밋
0d1893c0a0
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="200" font="12" w="2" h="2" r="90">' . $currentName . ' ' . $telephone . '</TEXT>';
+        $content .= '<TEXT x="50" y="150" font="12" w="2" h="2" r="90">' . $currentName . ' ' . $telephone . '</TEXT>';
         $p->printLabelMsg($content);
         util::complete('打印成功');
     }