From 50fb58286ed3b718c39a97e0987ee7561a295651 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 04 七月 2025 17:56:41 +0800
Subject: [PATCH] git ch

---
 company/src/api/business/applyChange.js |   46 +++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 45 insertions(+), 1 deletions(-)

diff --git a/company/src/api/business/applyChange.js b/company/src/api/business/applyChange.js
index 2b43541..bf4a495 100644
--- a/company/src/api/business/applyChange.js
+++ b/company/src/api/business/applyChange.js
@@ -6,10 +6,27 @@
         trim: true
     })
 }
-
+export function listAll (data) {
+    return request.post('/business/applyChange/list', data, {
+        trim: true
+    })
+}
+export function monthList (data) {
+    return request.post('/business/applyChange/monthList', data, {
+        trim: true
+    })
+}
+export function getChangeMemberListOnlineSignLink (data) {
+    return request.post('business/applyChange/getChangeMemberListOnlineSignLink', data, {
+        trim: true
+    })
+}
 // 淇敼
 export function updateById (data) {
     return request.post('/business/applyChange/updateById', data)
+}
+export function check (data) {
+    return request.post('/business/applyChange/check', data)
 }
 
 // 鏂板缓
@@ -21,3 +38,30 @@
 export function getChangeCountCyclePriceVO (data) {
     return request.post('/business/applyChange/getChangeCountCyclePriceVO', data)
 }
+
+// 鍒楄〃鏌ヨ
+export function findList (data) {
+    return request.post('/business/applyDetail/findList', data)
+}
+
+// 涓氬姟澶勭悊
+export function applyChangeOpt (data) {
+    return request.post('/business/applyChange/applyChangeOpt', data)
+}
+// 鍒楄〃鏌ヨ
+export function applyChagneDetailList (data) {
+    return request.post('/business/applyChagneDetail/list', data)
+}
+
+// 淇敼
+export function update (data) {
+    return request.post('/business/applyChange/update', data)
+}
+
+// 瀵煎嚭淇濆崟涓嬫墍鏈夊姞鍑忎繚璇︽儏鍗�
+export function exportApplyJiajianBaoExcel (data) {
+    return request.post('/business/applyChange/exportApplyJiajianBaoExcel', data, {
+        trim: true,
+        download: true
+    })
+}

--
Gitblit v1.9.3