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
7c37bd53
Commit
7c37bd53
authored
Dec 23, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改业绩提成规则样式和提成列表的文字
parent
81c41197
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
17 deletions
+20
-17
AchievementsForOrderList.vue
src/pages/financial/market/AchievementsForOrderList.vue
+5
-4
AchievementsUserDetailList.vue
src/pages/financial/market/AchievementsUserDetailList.vue
+5
-4
commissionRule.vue
src/pages/financial/market/commissionRule.vue
+7
-6
marketStatistics.vue
src/pages/financial/market/marketStatistics.vue
+3
-3
No files found.
src/pages/financial/market/AchievementsForOrderList.vue
View file @
7c37bd53
...
...
@@ -76,6 +76,8 @@
<div><span
style=
"cursor: pointer;text-decoration: underline;"
@
click=
"goUrlclass('/course/classManage',scope.row.ClassName)"
>
{{
scope
.
row
.
ClassName
}}
</span>
{{
scope
.
row
.
ClassTypeName
}}
<span
style=
"color: #409EFF;"
v-if=
'scope.row.IsContinueClass==1'
>
(续)
</span></div>
<div
v-if=
"scope.row.StudentCount"
>
学生数量:
{{
scope
.
row
.
StudentCount
}}
人
</div>
<div
v-if=
"scope.row.ClassNo"
>
班号:
{{
scope
.
row
.
ClassNo
}}
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"OrderId"
label=
"订单号"
>
...
...
@@ -100,17 +102,16 @@
</el-table-column>
<el-table-column
prop=
"TotalHours"
label=
"课时统计"
width=
"160"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.TotalHours"
>
总课时:
{{
scope
.
row
.
TotalHours
}}
</div>
<div
v-if=
"scope.row.TotalHours"
>
总
计
课时:
{{
scope
.
row
.
TotalHours
}}
</div>
<div
v-if=
"scope.row.TotalLearn"
>
已学习课时:
<div
学习课时:
<div
style=
" display: inline-block;cursor: pointer;text-decoration: underline;"
@
click=
"goUrlkehao('/financial/studentsClassfee', scope.row)"
>
{{
scope
.
row
.
TotalLearn
}}
</div>
</div>
<div
v-if=
"scope.row.CurrentHours"
>
当期
消费
课时:
{{
scope
.
row
.
CurrentHours
>=
0
?
scope
.
row
.
CurrentHours
:
'-'
}}
</div>
>
当期课时:
{{
scope
.
row
.
CurrentHours
>=
0
?
scope
.
row
.
CurrentHours
:
'-'
}}
</div>
</
template
>
</el-table-column>
<!-- <el-table-column prop="TotalHours" label="总课时"> </el-table-column>
...
...
src/pages/financial/market/AchievementsUserDetailList.vue
View file @
7c37bd53
...
...
@@ -146,6 +146,8 @@
>
(续)
</span>
</div>
<div
v-if=
"scope.row.StudentCount"
>
学生数量:
{{
scope
.
row
.
StudentCount
}}
人
</div>
<div
v-if=
"scope.row.ClassNo"
>
班号:
{{
scope
.
row
.
ClassNo
}}
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"OrderId"
label=
"订单号"
>
...
...
@@ -187,17 +189,16 @@
</el-table-column>
<el-table-column
prop=
"TotalHours"
label=
"课时统计"
width=
"160"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.TotalHours"
>
总课时:
{{
scope
.
row
.
TotalHours
}}
</div>
<div
v-if=
"scope.row.TotalHours"
>
总
计
课时:
{{
scope
.
row
.
TotalHours
}}
</div>
<div
v-if=
"scope.row.TotalLearn"
>
已学习课时:
<div
学习课时:
<div
style=
" display: inline-block;cursor: pointer;text-decoration: underline;"
@
click=
"goUrlkehao('/financial/studentsClassfee', scope.row)"
>
{{
scope
.
row
.
TotalLearn
}}
</div>
</div>
<div
v-if=
"scope.row.CurrentHours"
>
当期
消费
课时:
{{
scope
.
row
.
CurrentHours
>=
0
?
scope
.
row
.
CurrentHours
:
'-'
}}
</div>
>
当期课时:
{{
scope
.
row
.
CurrentHours
>=
0
?
scope
.
row
.
CurrentHours
:
'-'
}}
</div>
</
template
>
</el-table-column>
<!-- <el-table-column prop="TotalHours" label="总课时"> </el-table-column>
...
...
src/pages/financial/market/commissionRule.vue
View file @
7c37bd53
...
...
@@ -66,11 +66,11 @@
v-loading=
"loading"
>
<tr>
<th
width=
"
8%
"
>
方案名称
</th>
<th
width=
"
100"
style=
"min-width: 100px;max-width: 100px;
"
>
方案名称
</th>
<th
width=
"5%"
>
类型
</th>
<th
width=
"15%"
>
校区
</th>
<th
width=
"5%"
>
课程类型
</th>
<th
width=
"
25%
"
>
课程
</th>
<th
width=
""
>
课程
</th>
<th
width=
"7%"
>
首次发放比例
</th>
<th
width=
"5%"
>
课程比例
</th>
<th
width=
"10%"
>
提成人员
</th>
...
...
@@ -163,7 +163,7 @@
</td>
</tr>
</table>
<table
<
!--
<
table
class=
"po_content singeRowTable"
style=
"border:1px solid #E6E6E6;"
cellspacing=
"0"
...
...
@@ -172,7 +172,7 @@
<tr>
<th
>
业绩比例
</th>
</tr>
</table>
</table>
-->
<div
style=
"width:100%;overflow-x: auto;"
>
<table
class=
"po_content singeRowTable"
...
...
@@ -180,14 +180,15 @@
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<td
rowspan=
"2"
width=
"100"
style=
"min-width: 100px;"
>
提成比例
</td>
<th
style=
"min-width: 260px;"
v-for=
"( son , sIndex ) in item.RateList"
:key=
"sIndex"
>
{{
son
.
StartValue
}}
<span>
{{
son
.
EndValue
&&
son
.
EndValue
!=-
1
?
'<业绩<='
:
'<业绩'
}}
</span><span
v-if=
"son.EndValue && son.EndValue!=-1"
>
{{
son
.
EndValue
}}
</span></th>
</tr>
<tr
style=
"
width: 1040px;overflow-x: auto;
"
>
<tr
style=
""
>
<td
style=
"min-width: 260px;"
v-for=
"( son , sIndex ) in item.RateList"
:key=
"sIndex"
>
{{
son
.
Rate
}}
%
</td>
</tr>
...
...
src/pages/financial/market/marketStatistics.vue
View file @
7c37bd53
...
...
@@ -156,9 +156,9 @@
</el-table-column>
<el-table-column
prop=
"TotalHours"
label=
"课时统计"
width=
'160'
>
<
template
slot-scope=
"scope"
>
<div>
总课时:
{{
scope
.
row
.
TotalHours
}}
</div>
<div>
已
学习课时:
{{
scope
.
row
.
TotalLearn
}}
</div>
<div>
当期
消费
课时:
{{
scope
.
row
.
CurrentHours
>=
0
?
scope
.
row
.
CurrentHours
:
'-'
}}
</div>
<div>
总
计
课时:
{{
scope
.
row
.
TotalHours
}}
</div>
<div>
学习课时:
{{
scope
.
row
.
TotalLearn
}}
</div>
<div>
当期课时:
{{
scope
.
row
.
CurrentHours
>=
0
?
scope
.
row
.
CurrentHours
:
'-'
}}
</div>
</
template
>
</el-table-column>
...
...
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