Parcourir la source

扫码看价格

shish il y a 3 ans
Parent
commit
b636c71282
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      app-ghs/controllers/PurchaseOrderController.php

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

@@ -61,8 +61,8 @@ class PurchaseOrderController extends BaseController
                 $content .= '<TEXT x="80" y="30" font="12" w="2" h="2" r="90">' . $unit . '</TEXT>';
             }
 
-            $content .= '<QR x="30"  y="390"  e="L"  w="5">' . Yii::$app->params['mallHost'] . "/item/show-info?id=" . $productId . '</QR>';
-            $content .= '<TEXT x="220" y="400" font="12" w="1" h="1" r="90">扫码看价格</TEXT>';
+            //$content .= '<QR x="30"  y="390"  e="L"  w="5">' . Yii::$app->params['mallHost'] . "/item/show-info?id=" . $productId . '</QR>';
+            //$content .= '<TEXT x="220" y="400" font="12" w="1" h="1" r="90">扫码看价格</TEXT>';
 
             $p->printLabelMsg($content);
         }
@@ -109,8 +109,8 @@ class PurchaseOrderController extends BaseController
             $content .= '<TEXT x="80" y="30" font="12" w="2" h="2" r="90">' . $unit . '</TEXT>';
         }
 
-        $content .= '<QR x="30"  y="390"  e="L"  w="5">' . Yii::$app->params['mallHost'] . "/item/show-info?id=" . $productId . '</QR>';
-        $content .= '<TEXT x="220" y="400" font="12" w="1" h="1" r="90">扫码看价格</TEXT>';
+        //$content .= '<QR x="30"  y="390"  e="L"  w="5">' . Yii::$app->params['mallHost'] . "/item/show-info?id=" . $productId . '</QR>';
+        //$content .= '<TEXT x="220" y="400" font="12" w="1" h="1" r="90">扫码看价格</TEXT>';
 
         $p->printLabelMsg($content);
         util::complete();