diff --git a/src/api/Lecturer.js b/src/api/Lecturer.js index 24ba6d4f..66a14ad6 100644 --- a/src/api/Lecturer.js +++ b/src/api/Lecturer.js @@ -64,4 +64,8 @@ export const affiliationDelById = (id)=>http.post(`/admin/affiliation/delById?id //讲师费统计详情 export const expenseSummaryById = (obj) => http.get( `/admin/expenseSummary/queryById?id=${obj.id}&name=${obj.name}&trainOrgId=${obj.trainOrgId}`) //查看月度讲师费详情 -export const queryDetailId = (obj) => http.get(`/admin/expenseSummary/queryDetailId?summaryId=${obj.summaryId}&name=${obj.name}`) \ No newline at end of file +export const queryDetailId = (obj) => http.get(`/admin/expenseSummary/queryDetailId?summaryId=${obj.summaryId}&name=${obj.name}`) +//查询未汇总的数据(批量确认弹框) +export const getListByStatus = (obj) => http.get(`/admin/teacherExpense/getListByStatus`) +//根据发生组织查询汇总的数据(一键确认弹框使用) +export const getListByAffiliation = (obj) => http.get(`/admin/teacherExpense/getListByAffiliation?ids=${obj.ids}&beginTime=${obj.beginTime}&endTime=${obj.endTime}&name=${obj.name}&`) diff --git a/src/components/project/BatchLecturer.vue b/src/components/project/BatchLecturer.vue new file mode 100644 index 00000000..f59d03d3 --- /dev/null +++ b/src/components/project/BatchLecturer.vue @@ -0,0 +1,313 @@ + + + + diff --git a/src/components/project/ConfirmLecturer.vue b/src/components/project/ConfirmLecturer.vue index 2f155c02..8220d0a0 100644 --- a/src/components/project/ConfirmLecturer.vue +++ b/src/components/project/ConfirmLecturer.vue @@ -30,14 +30,14 @@
- +
- +
- 搜索 - 重置 + 搜索 + 重置
@@ -57,14 +57,57 @@
- - + + +
+
+ +
+
+
+
+
+ +
+ 操作确认 +
+
+
本月可提交审批次数: {{ numTime }} / 10
+
+
+ 请仔细核对讲师费信息,确认无误后,将自动进入(BPM系统)审批流程。 +
+
+
+
+
取消
+
+
+
确定
+
+
+
+
+
+
-