shish 1 年之前
父节点
当前提交
75167a55c9
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      app-ghs/controllers/OrderController.php

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

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