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
abace8d0
Commit
abace8d0
authored
May 26, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
8df1e911
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
4 deletions
+33
-4
CommissionRule.vue
...mponents/FinancialModule/OPExtraReward/CommissionRule.vue
+33
-4
No files found.
src/components/FinancialModule/OPExtraReward/CommissionRule.vue
View file @
abace8d0
...
...
@@ -26,6 +26,10 @@
<th
width=
"100"
style=
"min-width: 100px;max-width: 100px;"
>
方案名称
</th>
<th
width=
"200"
class=
"left-text-indent"
>
线路
</th>
<th
width=
"100"
>
提成方式
</th>
<th
width=
"100"
>
单签提成比
</th>
<th
width=
"100"
>
团签奖励
</th>
<th
width=
"100"
>
团签助奖
</th>
<th
width=
"100"
>
单/落助人头奖
</th>
<th
width=
"150"
style=
"min-width: 150px;max-width: 150px;"
>
修改时间
</th>
<th
width=
"150"
style=
"min-width: 150px;max-width: 150px;"
>
操作
</th>
</tr>
...
...
@@ -39,6 +43,16 @@
<td
style=
"padding: 0 10px;"
>
{{
item
.
SingleVisaWay
==
1
?
'人头奖励'
:
item
.
SingleVisaWay
==
2
?
'利润比'
:
'-'
}}
</td>
<td>
<span
v-if=
"item.FSingleVisaMoney"
>
总公司:
</span>
{{
item
.
SingleVisaRate
}}{{
item
.
SingleVisaWay
==
1
?
'/人'
:
item
.
SingleVisaWay
==
2
?
'%'
:
'-'
}}
<div
v-if=
"item.FSingleVisaMoney"
>
分公司:
{{
item
.
FSingleVisaMoney
}}
/人
</div>
</td>
<td>
<span
v-if=
"item.FTravelVisaMoney"
>
总公司:
</span>
{{
item
.
TravelVisaMoney
}}
/人
<div
v-if=
"item.FTravelVisaMoney"
>
分公司:
{{
item
.
FTravelVisaMoney
}}
/人
</div>
</td>
<td>
{{
item
.
TravelVisaZLMoney
}}
/人
</td>
<td>
{{
item
.
SingleZLMoney
}}
/人
</td>
<td
style=
"padding: 0 10px;"
>
<p>
{{
item
.
UpdateBy
}}
</p>
<span>
...
...
@@ -128,7 +142,7 @@
style=
"width: 100%;border:1px solid #E6E6E6;display: flex;align-items: center;justify-content: center;height: 60px;margin-top: 30px;"
>
暂无数据
</div>
<el-dialog
:title=
"titleName"
:visible
.
sync=
"ruleVisible"
width=
"750px"
@
close=
"resetForm('form')"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"1
0
0px"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"1
2
0px"
>
<div
class=
"titleOP"
>
总公司OP提成
</div>
<div
class=
"ImpressionTicketing-msgbox bottom0"
>
<el-row>
...
...
@@ -179,6 +193,14 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"单/落助人头奖"
prop=
"SingleZLMoney"
>
<div
class=
"Impression-ratio-box"
>
<el-input
type=
"Number"
v-model=
"form.SingleZLMoney"
clearable
></el-input>
<span
class=
"Impression-ratio-right"
>
/人
</span>
</div>
</el-form-item>
</el-col>
<el-col
:span=
"16"
>
<el-form-item
label=
"线路"
prop=
"LineIdList"
>
<el-select
class=
"multiple_input"
filterable
multiple
collapse-tags
...
...
@@ -293,7 +315,7 @@
<div
class=
"titleOP"
>
分公司OP提成
</div>
<div
class=
"ImpressionTicketing-msgbox bottom0"
>
<el-row>
<el-col
:span=
"8"
v-if=
"form.SingleVisaWay"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"单签人头奖"
prop=
"FSingleVisaMoney"
:rules=
"form.SingleVisaWay==1?rules.SingleVisaRate2:rules.SingleVisaRate"
>
<div
class=
"Impression-ratio-box"
>
...
...
@@ -490,6 +512,11 @@
message
:
'请输入分公司团签奖励'
,
trigger
:
'blur'
}],
SingleZLMoney
:
[{
required
:
true
,
message
:
'请输入单项/落地散助理人头奖励'
,
trigger
:
'blur'
}],
},
ProfitList
:
{
...
...
@@ -555,7 +582,8 @@
],
IsEnableFBranch
:
0
,
FSingleVisaMoney
:
0
,
FTravelVisaMoney
:
0
FTravelVisaMoney
:
0
,
SingleZLMoney
:
0
,
},
ruleLoading
:
false
,
ruleVisible
:
false
,
...
...
@@ -641,7 +669,8 @@
FProfitList
:
item
.
FProfitList
&&
item
.
FProfitList
.
length
>
0
?
item
.
FProfitList
:
item
.
IsEnableFBranch
>
0
?[
this
.
FProfitList
]:[],
FExtraList
:
item
.
FExtraList
&&
item
.
FExtraList
.
length
>
0
?
item
.
FExtraList
:[
this
.
FExtraList
],
FSingleVisaMoney
:
item
.
FSingleVisaMoney
,
FTravelVisaMoney
:
item
.
FTravelVisaMoney
FTravelVisaMoney
:
item
.
FTravelVisaMoney
,
SingleZLMoney
:
item
.
SingleZLMoney
,
}
},
Delete
(
item
){
//删除
...
...
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