mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 05:16:45 +08:00
讲师管理bug
This commit is contained in:
@@ -40,7 +40,7 @@ export const queryTeacherFeeTotalList= (obj) => http.post('/teacher/fee/queryTea
|
||||
//汇总上月讲师费
|
||||
export const getPreviousTeacherFee= (obj) => http.post('/teacher/fee/getPreviousTeacherFee',obj)
|
||||
//汇总上月讲师费月度数据
|
||||
export const CreateMonthSummary= (obj) => http.post('/admin/expenseSummary/CreateMonthSummary',obj)
|
||||
export const CreateMonthSummary= (obj) => http.post('/admin/expenseSummary/createMonthSummary',obj)
|
||||
//讲师费统计列表
|
||||
export const expenseSummaryList= (obj) => http.get('/admin/expenseSummary/list',{params:obj})
|
||||
//提交/撤回
|
||||
@@ -50,6 +50,6 @@ export const CreateSummary= () => http.post('/admin/expenseBill/CreateSummary')
|
||||
//审批列表中编辑讲师费审批弹框-查询讲师费
|
||||
export const queryExpnseByBillId= (obj) => http.get('/admin/expenseBill/queryExpnseByBillId',{params:obj})
|
||||
//
|
||||
export const CreateSummaryAgain= () => http.post('/admin/expenseBill/CreateSummaryAgain')
|
||||
export const CreateSummaryAgain= () => http.post('/admin/expenseBill/createSummaryAgain')
|
||||
//
|
||||
export const submitApproval= (obj) => http.post('/admin/expenseBill/submitApproval',obj)
|
||||
@@ -255,8 +255,8 @@ export default {
|
||||
},
|
||||
{
|
||||
title: '汇总日期 ',
|
||||
dataIndex: 'summaryDate',
|
||||
key: 'summaryDate',
|
||||
dataIndex: 'summaryTime',
|
||||
key: 'summaryTime',
|
||||
ellipsis: true,
|
||||
align: "center",
|
||||
width: 200,
|
||||
|
||||
Reference in New Issue
Block a user