|
|
@@ -2916,7 +2916,7 @@ class OrderController extends BaseController
|
|
|
$content .= '<TEXT x="165" y="130" font="12" w="4" h="4" r="90">' . $shortRemark . '</TEXT>';
|
|
|
$content .= '<TEXT x="145" y="10" font="12" w="2" h="2" r="90">物流</TEXT>';
|
|
|
|
|
|
- $content .= '<TEXT x="130" y="10" font="12" w="2" h="2" r="90">' . $currentName . ' ' . $telephone . '</TEXT>';
|
|
|
+ $content .= '<TEXT x="100" y="10" font="12" w="2" h="2" r="90">' . $currentName . ' ' . $telephone . '</TEXT>';
|
|
|
|
|
|
$p->printLabelMsg($content);
|
|
|
util::complete('打印成功');
|