From 7e2d5a6d0e3d26f5adb040b36d328ea56994c918 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Mon, 18 Nov 2024 19:13:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B2=E5=B8=88=E7=AE=A1=E7=90=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/Lecturer.js | 2 +- src/components/project/BatchLecturer.vue | 13 +- src/components/project/ConfirmLecturer.vue | 20 +- src/components/project/lockLecturer.vue | 18 +- src/views/lecturer/LecturerAPPEdit.vue | 245 ++++++++++++++------- src/views/lecturer/LecturerApproval.vue | 6 +- src/views/lecturer/LecturerFee.vue | 236 ++++++++++---------- src/views/lecturer/MonthlyStatistics.vue | 2 +- 8 files changed, 325 insertions(+), 217 deletions(-) diff --git a/src/api/Lecturer.js b/src/api/Lecturer.js index 287e9404..075b0496 100644 --- a/src/api/Lecturer.js +++ b/src/api/Lecturer.js @@ -74,7 +74,7 @@ export const getListByStatus = (obj) => http.get(`/admin/teacherExpense/getListB //根据发生组织查询汇总的数据(一键确认弹框使用) export const getListByAffiliation = (obj) => http.get(`/admin/teacherExpense/getListByAffiliation?ids=${obj.ids}&beginTime=${obj.beginTime}&endTime=${obj.endTime}&name=${obj.name}&`) //确认/一键确认 -export const teacherExpenseConfirm = (obj) => http.post('/admin/expenseBill/createSummary',obj) +export const teacherExpenseConfirm = (obj) => http.post(`/admin/expenseBill/createSummary`,obj) //确认审批 export const submitApproval = (obj) => http.post('/admin/expenseBill/submitApproval',obj) //提交/撤回 diff --git a/src/components/project/BatchLecturer.vue b/src/components/project/BatchLecturer.vue index db144139..ff6a0c8f 100644 --- a/src/components/project/BatchLecturer.vue +++ b/src/components/project/BatchLecturer.vue @@ -1,12 +1,12 @@