From 956a7114f86e2cd2caf713a9b286109b8b6e97ab Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期五, 15 八月 2025 14:12:13 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/yagwly_fa_master' into yagwly_fa_master

---
 ui/admin-ui3/src/api/cwgl/estimatedReceivable.ts |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/ui/admin-ui3/src/api/cwgl/estimatedReceivable.ts b/ui/admin-ui3/src/api/cwgl/estimatedReceivable.ts
index f5949d4..27a5b5f 100644
--- a/ui/admin-ui3/src/api/cwgl/estimatedReceivable.ts
+++ b/ui/admin-ui3/src/api/cwgl/estimatedReceivable.ts
@@ -65,3 +65,31 @@
         download('/cwgl/estimatedReceivable/export',query);
     })
 }
+
+/**
+ * 纭
+ */
+export const getEstimatedReceivableConfirm:requestType = (id) => {
+    return request({
+        url: '/cwgl/estimatedReceivable/confirm/' + id,
+        method:'get'
+    })
+}
+/**
+ * 鍙栨秷
+ */
+export const getCwglEstimatedReceivableCancel:requestType = (id) => {
+    return request({
+        url: '/cwgl/estimatedReceivable/cancel/' + id,
+        method:'get'
+    })
+}
+/**
+ * 浣滃簾
+ */
+export const getEstimatedReceivableInvalid:requestType = (id) => {
+    return request({
+        url: '/cwgl/estimatedReceivable/invalid/' + id,
+        method:'get'
+    })
+}
\ No newline at end of file

--
Gitblit v1.8.0