shish hai 1 ano
pai
achega
f7eb1f4a22
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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="45" y="80" font="12" w="2" h="2" r="90">' . $currentName . ' ' . $telephone . '</TEXT>';
+        $content .= '<TEXT x="45" y="70" font="12" w="2" h="2" r="90">' . $currentName . ' ' . $telephone . '</TEXT>';
         $p->printLabelMsg($content);
         util::complete('打印成功');
     }