From 13ef502835ce8bd84a797e97066d6684cb82889a Mon Sep 17 00:00:00 2001 From: sen <sen@qq.com> Date: 星期一, 18 八月 2025 11:32:34 +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