|
|
@@ -140,6 +140,7 @@ class dict
|
|
|
'ghsCheckOut' => ['id' => 26, 'name' => 'ghsCheckOut'],
|
|
|
//供货商入库
|
|
|
'ghsCheckIn' => ['id' => 27, 'name' => 'ghsCheckIn'],
|
|
|
+ 'usePtCoupon' => ['id' => 30, 'name' => 'usePtCoupon'],
|
|
|
],
|
|
|
"capitalTypeList" => [//流水类型的对应链接,后台收支明细查看时跳转的链接
|
|
|
0 => ['link' => '/capital/order-detail', 'name' => '网店', 'orderLink' => '/order/detail', 'id' => 0,],
|
|
|
@@ -155,6 +156,7 @@ class dict
|
|
|
12 => ['link' => '/capital/purchase-detail', 'name' => '培训报名', 'orderLink' => '', 'id' => 12,],
|
|
|
20 => ['link' => '', 'name' => '采购结算', 'orderLink' => '', 'id' => 20,],
|
|
|
25 => ['link' => '', 'name' => '采购', 'orderLink' => '', 'id' => 25,],
|
|
|
+ 30 => ['link' => '', 'name' => '使用平台优惠券', 'orderLink' => '', 'id' => 30,],
|
|
|
],
|
|
|
|
|
|
//用户来源
|