shish 4 년 전
부모
커밋
77ee1688cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app-ghs/controllers/PurchaseOrderController.php

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

@@ -43,7 +43,7 @@ class PurchaseOrderController extends BaseController
             $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>';
             if ($key % 2 == 1) {
-                $content .= '<TEXT x="90" y="30" font="12" w="2" h="2" r="90">.</TEXT>';
+                $content .= '<TEXT x="360" y="400" font="12" w="2" h="2" r="90">.</TEXT>';
             }
             $p->printLabelMsg($content);
         }