|
|
@@ -44,7 +44,7 @@ class PlantCgController extends BaseController
|
|
|
if ($key % 2 == 1) {
|
|
|
$content .= '<TEXT x="6" y="0" font="12" w="2" h="2" r="0">.</TEXT>';
|
|
|
}
|
|
|
- //$content .= '<TEXT x="30" y="250" font="11" w="2" h="2" r="0">' . $price . '元</TEXT>';
|
|
|
+ //$content .= '<TEXT x="30" y="250" font="11" w="2" h="2" r="0">' . $price . '</TEXT>';
|
|
|
$p->times = $num;
|
|
|
$p->printLabelMsg($content);
|
|
|
}
|
|
|
@@ -78,7 +78,7 @@ class PlantCgController extends BaseController
|
|
|
//$price = floatval($item->price) ?? 0;
|
|
|
$content = '<TEXT x="30" y="45" font="12" w="2" h="2" r="0">' . $name . '</TEXT>';
|
|
|
$content .= '<BC128 x="30" y="115" h="75" s="1" r="0" n="3" w="10">' . $goodsSn . '</BC128>';
|
|
|
- //$content .= '<TEXT x="30" y="250" font="12" w="2" h="2" r="0">' . $price . '元</TEXT>';
|
|
|
+ //$content .= '<TEXT x="30" y="250" font="12" w="2" h="2" r="0">' . $price . '</TEXT>';
|
|
|
$p->times = $num;
|
|
|
$p->printLabelMsg($content);
|
|
|
util::complete();
|