|
|
@@ -997,7 +997,7 @@ class PurchaseController extends BaseController
|
|
|
|
|
|
$ghsShopName = $ghsShop->shopName ?? '';
|
|
|
//要带上哪个店的,这样才知道客户下的单是哪个店的,客户很多有多家店
|
|
|
- $name = "花材 " . $orderSn . " " . $ghsShopName;
|
|
|
+ $name = $ghsShopName." 花材 " . $orderSn;
|
|
|
$totalFee = $order->realPrice;
|
|
|
$purchaseCapital = dict::getDict('capitalType', 'xhPurchase', 'id');
|
|
|
$ghsId = $order->ghsId ?? 0;
|
|
|
@@ -1136,7 +1136,7 @@ class PurchaseController extends BaseController
|
|
|
|
|
|
$ghsShopName = $ghsShop->shopName ?? '';
|
|
|
//要带上哪个店的,这样才知道客户下的单是哪个店的,客户很多有多家店
|
|
|
- $name = "花材 " . $orderSn . " " . $ghsShopName;
|
|
|
+ $name = $ghsShopName." 花材 " . $orderSn;
|
|
|
$totalFee = $order->realPrice;
|
|
|
$openId = '';
|
|
|
if (isset($post['currentMiniOpenId']) && !empty($post['currentMiniOpenId'])) {
|