From 79bd7a92e740f2162b0d8a6e1962548dead769f2 Mon Sep 17 00:00:00 2001 From: HuskyOo <1145804501@qq.com> Date: Thu, 12 May 2022 11:41:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E7=AE=97=E7=A7=AF=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/fingertipIntegral.js | 8 ++ .../fingertipIntegral/settlementList.vue | 118 +++++++++++++++++- 2 files changed, 124 insertions(+), 2 deletions(-) diff --git a/src/api/fingertipIntegral.js b/src/api/fingertipIntegral.js index a83b512..05dbb58 100644 --- a/src/api/fingertipIntegral.js +++ b/src/api/fingertipIntegral.js @@ -39,3 +39,11 @@ export function settlementList(data) { data }) } + +export function settlementDeal(data) { + return request({ + url: '/api/convenience/fingertipIntegral/settlementDeal', + method: 'post', + data + }) +} diff --git a/src/views/fingertipIntegral/settlementList.vue b/src/views/fingertipIntegral/settlementList.vue index 3f69abb..2c6fcbe 100644 --- a/src/views/fingertipIntegral/settlementList.vue +++ b/src/views/fingertipIntegral/settlementList.vue @@ -53,6 +53,24 @@ }} + + + 处理 + 交付发票 + + + + + + + + 兑换 + 不兑换 + + + + + + + + 取消 + 提交 + +