Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
3cfc6a78
Commit
3cfc6a78
authored
Dec 20, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2ccb891c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
267 additions
and
181 deletions
+267
-181
index.js
src/api/finance/index.js
+49
-0
courseConsultant.vue
src/pages/financial/market/courseConsultant.vue
+218
-181
No files found.
src/api/finance/index.js
View file @
3cfc6a78
...
@@ -596,6 +596,55 @@ export function getTeacherContributeConfig(data) {
...
@@ -596,6 +596,55 @@ export function getTeacherContributeConfig(data) {
});
});
}
}
/**
* 获取人头奖金配置分页列表
*/
export
function
GetBounsPlanPage
(
data
)
{
return
request
({
url
:
'/Bonus/GetBounsPlanPage'
,
method
:
'post'
,
data
});
}
/**
* 新增修改人头奖金配置
*/
export
function
SetBounsPlan
(
data
)
{
return
request
({
url
:
'/Bonus/SetBounsPlan'
,
method
:
'post'
,
data
});
}
/**
* 新增修改人头奖金配置
*/
export
function
RemoveBonusPlan
(
data
)
{
return
request
({
url
:
'/Bonus/RemoveBonusPlan'
,
method
:
'post'
,
data
});
}
/**
* 获取人头奖金配置
*/
export
function
GetBonusPlan
(
data
)
{
return
request
({
url
:
'/Bonus/GetBonusPlan'
,
method
:
'post'
,
data
});
}
...
...
src/pages/financial/market/courseConsultant.vue
View file @
3cfc6a78
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment