|
|
@@ -154,11 +154,6 @@ class PurchaseOrderClass extends BaseClass
|
|
|
$getInfo = self::getById($orderInfo['id']);
|
|
|
$content .= '订单日期:' . date("Y-m-d H:i", strtotime($getInfo['addTime'])) . '<BR>';
|
|
|
$content .= '订单编号:' . $orderInfo['orderSn'] . '<BR>';
|
|
|
- if (isset($orderInfo['shopAdminId']) && !empty($orderInfo['shopAdminId'])) {
|
|
|
- $content .= '员工开单:' . $orderInfo['shopAdminName'] . '<BR>';
|
|
|
- } else {
|
|
|
- $content .= '客户下单:' . $orderInfo['customShopAdminName'] . '<BR>';
|
|
|
- }
|
|
|
$content .= '门店名称:' . $currentName . '<BR>';
|
|
|
if (!empty($telephone)) {
|
|
|
$content .= '联系电话:' . $telephone . '<BR>';
|