From c8f64ccfd58b8f44af209a3d17d392144853b849 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期三, 26 八月 2026 14:18:27 +0800
Subject: [PATCH] fix: 登录日志的访问日期只保留时分秒
---
src/api/procurementManagement/paymentLedger.js | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/src/api/procurementManagement/paymentLedger.js b/src/api/procurementManagement/paymentLedger.js
index 6c5d9de..00575db 100644
--- a/src/api/procurementManagement/paymentLedger.js
+++ b/src/api/procurementManagement/paymentLedger.js
@@ -18,3 +18,21 @@
params,
});
}
+
+/** 浠樻鍙拌处 - 浠樻鐧昏鍒楄〃 */
+export function registrationList(params) {
+ return request({
+ url: "/purchase/report/registration",
+ method: "get",
+ params,
+ });
+}
+
+/** 鏂板浠樻 */
+export function savePayment(data) {
+ return request({
+ url: "/purchase/report/savePayment",
+ method: "post",
+ data,
+ });
+}
--
Gitblit v1.9.3