diff --git a/src/api/comprehensive/identifytexs.js b/src/api/comprehensive/identifytexs.js index 70ddb63..9f26edd 100644 --- a/src/api/comprehensive/identifytexs.js +++ b/src/api/comprehensive/identifytexs.js @@ -42,3 +42,11 @@ export function delIdentifytexs(id) { method: 'post' }) } + +// 班级信息列表 +export function deptDataList() { + return request({ + url: '/comprehensive/identifytexs/deptdata', + method: 'get' + }) +} diff --git a/src/api/dormitory/daily.js b/src/api/dormitory/daily.js index 654ea25..482ebd6 100644 --- a/src/api/dormitory/daily.js +++ b/src/api/dormitory/daily.js @@ -47,6 +47,13 @@ export function listView(params) { }) } +export function checkRoles() { + return request({ + url: '/dormitory/daily/checkRoles', + method: 'get' + }) +} + // 查询学生宿舍打卡列表 diff --git a/src/api/dormitory/new/record.js b/src/api/dormitory/new/record.js index 71bceed..18b7e92 100644 --- a/src/api/dormitory/new/record.js +++ b/src/api/dormitory/new/record.js @@ -122,6 +122,14 @@ export function updateNewRecord(data) { export function delNewRecord(id) { return request({ url: '/dormitory/newRecord/' + id, - method: 'post' + method: 'delete' + }) +} + +// 一键确认未进行住宿费用确认的学生 +export function confirmUnconfirmedStudents() { + return request({ + url: '/dormitory/newRecord/confirmUnconfirmedStudents', + method: 'POST' }) } diff --git a/src/layout/components/Aichat/ChatPopup.vue b/src/layout/components/Aichat/ChatPopup.vue index 75ab020..46518e5 100644 --- a/src/layout/components/Aichat/ChatPopup.vue +++ b/src/layout/components/Aichat/ChatPopup.vue @@ -1706,10 +1706,10 @@ export default { /* 聊天弹窗容器 */ .chat-popup { position: fixed; - bottom: 45px; - right: 60px; - width: 400px; - height: 600px; + bottom: 9vh; + right: 5vw; + width: 40vw; + height: 80vh; background: #fff; border-radius: 16px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 8px 32px rgba(0, 0, 0, 0.1); diff --git a/src/layout/index.vue b/src/layout/index.vue index 336810e..34a71f0 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -21,7 +21,7 @@
- AI + AI
@@ -192,22 +192,7 @@ export default { } -// ai悬停 -.ai-hover { - position: fixed; - bottom: 20px; - right: 20px; - z-index: 999; - width: 50px; - height: 50px; - border-radius: 50%; - background-color: #409eff; - color: #fff; - display: flex; - justify-content: center; - align-items: center; - cursor: pointer; -} + //AI .ai-hover { @@ -215,8 +200,8 @@ export default { right: 20px; bottom: 20px; /* 和弹窗拉开距离 */ - width: 40px; - height: 40px; + width: 5vw; + height: 7vh; background-color: #409eff; border-radius: 50%; display: flex; diff --git a/src/views/Home/comps/fdy-undo.vue b/src/views/Home/comps/fdy-undo.vue index b93186a..56f21e8 100644 --- a/src/views/Home/comps/fdy-undo.vue +++ b/src/views/Home/comps/fdy-undo.vue @@ -125,6 +125,13 @@ export default { value: 0, url: "hard/zsg/fdy" }, + //邵政文 + { + label: "辅导员·住宿费用确认审核", + name: "zsfy", + value: 0, + url: "/dormitory/new/FdyConfirm" + }, ], diff --git a/src/views/Home/comps/jwc-undo.vue b/src/views/Home/comps/jwc-undo.vue index 7753cb8..ce55b1d 100644 --- a/src/views/Home/comps/jwc-undo.vue +++ b/src/views/Home/comps/jwc-undo.vue @@ -133,6 +133,19 @@ export default { value: 0, url: "/teacher/achievement/achievementCheck", }, + // 陈冠元 + { + label: "学工·辅导员管理-业绩考核-科室复审", + name: "yj", + value: 0, + url: "/teacher/teacherKpiFilling/studentAffairsOfficeAudit/KSAuditList", + }, + { + label: "学工·辅导员管理-业绩考核-学工处长审核", + name: "bj", + value: 0, + url: "/teacher/teacherKpiFilling/studentAffairsOfficeAudit/XGCZAuditList", + }, ], }; }, diff --git a/src/views/Home/comps/sj-undo.vue b/src/views/Home/comps/sj-undo.vue index 3ccf765..5ebde00 100644 --- a/src/views/Home/comps/sj-undo.vue +++ b/src/views/Home/comps/sj-undo.vue @@ -58,6 +58,13 @@ export default { value: 0, url: "/teacher/achievement/achievementCheck", }, + // 陈冠元 + { + label: "书记·辅导员管理-业绩考核", + name: "yj", + value: 0, + url: "/teacher/teacherKpiFilling/collegeAudit/DZZSJAuditList", + }, ], }; }, diff --git a/src/views/Home/comps/xw-undo.vue b/src/views/Home/comps/xw-undo.vue index 3c97f7d..1145df1 100644 --- a/src/views/Home/comps/xw-undo.vue +++ b/src/views/Home/comps/xw-undo.vue @@ -109,6 +109,13 @@ export default { value: 0, url: "/teacher/achievement/achievementCheck", }, + // 陈冠元 + { + label: "学务·辅导员管理-业绩考核", + name: "yj", + value: 0, + url: "/teacher/teacherKpiFilling/collegeAudit/XWAuditList", + }, ], }; }, diff --git a/src/views/comprehensive/identifytexs/index.vue b/src/views/comprehensive/identifytexs/index.vue index 51d69a5..00bbf4d 100644 --- a/src/views/comprehensive/identifytexs/index.vue +++ b/src/views/comprehensive/identifytexs/index.vue @@ -4,7 +4,22 @@ - + + + + + + + @@ -479,7 +494,7 @@ @@ -472,4 +521,5 @@ export default { margin-bottom: 5px; } } - \ No newline at end of file + + diff --git a/src/views/dormitory/new/stuDom/JwcConfirm.vue b/src/views/dormitory/new/stuDom/JwcConfirm.vue index 2707217..648d7f6 100644 --- a/src/views/dormitory/new/stuDom/JwcConfirm.vue +++ b/src/views/dormitory/new/stuDom/JwcConfirm.vue @@ -42,6 +42,7 @@ 搜索 重置 一键确认所有辅导员已确认的记录 + 一键确认未进行住宿费用确认的学生 @@ -152,7 +153,7 @@