mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 10:12:54 +08:00
暂时提交
This commit is contained in:
@@ -135,6 +135,7 @@ import ProjectManager from "@/components/project/ProjectManagerNew";
|
||||
import {getTrainOrg} from "../../api/lecturerFeeManagement";
|
||||
import { queryTeacherFeeTotalList, queryTeacherFeeMonthly, getTeacherFeeDetailListByTeacherNo, getTeacherFeeListByTeacherNo ,getPreviousTeacherfee} from "../../api/lecturerFeeStatistics";
|
||||
import {CostDetails} from "../lecturer/CostDetails.vue"
|
||||
import * as api from '@/api/Lecturer'
|
||||
export default {
|
||||
name: "MonthlyStatistics",
|
||||
components: {
|
||||
@@ -167,6 +168,9 @@ export default {
|
||||
payrollPlaceId: null,
|
||||
departId: null,
|
||||
summaryDate:null,
|
||||
id: '5',
|
||||
name: '李玉冰',
|
||||
trainOrgId: '1820781519658237968',
|
||||
},
|
||||
teacherNo:null,
|
||||
drawer: {
|
||||
@@ -304,9 +308,9 @@ export default {
|
||||
// List接口数据
|
||||
const getTableDate = (obj) => {
|
||||
state.tableLoading = true
|
||||
state.searchParam.summaryDate= state.id
|
||||
queryTeacherFeeMonthly(state.searchParam)
|
||||
api.expenseSummaryById(state.searchParam)
|
||||
.then((res) => {
|
||||
console.log(res,'resssss')
|
||||
tableData.value = res.data.data.records
|
||||
state.tableDataTotal = Number(res.data.data.total);
|
||||
state.tableLoading = false
|
||||
|
||||
Reference in New Issue
Block a user