Răsfoiți Sursa

打印一个版本出来

shish 4 ani în urmă
părinte
comite
c613ad5208
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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="330" y="50" font="12" w="2" h="2" r="90">' . $name . '</TEXT>';
-        $content .= '<BC128 x="250" y="50" h="80" s="1" r="90" n="3" w="3">' . $ptItemId . '</BC128>';
+        $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>';
         $p->printLabelMsg($content);
         util::complete();
     }