Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
e4d7b2bd
Commit
e4d7b2bd
authored
2 years ago
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
e62da8f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
11 deletions
+25
-11
ImpressionTicketCommissionConfiguration.vue
...nancialModule/ImpressionTicketCommissionConfiguration.vue
+25
-11
No files found.
src/components/FinancialModule/ImpressionTicketCommissionConfiguration.vue
View file @
e4d7b2bd
...
...
@@ -72,10 +72,10 @@
:key=
"sIndex"
>
<template
v-if=
"item.EmpType==2"
>
{{
'引流 '
+
son
.
StartValue
+
' 条, '
}}
<span>
{{
son
.
EndValue
&&
son
.
EndValue
!=-
1
?
'成交 '
:
'成交 '
}}
</span><span
v-if=
"son.EndValue && son.EndValue!=-1"
>
{{
son
.
EndValue
+
' 单'
}}
</span>
{{
'
平均
引流 '
+
son
.
StartValue
+
' 条, '
}}
<span>
{{
son
.
EndValue
&&
son
.
EndValue
!=-
1
?
'成交 '
:
'成交 '
}}
</span><span
v-if=
"son.EndValue && son.EndValue!=-1"
>
{{
son
.
EndValue
+
' 单'
}}
</span>
</
template
>
<
template
v-if=
"item.EmpType==1"
>
{{
son
.
StartValue
}}
<span>
{{
son
.
EndValue
&&
son
.
EndValue
!=-
1
?
'<
利润<='
:
'<
利润'
}}
</span><span
v-if=
"son.EndValue && son.EndValue!=-1"
>
{{
son
.
EndValue
}}
</span>
{{
son
.
StartValue
}}
<span>
{{
son
.
EndValue
&&
son
.
EndValue
!=-
1
?
'<
平均利润<='
:
'<平均
利润'
}}
</span><span
v-if=
"son.EndValue && son.EndValue!=-1"
>
{{
son
.
EndValue
}}
</span>
</
template
>
</th>
</tr>
...
...
@@ -97,7 +97,7 @@
<th
style=
"min-width: 220px;"
v-for=
"( son , sIndex ) in item.CommissionRateList"
:key=
"sIndex"
>
{{ son.StartValue }}
<span>
{{son.EndValue
&&
son.EndValue!=-1?'
<
业绩<='
:
'<业绩
'}}</
span
><span
v-if=
"son.EndValue && son.EndValue!=-1"
>
{{ son.EndValue }}
</span></th>
>
{{ son.StartValue }}
<span>
{{son.EndValue
&&
son.EndValue!=-1?'
<
平均利润<='
:
'<平均利润
'}}</
span
><span
v-if=
"son.EndValue && son.EndValue!=-1"
>
{{ son.EndValue }}
</span></th>
</tr>
<tr>
<td
style=
"min-width: 220px;"
v-for=
"( son , sIndex ) in item.CommissionRateList"
:key=
"sIndex"
>
{{ son.Rate }}%
</td>
...
...
@@ -116,7 +116,7 @@
<th
style=
"min-width: 220px;"
v-for=
"( son , sIndex ) in item.BonusRateList"
:key=
"sIndex"
>
{{ son.StartValue }}
<span>
{{son.EndValue
&&
son.EndValue!=-1?'
<
业绩<='
:
'<业绩
'}}</
span
><span
v-if=
"son.EndValue && son.EndValue!=-1"
>
{{ son.EndValue }}
</span></th>
>
{{ son.StartValue }}
<span>
{{son.EndValue
&&
son.EndValue!=-1?'
<
当月利润<='
:
'<当月利润
'}}</
span
><span
v-if=
"son.EndValue && son.EndValue!=-1"
>
{{ son.EndValue }}
</span></th>
</tr>
<tr>
<td
style=
"min-width: 220px;"
v-for=
"( son , sIndex ) in item.BonusRateList"
:key=
"sIndex"
>
{{ son.Rate }}%
</td>
...
...
@@ -145,7 +145,7 @@
</el-form-item>
</div>
<el-form-item
class=
"ImpressionTicketing-OuterFrame"
label-width=
"0px"
>
<p
class=
"ImpressionTicketing-title"
>
工资比例
</p>
<p
class=
"ImpressionTicketing-title"
>
基本工资({{msg.EmpType==1?'自然季度平均利润业绩金额':'自然季度平均引流条数'}})
</p>
<div
class=
"ImpressionTicketing-msgbox"
v-for=
"(item,index) in form.WageRateList"
:key=
"index"
>
<div>
...
...
@@ -188,7 +188,7 @@
</div>
</el-form-item>
<el-form-item
class=
"ImpressionTicketing-OuterFrame"
label-width=
"0px"
>
<p
class=
"ImpressionTicketing-title"
>
提成比例
</p>
<p
class=
"ImpressionTicketing-title"
>
提成比例
(自然季度平均利润业绩金额)
</p>
<div
class=
"ImpressionTicketing-msgbox"
v-for=
"(item,index) in form.CommissionRateList"
:key=
"index"
>
<div>
<el-form-item
...
...
@@ -219,8 +219,11 @@
:rules=
"rules.Rate2"
label-width=
"100px"
label-position=
"left"
>
<el-input
onkeyup=
"this.value=this.value.replace(/[^\d.]/g,'');"
:min=
"0"
:max=
"99999999"
v-model=
"item.Rate"
></el-input>
<div
class=
"Impression-ratio-box"
>
<el-input
onkeyup=
"this.value=this.value.replace(/[^\d.]/g,'');"
:min=
"0"
:max=
"99999999"
v-model=
"item.Rate"
></el-input>
<span
class=
"Impression-ratio-right"
>
%
</span>
</div>
</el-form-item>
</div>
<div
class=
"ImpressionTicketing-msg-but"
>
...
...
@@ -230,7 +233,7 @@
</div>
</el-form-item>
<el-form-item
class=
"ImpressionTicketing-OuterFrame"
label-width=
"0px"
>
<p
class=
"ImpressionTicketing-title"
>
年终比例
</p>
<p
class=
"ImpressionTicketing-title"
>
年终比例
(当月月业绩利润)
</p>
<div
class=
"ImpressionTicketing-msgbox"
v-for=
"(item,index) in form.BonusRateList"
:key=
"index"
>
<div>
<el-form-item
...
...
@@ -261,8 +264,11 @@
:rules=
"rules.Rate2"
label-width=
"100px"
label-position=
"left"
>
<el-input
onkeyup=
"this.value=this.value.replace(/[^\d.]/g,'');"
:min=
"0"
:max=
"99999999"
v-model=
"item.Rate"
></el-input>
<div
class=
"Impression-ratio-box"
>
<el-input
onkeyup=
"this.value=this.value.replace(/[^\d.]/g,'');"
:min=
"0"
:max=
"99999999"
v-model=
"item.Rate"
></el-input>
<span
class=
"Impression-ratio-right"
>
%
</span>
</div>
</el-form-item>
</div>
<div
class=
"ImpressionTicketing-msg-but"
>
...
...
@@ -672,4 +678,12 @@
/
deep
/
.el-input-number
.el-input__inner
{
text-align
:
left
;
}
.Impression-ratio-box
{
display
:
flex
;
justify-content
:
space-between
;
}
.Impression-ratio-right
{
font-size
:
13px
;
margin-left
:
5px
;
}
</
style
>
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