From 8190324253962b97bbf4aeb061880c82d37a358d Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Thu, 1 Feb 2024 14:34:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/filters/commFilter.js | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/filters/commFilter.js b/src/filters/commFilter.js index e433105..1d7915f 100644 --- a/src/filters/commFilter.js +++ b/src/filters/commFilter.js @@ -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] - } \ No newline at end of file + }