shish 5 mesi fa
parent
commit
da168241bf

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

@@ -211,7 +211,7 @@ class ProductController extends BaseController
                 $currentName = mb_substr($name, $i, 6, 'UTF-8');
                 $number = $baseNum + 90*$u;
                 $u++;
-                $content .= '<TEXT x="15" y="' . $number . '" font="12" w="3" h="3" r="0">' . $currentName . '</TEXT>';
+                $content .= '<TEXT x="10" y="' . $number . '" font="12" w="3" h="3" r="0">' . $currentName . '</TEXT>';
             }
         }else{
             if (stringUtil::getWordNum($name) > 8) {

+ 1 - 1
app-ghs/controllers/PurchaseOrderController.php

@@ -244,7 +244,7 @@ class PurchaseOrderController extends BaseController
                     $currentName = mb_substr($name, $i, 6, 'UTF-8');
                     $number = $baseNum + 90 * $u;
                     $u++;
-                    $content .= '<TEXT x="15" y="' . $number . '" font="12" w="3" h="3" r="0">' . $currentName . '</TEXT>';
+                    $content .= '<TEXT x="10" y="' . $number . '" font="12" w="3" h="3" r="0">' . $currentName . '</TEXT>';
                 }
             } else {
                 if (stringUtil::getWordNum($name) > 8) {

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

@@ -217,7 +217,7 @@ class ProductController extends BaseController
                 $currentName = mb_substr($name, $i, 6, 'UTF-8');
                 $number = $baseNum + 90 * $u;
                 $u++;
-                $content .= '<TEXT x="15" y="' . $number . '" font="12" w="3" h="3" r="0">' . $currentName . '</TEXT>';
+                $content .= '<TEXT x="10" y="' . $number . '" font="12" w="3" h="3" r="0">' . $currentName . '</TEXT>';
             }
         } else {
             if (stringUtil::getWordNum($name) > 8) {