|
|
@@ -62,13 +62,13 @@ class RefundOrderClass extends BaseClass
|
|
|
$content .= "<CB>退款信息</CB><BR><BR>";
|
|
|
|
|
|
$content .= '--------------------------------<BR>';
|
|
|
- $content .= '<B>订单号:' . $relateOrderSn . '</B><BR>';
|
|
|
+ $content .= '<B>单号' . $relateOrderSn . '</B><BR>';
|
|
|
$content .= '--------------------------------<BR>';
|
|
|
|
|
|
$content .= '<B>买家信息:</B><BR><BR>';
|
|
|
$content .= '<B>' . $refund->customName . '</B><BR>';
|
|
|
$content .= '<B>' . $refund->customMobile . '</B><BR>';
|
|
|
- $content .= "<BR>";
|
|
|
+ $content .= '--------------------------------<BR>';
|
|
|
$content .= "<BR>";
|
|
|
$itemList = RefundOrderItemClass::getAllByCondition(['orderSn' => $orderSn], null, '*', null);
|
|
|
if (!empty($itemList)) {
|
|
|
@@ -79,6 +79,7 @@ class RefundOrderClass extends BaseClass
|
|
|
$content .= "<B>" . $name . ' 退' . $num . $unitName . "</B><BR>";
|
|
|
}
|
|
|
}
|
|
|
+ $content .= '--------------------------------<BR>';
|
|
|
$content .= "<BR>";
|
|
|
$content .= "<BR>";
|
|
|
$content .= "<CB>金额:{$refundPrice}</CB><BR>";
|