diff --git a/src/router/index.js b/src/router/index.js index c2d72e8..212752e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -24,6 +24,11 @@ const routes = [ component: () => import('@/views/finance/FinanceData.vue'), meta: { title: '财务数据' } }, + { + path: 'finance/withdraw-fee', + component: () => import('@/views/finance/WithdrawFeeProfit.vue'), + meta: { title: '提现抽成利润' } + }, // ========== 考核管理 ========== { diff --git a/src/views/Layout.vue b/src/views/Layout.vue index 5aa95c2..4c8edee 100644 --- a/src/views/Layout.vue +++ b/src/views/Layout.vue @@ -26,6 +26,7 @@ 板块配置 财务数据 + 提现抽成利润 diff --git a/src/views/finance/WithdrawFeeProfit.vue b/src/views/finance/WithdrawFeeProfit.vue new file mode 100644 index 0000000..16bb45a --- /dev/null +++ b/src/views/finance/WithdrawFeeProfit.vue @@ -0,0 +1,260 @@ + + + + 🔒 + 您无权访问此页面 + 需要财务权限(caiwu)或提现设置权限(5500a/b/c) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 按天 + 按月 + 按身份 + + + + 查询 + + + + + + + + 抽成利润合计 + ¥{{ summary.profit_total || '0.00' }} + {{ summary.leixing_label || '全部身份' }} · {{ summary.success_count || 0 }} 笔成功 + + + + + 申请扣款合计 + ¥{{ summary.apply_total || '0.00' }} + + + + + 实际到账合计 + ¥{{ summary.payout_total || '0.00' }} + 申请−到账={{ summary.apply_minus_payout || '0.00' }}(应≈抽成) + + + + + + + + + + + + ¥{{ row.profit }} + + + + + + + + + + + ¥{{ row.profit }} + + + + + + + + + + + + + ¥{{ row.apply_amount }} + + + ¥{{ row.payout_amount }} + + + + ¥{{ row.profit }} + + + + + + + + + + +