From fea2d693c33fdbcb4c8304a96a4e584829cb437b Mon Sep 17 00:00:00 2001
From: sen <sen@qq.com>
Date: 星期四, 29 一月 2026 17:25:30 +0800
Subject: [PATCH] 申请开票和开票记录,科目管理界面
---
ui/admin-ui3/src/api/cwgl/fundFlow.ts | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/ui/admin-ui3/src/api/cwgl/fundFlow.ts b/ui/admin-ui3/src/api/cwgl/fundFlow.ts
index 0aac047..5828699 100644
--- a/ui/admin-ui3/src/api/cwgl/fundFlow.ts
+++ b/ui/admin-ui3/src/api/cwgl/fundFlow.ts
@@ -56,6 +56,15 @@
})
}
+/**
+ * 纭璧勯噾娴佹按
+ */
+export const confirmFundFlow:requestType = (id) => {
+ return request({
+ url: '/cwgl/fundFlow/confirm/' + id,
+ method: 'put'
+ })
+}
/**
* 瀵煎嚭璧勯噾娴佹按
@@ -65,3 +74,11 @@
download('/cwgl/fundFlow/export',query);
})
}
+/* 璐﹀崟璁ら */
+export const addFundFlowClaimDetailClaim:requestType = (data,id) => {
+ return request({
+ url: '/cwgl/fundFlowClaimDetail/claim/'+id,
+ method: 'post',
+ data
+ })
+}
\ No newline at end of file
--
Gitblit v1.8.0