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
5f13e1e4
Commit
5f13e1e4
authored
Apr 06, 2022
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
98d89f78
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
marketCommissionfrom.vue
src/components/finance/marketCommissionfrom.vue
+1
-1
commissionRule.vue
src/pages/financial/market/commissionRule.vue
+4
-4
No files found.
src/components/finance/marketCommissionfrom.vue
View file @
5f13e1e4
...
@@ -96,7 +96,7 @@
...
@@ -96,7 +96,7 @@
ref=
"CourseRate"
ref=
"CourseRate"
class=
"col-12 q-pb-lg"
class=
"col-12 q-pb-lg"
label=
"课程比例(%)"
label=
"课程比例(%)"
:rules=
"[val =>
!!val
|| '请填写课程比例']"
:rules=
"[val =>
val >=0
|| '请填写课程比例']"
/>
/>
</div>
</div>
...
...
src/pages/financial/market/commissionRule.vue
View file @
5f13e1e4
...
@@ -94,7 +94,7 @@
...
@@ -94,7 +94,7 @@
<span
v-if=
"item.CourseType == 2"
>
不包含
</span>
<span
v-if=
"item.CourseType == 2"
>
不包含
</span>
</td>
</td>
<td
style=
"padding: 0 10px;"
>
<td
style=
"padding: 0 10px;"
>
<span
v-for=
"( son , sIndex ) in item.CourseList"
>
<span
v-for=
"( son , sIndex ) in item.CourseList"
:key=
"sIndex"
>
<span
v-if=
"sIndex
<4
"
>
{{
son
.
CourseName
}}{{
item
.
CourseList
.
length
==
sIndex
+
1
?
''
:
'、'
}}
</span>
<span
v-if=
"sIndex
<4
"
>
{{
son
.
CourseName
}}{{
item
.
CourseList
.
length
==
sIndex
+
1
?
''
:
'、'
}}
</span>
</span>
</span>
<el-popover
<el-popover
...
@@ -114,7 +114,7 @@
...
@@ -114,7 +114,7 @@
<span
>
{{
item
.
CourseRate
+
'%'
}}
</span>
<span
>
{{
item
.
CourseRate
+
'%'
}}
</span>
</td>
</td>
<td
style=
"padding: 0 10px;"
>
<td
style=
"padding: 0 10px;"
>
<span
v-for=
"( son , sIndex ) in item.EmpList"
>
<span
v-for=
"( son , sIndex ) in item.EmpList"
:key=
"sIndex"
>
<span
v-if=
"sIndex
<8
"
>
{{
son
.
EmployeeName
}}{{
item
.
EmpList
.
length
==
sIndex
+
1
?
''
:
'、'
}}
</span>
<span
v-if=
"sIndex
<8
"
>
{{
son
.
EmployeeName
}}{{
item
.
EmpList
.
length
==
sIndex
+
1
?
''
:
'、'
}}
</span>
</span>
</span>
<el-popover
<el-popover
...
@@ -128,7 +128,7 @@
...
@@ -128,7 +128,7 @@
</el-popover>
</el-popover>
</td>
</td>
<td
style=
"padding: 0 10px;"
>
<td
style=
"padding: 0 10px;"
>
<span
v-for=
"( son , sIndex ) in item.ChildEmpList"
>
<span
v-for=
"( son , sIndex ) in item.ChildEmpList"
:key=
"sIndex"
>
<span
v-if=
"sIndex
<8
"
>
{{
son
.
EmployeeName
}}{{
item
.
ChildEmpList
.
length
==
sIndex
+
1
?
''
:
'、'
}}
</span>
<span
v-if=
"sIndex
<8
"
>
{{
son
.
EmployeeName
}}{{
item
.
ChildEmpList
.
length
==
sIndex
+
1
?
''
:
'、'
}}
</span>
</span>
</span>
<el-popover
<el-popover
...
@@ -307,7 +307,7 @@ export default {
...
@@ -307,7 +307,7 @@ export default {
//获取员工列表
//获取员工列表
getEmployeeList
()
{
getEmployeeList
()
{
queryEmployee
({
queryEmployee
({
IsLeave
:
1
IsLeave
:
0
}).
then
(
res
=>
{
}).
then
(
res
=>
{
this
.
loyeeList
=
res
.
Data
;
this
.
loyeeList
=
res
.
Data
;
})
})
...
...
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