|
|
@@ -349,6 +349,10 @@ class dict
|
|
|
'customAskGhsUseBalanceClear' => ['id' => 65, 'name' => 'customAskGhsUseBalanceClear'],
|
|
|
//客户主动向供货商充值
|
|
|
'customRechargeToGhs' => ['id' => 66, 'name' => 'customRechargeToGhs'],
|
|
|
+ //新增预订
|
|
|
+ 'addBook' => ['id' => 67, 'name' => 'addBook'],
|
|
|
+ //减少预订
|
|
|
+ 'delBook' => ['id' => 68, 'name' => 'delBook'],
|
|
|
],
|
|
|
"capitalTypeList" => [//流水类型的对应链接,后台收支明细查看时跳转的链接
|
|
|
0 => ['link' => '/capital/order-detail', 'name' => '网店', 'orderLink' => '/order/detail', 'id' => 0,],
|
|
|
@@ -388,6 +392,8 @@ class dict
|
|
|
64 => ['link' => '', 'name' => '结账', 'id' => 64,],
|
|
|
65 => ['link' => '', 'name' => '结账', 'id' => 65,],
|
|
|
66 => ['link' => '', 'name' => '充值', 'id' => 66,],
|
|
|
+ 67 => ['link' => '', 'name' => '新增预订', 'id' => 67,],
|
|
|
+ 68 => ['link' => '', 'name' => '减少预订', 'id' => 68,],
|
|
|
],
|
|
|
|
|
|
//用户来源
|