|
|
@@ -423,6 +423,12 @@ class PurchaseOrderClass extends BaseClass
|
|
|
}
|
|
|
$content .= "<BR>";
|
|
|
$content .= "<BR>";
|
|
|
+ $host = Yii::$app->params['hdHost'];
|
|
|
+ $orderSn = $orderInfo->orderSn ?? '';
|
|
|
+ $salt = $orderInfo->salt ?? '';
|
|
|
+ $content .= "<QR>" . $host . "/#/pagesPurchase/info?orderSn=" . $orderSn . "&salt=" . $salt . "</QR>";
|
|
|
+ $content .= "<BR>";
|
|
|
+
|
|
|
$ext = ShopExtClass::getByCondition(['shopId' => $shopId]);
|
|
|
$printSn = $ext['wcPrintSn'] ?? '';
|
|
|
if ($firstPrint) {
|