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
75c2f4c9
Commit
75c2f4c9
authored
Apr 20, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
cfa28aab
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
551 additions
and
319 deletions
+551
-319
index.js
src/api/finance/index.js
+11
-0
performanceCommission.vue
src/pages/financial/reportform/performanceCommission.vue
+539
-318
studentTracking.vue
src/pages/sale/studentTracking.vue
+1
-1
No files found.
src/api/finance/index.js
View file @
75c2f4c9
...
...
@@ -605,6 +605,17 @@ export function getTeacherContributeConfig(data) {
data
});
}
/**
* 获取业绩提成排名
*
*/
export
function
GetSellAchievementsRankStat_V2
(
data
)
{
return
request
({
url
:
'/SellAchievements/GetSellAchievementsRankStat_NewV2'
,
method
:
'post'
,
data
})
}
/**
* 获取人头奖金配置分页列表
...
...
src/pages/financial/reportform/performanceCommission.vue
View file @
75c2f4c9
This diff is collapsed.
Click to expand it.
src/pages/sale/studentTracking.vue
View file @
75c2f4c9
...
...
@@ -800,7 +800,7 @@
this
.
dataList
=
res
.
Data
.
PageData
;
this
.
PageCount
=
res
.
Data
.
PageCount
;
this
.
titlelist
=
[];
for
(
let
i
=
0
;
i
<
this
.
RListlength
;
i
++
)
{
for
(
let
i
=
0
;
i
<
this
.
RList
.
length
;
i
++
)
{
let
obj
=
[{
Name
:
'月份/续费/转介'
,
Id
:
1
,
...
...
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