From d9b8d6c13f429a7b4be55ad00ac48a918ab4703b Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期三, 28 一月 2026 17:11:03 +0800
Subject: [PATCH] 新增申请开票代码
---
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