shish 3 éve
szülő
commit
4db5fe562f

+ 2 - 2
app-ghs/controllers/ProductController.php

@@ -118,9 +118,9 @@ class ProductController extends BaseController
             $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">' . $ptItemId . '</BC128>';
             if (in_array($mainId, [52, 1459])) {
-                $content .= '<TEXT x="30" y="250" font="11" w="2" h="2" r="0">惠雅鲜花</TEXT>';
+                $content .= '<TEXT x="30" y="250" font="12" w="2" h="2" r="0">惠雅鲜花</TEXT>';
             } else {
-                $content .= '<TEXT x="30" y="250" font="11" w="2" h="2" r="0">' . $unit . '</TEXT>';
+                $content .= '<TEXT x="30" y="250" font="12" w="2" h="2" r="0">' . $unit . '</TEXT>';
             }
         }
         $p->printLabelMsg($content);

+ 1 - 1
app-hd/controllers/GoodsController.php

@@ -47,7 +47,7 @@ class GoodsController extends BaseController
         $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>';
         if ($flower == 0) {
-            $content .= '<TEXT x="30" y="250" font="11" 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);

+ 1 - 1
app-hd/controllers/PlantCgController.php

@@ -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="11" 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();

+ 1 - 1
biz-hd/work/classes/WorkClass.php

@@ -97,7 +97,7 @@ class WorkClass extends BaseClass
                         $name = $item->name ?? '';
                         $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="11" w="2" h="2" r="0">' . $flagString . '</TEXT>';
+                        $content .= '<TEXT x="30" y="250" font="12" w="2" h="2" r="0">' . $flagString . '</TEXT>';
                         $p->times = $num;
                         $p->printLabelMsg($content);
                     }