From 43af77c06d2ad50137f33dfd2fc610ee3033d304 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期五, 28 十一月 2025 11:38:35 +0800
Subject: [PATCH] 首页
---
src/api/projectPlan/index.js | 41 +++++++++++++++++++++++++++++++++++------
1 files changed, 35 insertions(+), 6 deletions(-)
diff --git a/src/api/projectPlan/index.js b/src/api/projectPlan/index.js
index 7340072..89f0f8e 100644
--- a/src/api/projectPlan/index.js
+++ b/src/api/projectPlan/index.js
@@ -9,6 +9,8 @@
})
}
+
+
// 鑾峰彇涓荤鏍囪瘑
export function getManagerFlag(recordId) {
return request({
@@ -59,10 +61,19 @@
})
}
-// 淇濆瓨璁″垝椤�
-export function savePlanInfo(data) {
+// 鐢ㄦ埛閲嶆柊涓婃姤璁″垝椤�
+export function resubmitPlanInfo(data) {
return request({
- url: '/api/project-plan-info/savePlanInfo',
+ url: '/api/project-plan-info/resubmitPlanInfo',
+ method: 'post',
+ data: data
+ })
+}
+
+// 淇濆瓨璁″垝椤�
+export function savePlanInfo(data, planRecordId) {
+ return request({
+ url: '/api/project-plan-info/savePlanInfo/' + planRecordId,
method: 'post',
data: data
})
@@ -85,10 +96,19 @@
})
}
-// 鍥炲涓婄骇鎵瑰
-export function replyDepartmentApproval(data) {
+// 淇濆瓨瀹℃壒
+export function saveExamine(data) {
return request({
- url: '/api/project-plan-examine-record/replyDepartmentApproval',
+ url: '/api/project-plan-examine-record/saveExamine',
+ method: 'post',
+ data: data
+ })
+}
+
+// 鍥炲瀹℃壒
+export function replyExamine(data) {
+ return request({
+ url: '/api/project-plan-examine-record/replyExamine',
method: 'post',
data: data
})
@@ -103,4 +123,13 @@
}
+// 杩涘害寰呭姙鍒楄〃
+export function getProjectPlanToDoList(query) {
+ return request({
+ url: '/api/project-plan-examine-record/todo_list',
+ method: 'get',
+ params: query
+ })
+}
+
--
Gitblit v1.8.0