shish 1 năm trước cách đây
mục cha
commit
a5e7348e09
1 tập tin đã thay đổi với 6 bổ sung3 xóa
  1. 6 3
      app-ghs/controllers/OrderController.php

+ 6 - 3
app-ghs/controllers/OrderController.php

@@ -2902,9 +2902,12 @@ class OrderController extends BaseController
         }
         $p = new printUtil($wlLabelSn);
         $p->times = 2;
-        $content = '<TEXT x="420" y="70" font="12" w="4" h="4" r="90">' . $shortName . '</TEXT>';
-        $content .= '<TEXT x="285" y="70" font="12" w="4" h="4" r="90">' . $shortMobile . '</TEXT>';
-        $content .= '<TEXT x="165" y="70" font="12" w="4" h="4" r="90">' . $shortRemark . '</TEXT>';
+        $content = '<TEXT x="420" y="80" font="12" w="4" h="4" r="90">' . $shortName . '</TEXT>';
+
+        $content = '<TEXT x="420" y="20" font="12" w="1" h="1" r="90">地址</TEXT>';
+
+        $content .= '<TEXT x="285" y="80" font="12" w="4" h="4" r="90">' . $shortMobile . '</TEXT>';
+        $content .= '<TEXT x="165" y="80" font="12" w="4" h="4" r="90">' . $shortRemark . '</TEXT>';
         $p->printLabelMsg($content);
         util::complete('打印成功');
     }