From 8b0e8418e47a8149f5e17179d846b941efbcd8fe Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Fri, 2 Feb 2024 15:00:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E9=A1=B5=E9=9D=A2=E6=B8=B2=E6=9F=93=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E5=AF=BC=E8=87=B4=E5=86=85=E5=AE=B9=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=20=E4=BC=98=E5=8C=96=EF=BC=9A=E4=BD=A3=E9=87=91?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E6=B7=BB=E5=8A=A0=E5=8F=91=E8=B5=B7=E4=BA=BA?= =?UTF-8?q?=E4=BD=A3=E9=87=91=E5=92=8C=E5=A4=96=E5=8B=A4=E4=BD=A3=E9=87=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/marketing/agent/apply/index.vue | 12 ++--- .../marketing/agent/commission/index.vue | 48 +++++++++++++++++-- 2 files changed, 51 insertions(+), 9 deletions(-) diff --git a/src/views/marketing/agent/apply/index.vue b/src/views/marketing/agent/apply/index.vue index fc9a8b2..436af20 100644 --- a/src/views/marketing/agent/apply/index.vue +++ b/src/views/marketing/agent/apply/index.vue @@ -9,10 +9,10 @@ - + - + @@ -108,7 +108,7 @@ - 待支付 + 待支付 待审核 已通过 @@ -119,7 +119,7 @@ - + 通过 驳回 @@ -256,8 +256,8 @@ export default { page: 1, limit: 20, uid: "", - contacts_name: "", - contacts_phone: "", + contact_name: "", + contact_phone: "", status: "", agent_type: "" }, diff --git a/src/views/marketing/agent/commission/index.vue b/src/views/marketing/agent/commission/index.vue index d50721a..48cbdb9 100644 --- a/src/views/marketing/agent/commission/index.vue +++ b/src/views/marketing/agent/commission/index.vue @@ -21,11 +21,17 @@ - + - {{ scope.row.userOrder.title}} - {{ scope.row.userOrder.order_sn}} + + 邀请代理奖励 + {{ scope.row.storeOrder ? scope.row.storeOrder.order_sn : ''}} + + + {{ scope.row.userOrder ? scope.row.userOrder.title : ''}} + {{ scope.row.userOrder ? scope.row.userOrder.order_sn : ''}} + @@ -137,6 +143,42 @@ + + + + + + + + + {{ scope.row.initiator.nickname }} + {{ scope.row.initiator.uid }} + + + {{ scope.row.initiator_brokerage || 0.00 }} + + + + + + + + + + + + + + {{ scope.row.fieldStaff.nickname }} + {{ scope.row.fieldStaff.uid }} + + + {{ scope.row.field_staff_brokerage || 0.00 }} + + + + +