From 89cd54f5065f18b9e08983cec812a3c44060742d Mon Sep 17 00:00:00 2001 From: wujianwei <wjw@11.com> Date: 星期三, 27 八月 2025 14:57:36 +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