mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +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)
|
||||
Reference in New Issue
Block a user