|
|
@@ -103,7 +103,8 @@ class PurchaseOrderClass extends BaseClass
|
|
|
$content = "<CB>" . $currentName . "</CB>";
|
|
|
$content .= "<CB>采购单</CB>";
|
|
|
$content .= '--------------------------------<BR>';
|
|
|
- $content .= '<B>供货商:' . $orderInfo->ghsName . '</B><BR><BR>';
|
|
|
+ $content .= '<C>供货商</C><BR>';
|
|
|
+ $content .= '<CB>' . $orderInfo->ghsName . '</CB><BR><BR>';
|
|
|
if (isset($orderInfo->remark) && !empty($orderInfo->remark)) {
|
|
|
$content .= '<BR>';
|
|
|
$content .= '备注:<BR>';
|