|
|
@@ -545,7 +545,7 @@ class OrderClass extends BaseClass
|
|
|
$fromTypeName = $staffName . ' ' . $bookName;
|
|
|
}
|
|
|
$content = '';
|
|
|
- $content .= "<CB>零售</CB><BR>";
|
|
|
+ $content .= "<CB>【零售】</CB><BR>";
|
|
|
if ($fromType == dict::getDict('fromType', 'mt')) {
|
|
|
$content .= '<B>美团 ' . $order->thirdSn . '</B><BR>';
|
|
|
if (isset($order->goodsNum) && $order->goodsNum > 1) {
|