|
|
@@ -212,6 +212,9 @@ class PurchaseOrderClass extends BaseClass
|
|
|
if (!empty($telephone)) {
|
|
|
$content .= '联系电话:' . $telephone . '<BR>';
|
|
|
}
|
|
|
+ if (isset($orderInfo['shopAdminName']) && !empty($orderInfo['shopAdminName'])) {
|
|
|
+ $content .= '录入人员:' . $orderInfo['shopAdminName'] . '<BR>';
|
|
|
+ }
|
|
|
$content .= "<BR>";
|
|
|
$content .= "<BR>";
|
|
|
$ext = ShopExtClass::getByCondition(['shopId' => $shopId]);
|