From 7ed2a032d0724e68aec8af940f2ce0023a9f0eb7 Mon Sep 17 00:00:00 2001
From: sen <sen@qq.com>
Date: 星期三, 15 四月 2026 09:27:51 +0800
Subject: [PATCH] 修改调度单年月日
---
ui/admin-ui3/src/api/tms/tmsApBill.ts | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/ui/admin-ui3/src/api/tms/tmsApBill.ts b/ui/admin-ui3/src/api/tms/tmsApBill.ts
index b477a95..fd08f20 100644
--- a/ui/admin-ui3/src/api/tms/tmsApBill.ts
+++ b/ui/admin-ui3/src/api/tms/tmsApBill.ts
@@ -85,3 +85,31 @@
download('/tms/tmsApBill/export', query);
})
}
+/**
+ * 鎵嬪姩鎺ㄩ��
+ */
+export const manualPushTmsApBill: requestType = (id) => {
+ return request({
+ url: '/tms/tmsApBill/manualPush/' + id,
+ method: 'post',
+ })
+}
+/**
+ * 鏌ヨ搴斾粯璐﹀崟瀹℃牳鏃ュ織璇︾粏
+ */
+export const getPayableAuditLog:requestType = (query) => {
+ return request({
+ url: '/tms/payableAuditLog/list',
+ method:'get',
+ params: query
+ })
+}
+/**
+ * 浣滃簾搴斾粯璐﹀崟
+ */
+export const tmsApBillCancelPush: requestType = (id) => {
+ return request({
+ url: '/tms/tmsApBill/cancelPush/' + id,
+ method: 'post',
+ })
+}
--
Gitblit v1.8.0