From bc44c8e3c9d85691ce3fa73ef1300a6fae46e365 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 18 三月 2025 19:07:08 +0800
Subject: [PATCH] Merge branch 'dev' of http://114.132.189.42:9002/r/center-lims-before-ruoyi into dev

---
 src/api/chart/dailyBusinessStatistical.js |   29 ++++++++++++++++++++++++++++-
 1 files changed, 28 insertions(+), 1 deletions(-)

diff --git a/src/api/chart/dailyBusinessStatistical.js b/src/api/chart/dailyBusinessStatistical.js
index 0eab5c6..e2c8a08 100644
--- a/src/api/chart/dailyBusinessStatistical.js
+++ b/src/api/chart/dailyBusinessStatistical.js
@@ -23,4 +23,31 @@
         method: 'post',
         params: params
     })
-}
\ No newline at end of file
+}
+
+//娣诲姞鏃ョ▼
+export function addSchedule(data) {
+    return resquest({
+        url: '/report/addSchedule',
+        method: 'post',
+        params: data
+    })
+}
+
+//鏌ヨ鏃ュ巻浠诲姟鍥�
+export function calendarWorkByWeek() {
+    return resquest({
+        url: '/report/calendarWorkByWeek',
+        method: 'get',
+    })
+}
+
+//鏌ヨ鏃ュ巻浠诲姟鍥�
+export function ScheduleByMe(data) {
+    return resquest({
+        url: '/report/ScheduleByMe',
+        method: 'post',
+        params:data
+    })
+}
+

--
Gitblit v1.9.3