From 7f6bf7cba620a93e24cd77b804bd13a5585abcb1 Mon Sep 17 00:00:00 2001 From: 18650502300 <18650502300@163.com> Date: Tue, 18 Jun 2024 11:31:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E8=B4=A6=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/reconciliation.js | 10 + src/views/system/device/index.vue | 11 +- src/views/system/reconciliation/index.vue | 213 ++++++++++++++++++++++ src/views/system/refund/index.vue | 64 +++---- 4 files changed, 261 insertions(+), 37 deletions(-) create mode 100644 src/api/system/reconciliation.js create mode 100644 src/views/system/reconciliation/index.vue diff --git a/src/api/system/reconciliation.js b/src/api/system/reconciliation.js new file mode 100644 index 0000000..ec6bedf --- /dev/null +++ b/src/api/system/reconciliation.js @@ -0,0 +1,10 @@ +import request from '@/utils/request' + +// 查询对账订单列表 +export function listReconciliation(query) { + return request({ + url: '/system/reconciliation', + method: 'get', + params: query + }) +} diff --git a/src/views/system/device/index.vue b/src/views/system/device/index.vue index 175a2a1..9e9b8c5 100644 --- a/src/views/system/device/index.vue +++ b/src/views/system/device/index.vue @@ -1,17 +1,17 @@ + + diff --git a/src/views/system/refund/index.vue b/src/views/system/refund/index.vue index e8ed67e..03c1988 100644 --- a/src/views/system/refund/index.vue +++ b/src/views/system/refund/index.vue @@ -48,38 +48,38 @@ - - 新增 - - - 修改 - - - 删除 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +