shish hai 1 ano
pai
achega
242a006ff8
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      app-ghs/controllers/OrderController.php

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

@@ -2902,9 +2902,9 @@ class OrderController extends BaseController
         }
         $p = new printUtil($wlLabelSn);
         $p->times = 2;
-        $content = '<TEXT x="430" y="50" font="12" w="5" h="5" r="90">' . $shortName . '</TEXT>';
-        $content .= '<TEXT x="290" y="50" font="12" w="4" h="4" r="90">' . $shortMobile . '</TEXT>';
-        $content .= '<TEXT x="150" y="50" font="12" w="4" h="4" r="90">' . $shortRemark . '</TEXT>';
+        $content = '<TEXT x="430" y="60" font="12" w="5" h="5" r="90">' . $shortName . '</TEXT>';
+        $content .= '<TEXT x="270" y="60" font="12" w="4" h="4" r="90">' . $shortMobile . '</TEXT>';
+        $content .= '<TEXT x="150" y="60" font="12" w="4" h="4" r="90">' . $shortRemark . '</TEXT>';
         $p->printLabelMsg($content);
         util::complete('打印成功');
     }