|
|
@@ -389,6 +389,8 @@ class dict
|
|
|
'ghsHelpCustomRechargeReturn' => ['id' => 75, 'name' => 'ghsHelpCustomRechargeReturn'],
|
|
|
//客户叫供货商充值(售后返充)
|
|
|
'customAskGhsRechargeReturn' => ['id' => 76, 'name' => 'customAskGhsRechargeReturn'],
|
|
|
+ //减少散客的余额
|
|
|
+ 'deduct' => ['id' => 77, 'name' => 'deduct'],
|
|
|
],
|
|
|
"capitalTypeList" => [//流水类型的对应链接,后台收支明细查看时跳转的链接
|
|
|
0 => ['link' => '/capital/order-detail', 'name' => '网店', 'orderLink' => '/order/detail', 'id' => 0,],
|
|
|
@@ -437,6 +439,7 @@ class dict
|
|
|
74 => ['link' => '', 'name' => '采购退款', 'id' => 74,],
|
|
|
75 => ['link' => '', 'name' => '售后返充', 'id' => 75,],
|
|
|
76 => ['link' => '', 'name' => '售后返充', 'id' => 76,],
|
|
|
+ 77 => ['link' => '', 'name' => '手动减少', 'id' => 77,],
|
|
|
],
|
|
|
|
|
|
//用户来源
|