更新
This commit is contained in:
parent
a240e00e25
commit
8190324253
@ -341,7 +341,13 @@ export function transactionTypeFilter(type) {
|
||||
'brokerage_two': '二级分佣',
|
||||
'refund_brokerage_one': '返还一级分佣',
|
||||
'refund_brokerage_two': '返还二级分佣',
|
||||
'order': '订单支付'
|
||||
'order': '订单支付',
|
||||
'commission_to_store': '提货店铺佣金',
|
||||
'commission_to_courier': '配送员佣金',
|
||||
'commission_to_promoter': '直推首单佣金',
|
||||
'commission_to_store_refund': '提货店铺佣金退款',
|
||||
'commission_to_courier_refund': '配送员佣金退款',
|
||||
'commission_to_promoter_refund': '直推首单佣金退款',
|
||||
}
|
||||
return typeMap[type]
|
||||
}
|
||||
@ -395,7 +401,7 @@ export function organizationType(type) {
|
||||
}
|
||||
return typeMap[type]
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @description 证件类型
|
||||
*/
|
||||
@ -434,7 +440,7 @@ export function purchaseType(type) {
|
||||
}
|
||||
return statusMap[status]
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @description 订单配送状态
|
||||
*/
|
||||
@ -450,4 +456,4 @@ export function purchaseType(type) {
|
||||
'100': '骑士到店'
|
||||
}
|
||||
return statusMap[status]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user