shish 3 years ago
parent
commit
9bea78bd4b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      biz-ghs/order/classes/PurchaseOrderClass.php

+ 2 - 1
biz-ghs/order/classes/PurchaseOrderClass.php

@@ -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>';