|
|
@@ -97,7 +97,7 @@ class PurchaseOrderClass extends BaseClass
|
|
|
$shopName = $shop->shopName ?? '';
|
|
|
$currentName = $shopName == '首店' ? $sjName : $sjName . ' ' . $shopName;
|
|
|
|
|
|
- $content = "<CB>{$currentName}</CB>";
|
|
|
+ $content = "<CB>" . $currentName . "</CB>";
|
|
|
$content .= "<CB>采购单</CB>";
|
|
|
$content .= '--------------------------------<BR>';
|
|
|
$content .= '<B>供货商:' . $orderInfo->ghsName . '</B><BR><BR>';
|