From 40e55902fe313c71a470314394c0fffa9d4ef8fb Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Thu, 1 Feb 2024 17:27:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=20-=20=E4=BB=A3=E7=90=86=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=20-=20=E4=BB=A3=E7=90=86=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/marketing.js | 8 + src/router/modules/marketing.js | 11 +- src/views/marketing/agent/apply/index.vue | 493 ++++++++++++++++++++++ 3 files changed, 511 insertions(+), 1 deletion(-) create mode 100644 src/views/marketing/agent/apply/index.vue diff --git a/src/api/marketing.js b/src/api/marketing.js index 585e2ae..5263f9a 100644 --- a/src/api/marketing.js +++ b/src/api/marketing.js @@ -768,6 +768,14 @@ export function getEditInfo(data) { export function agentList(data) { return request.get(`marketing/agent/list`,data) } +// 代理中心 - 申请列表 +export function agentApplyList(data) { + return request.get(`marketing/agent/apply_list`,data) +} +// 代理中心 - 审核 +export function agentApplyToExamine(data) { + return request.post(`marketing/agent/apply_to_examine`,data) +} // 代理中心 - 配置提交 export function setAgentConfig(data) { return request.post(`marketing/agent/config`,data) diff --git a/src/router/modules/marketing.js b/src/router/modules/marketing.js index 0e030ce..d5f59c1 100644 --- a/src/router/modules/marketing.js +++ b/src/router/modules/marketing.js @@ -505,11 +505,20 @@ const marketingRouter = }, component: () => import('@/views/marketing/agent/agent/index') }, + { + path: 'apply', + name: `agentApply`, + meta: { + title: '申请审核', + noCache: true + }, + component: () => import('@/views/marketing/agent/apply/index') + }, { path: 'commission', name: `agentCommission`, meta: { - title: '基本配置', + title: '佣金明细', noCache: true }, component: () => import('@/views/marketing/agent/commission/index') diff --git a/src/views/marketing/agent/apply/index.vue b/src/views/marketing/agent/apply/index.vue new file mode 100644 index 0000000..fc9a8b2 --- /dev/null +++ b/src/views/marketing/agent/apply/index.vue @@ -0,0 +1,493 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + + + + + + + + + + + + + {{ scope.row.parent.nickname }} + {{ scope.row.parent.uid }} + + + 发起人 + 省公司 + 省合伙人(外勤) + 省合伙人(内勤) + 区县运营商 + 区县合伙人 + 餐厅 + 配送商 + + + + + + + + + + + + + + {{ scope.row.user.nickname }} + {{ scope.row.user.uid }} + + + + 发起人 + 省公司 + 省合伙人(外勤) + 省合伙人(内勤) + 区县运营商 + 区县合伙人 + + 餐厅 + {{ scope.row.mer.mer_name }} + + + 配送商 + + {{ scope.row.merList[0].mer_name }} + {{ Object.values(scope.row.merList).length > 1 ? '+'+Object.values(scope.row.merList).length : '' }} + + + + + + + + + + {{ scope.row.contact_name }} + {{ scope.row.contact_phone }} + + + + + 待支付 + + 待审核 + 已通过 + 已驳回 + + + + + + + + 通过 + 驳回 + + 查看详情 + + + + + + + + + + + + + + + + 查看申请信息 + + + + + + + + + 邀请人 + + + + + + + + + {{ seeInfo.parent.nickname }} + + {{ seeInfo.parent.uid }} + + + + + + + 基础信息 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +