shish hace 1 año
padre
commit
4afcbbb785
Se han modificado 1 ficheros con 3 adiciones y 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 = new printUtil($wlLabelSn);
         $p->times = 2;
         $p->times = 2;
-        $content = '<TEXT x="420" y="60" font="12" w="4" h="4" r="90">' . $shortName . '</TEXT>';
-        $content .= '<TEXT x="285" y="60" font="12" w="4" h="4" r="90">' . $shortMobile . '</TEXT>';
-        $content .= '<TEXT x="165" y="60" font="12" w="4" h="4" r="90">' . $shortRemark . '</TEXT>';
+        $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>';
         $p->printLabelMsg($content);
         $p->printLabelMsg($content);
         util::complete('打印成功');
         util::complete('打印成功');
     }
     }