shish 4 年 前
コミット
2cf927e5ba
1 ファイル変更2 行追加2 行削除
  1. 2 2
      app-ghs/controllers/ProductController.php

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

@@ -46,8 +46,8 @@ class ProductController extends BaseController
         $p = new printUtil($printLabelSn);
 
         $p->times = $num;
-        $content = '<TEXT x="360" y="50" font="12" w="2" h="2" r="90">' . $name . '</TEXT>';
-        $content .= '<BC128 x="260" y="50" h="80" s="1" r="90" n="6" w="12">' . $ptItemId . '</BC128>';
+        $content = '<TEXT x="360" y="30" font="12" w="2" h="2" r="90">' . $name . '</TEXT>';
+        $content .= '<BC128 x="260" y="30" h="80" s="1" r="90" n="5" w="12">'.$ptItemId.'</BC128>';
         $p->printLabelMsg($content);
         util::complete();
     }