From 568a27b6e47219fe4514df111a9650df24b8ae91 Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Thu, 21 Mar 2024 17:25:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=A1=A5=E8=B4=B4=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/accounts.js | 20 ++- src/router/modules/accounts.js | 11 +- src/views/accounts/subsidy/index.vue | 187 +++++++++++++++++++++++++++ 3 files changed, 216 insertions(+), 2 deletions(-) create mode 100644 src/views/accounts/subsidy/index.vue diff --git a/src/api/accounts.js b/src/api/accounts.js index f1211b6..a4ad3ec 100644 --- a/src/api/accounts.js +++ b/src/api/accounts.js @@ -271,4 +271,22 @@ export function singleMerBillExport(type,data) { */ export function singleMerBillHeader(id,data) { return request.get(`financial_record/mer_title/${id}`, data) -} \ No newline at end of file +} +/** + * @description 补贴 -- 列表 + */ +export function subsidyListApi(data) { + return request.get(`system/financial/subsidy/index`, data) +} +/** + * @description 补贴审核 + */ +export function subsidyStatusApi(data) { + return request.post(`system/financial/subsidy/status`, data) +} +/** + * @description 补贴修改 + */ +export function subsidyUpdateApi(data) { + return request.post(`system/financial/subsidy/update`, data) +} diff --git a/src/router/modules/accounts.js b/src/router/modules/accounts.js index 6550d95..61ed93b 100644 --- a/src/router/modules/accounts.js +++ b/src/router/modules/accounts.js @@ -83,7 +83,7 @@ const accountsRouter = activeMenu: `${roterPre}/accounts/merchantBill` }, component: () => import('@/views/accounts/statement/merchantDetail'), - hidden: true + hidden: true }, { path: 'reconciliation/order/:id/:type?', @@ -105,6 +105,15 @@ const accountsRouter = }, component: () => import('@/views/accounts/capitalFlow/index') }, + { + path: 'subsidy', + name: 'subsidy', + meta: { + title: '补贴记录', + noCache: true + }, + component: () => import('@/views/accounts/subsidy/index') + }, { path: 'transferRecord', name: 'AccountsTransferRecord', diff --git a/src/views/accounts/subsidy/index.vue b/src/views/accounts/subsidy/index.vue new file mode 100644 index 0000000..f6392ed --- /dev/null +++ b/src/views/accounts/subsidy/index.vue @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + 搜索 + 重置 + + + + + + + + + {{ scope.row.id }} + + + + + + + + + + + + + 审核 + + + + 修改 + + + + + + + + + + + + + + +