|
|
@@ -69,7 +69,7 @@ class SettleClass extends BaseClass
|
|
|
$moneyBalance = bcadd($main->money, $remainDebtPrice, 2);
|
|
|
$main->money = $moneyBalance;
|
|
|
$main->save();
|
|
|
- $moneyEvent = $customName . "现金结账" . floatval($remainDebtPrice) . "元(单号 {$orderSn})";
|
|
|
+ $moneyEvent = $customName . "现金结尾款" . floatval($remainDebtPrice) . "元(单号 {$orderSn})";
|
|
|
$moneyRemark = '';
|
|
|
|
|
|
$capitalType = dict::getDict('capitalType', 'hdXsClear', 'id');
|
|
|
@@ -81,7 +81,7 @@ class SettleClass extends BaseClass
|
|
|
'io' => 1,
|
|
|
'mainId' => $mainId,
|
|
|
'capitalType' => $capitalType,
|
|
|
- 'ptStyle' => dict::getDict('ptStyle', 'ghs'),
|
|
|
+ 'ptStyle' => dict::getDict('ptStyle', 'hd'),
|
|
|
'event' => $moneyEvent,
|
|
|
'remark' => $moneyRemark,
|
|
|
];
|