From 5ce129f7351bae2a967180ed3326ea2c2cb1c39b Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期二, 01 九月 2026 13:24:01 +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