|
|
@@ -419,9 +419,9 @@ class PurchaseOrderClass extends BaseClass
|
|
|
$content .= '录入人员:' . $orderInfo['shopAdminName'] . '<BR>';
|
|
|
}
|
|
|
$content .= "<BR>";
|
|
|
- $content .= "<C>扫码查货位</C>";
|
|
|
+ $content .= "<CB>扫码查货位</CB>";
|
|
|
$content .= "<BR>";
|
|
|
- $host = Yii::$app->params['hdHost'];
|
|
|
+ $host = Yii::$app->params['ghsHost'];
|
|
|
$orderSn = $orderInfo->orderSn ?? '';
|
|
|
$salt = $orderInfo->salt ?? '';
|
|
|
$content .= "<QR>" . $host . "/#/pagesPurchase/info?orderSn=" . $orderSn . "&salt=" . $salt . "</QR>";
|