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
2b9a4462
Commit
2b9a4462
authored
Jun 02, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
f9996ff3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
operation.vue
src/components/temp/operation.vue
+6
-4
No files found.
src/components/temp/operation.vue
View file @
2b9a4462
...
@@ -417,7 +417,7 @@
...
@@ -417,7 +417,7 @@
</div>
</div>
<p>
系列团、小包团助理op人头奖励
</p>
<p>
系列团、小包团助理op人头奖励
</p>
<div
class=
"groupTourOrder"
>
<div
class=
"groupTourOrder"
>
<span>
报名
人数:
<span>
{{ZLOPAward.TravelPeopleNum}}
</span></span>
<span>
团队
人数:
<span>
{{ZLOPAward.TravelPeopleNum}}
</span></span>
<span>
单价:
<span>
{{ZLOPAward.TravelUnitPrice}}元/人
</span></span>
<span>
单价:
<span>
{{ZLOPAward.TravelUnitPrice}}元/人
</span></span>
<span>
预期提成:
<span>
{{ZLOPAward.TravelCommission}}
</span></span>
<span>
预期提成:
<span>
{{ZLOPAward.TravelCommission}}
</span></span>
</div>
</div>
...
@@ -429,7 +429,7 @@
...
@@ -429,7 +429,7 @@
</div>
</div>
<p>
落地散、单项人头奖励
</p>
<p>
落地散、单项人头奖励
</p>
<div
class=
"groupTourOrder"
>
<div
class=
"groupTourOrder"
>
<span>
报名
人数:
<span>
{{ZLOPAward.SinglePeopleNum}}
</span></span>
<span>
订单
人数:
<span>
{{ZLOPAward.SinglePeopleNum}}
</span></span>
<span>
单价:
<span>
{{ZLOPAward.SingleUnitPrice}}元/人
</span></span>
<span>
单价:
<span>
{{ZLOPAward.SingleUnitPrice}}元/人
</span></span>
<span>
预期提成:
<span>
{{ZLOPAward.SingleCommission}}
</span></span>
<span>
预期提成:
<span>
{{ZLOPAward.SingleCommission}}
</span></span>
</div>
</div>
...
@@ -684,7 +684,7 @@
...
@@ -684,7 +684,7 @@
this
.
groupNum
+=
item
.
TravelAward
.
TravelNum
this
.
groupNum
+=
item
.
TravelAward
.
TravelNum
this
.
groupNum
+=
item
.
PeopleAward
.
TravelNum
this
.
groupNum
+=
item
.
PeopleAward
.
TravelNum
if
(
item
.
SingleVisa
.
Way
==
1
){
if
(
item
.
SingleVisa
.
Way
==
1
){
this
.
EopleNum
+=
item
.
SingleVisa
.
Peop
el
Num
this
.
EopleNum
+=
item
.
SingleVisa
.
Peop
le
Num
}
}
if
(
item
.
SingleVisa
.
Way
==
1
){
if
(
item
.
SingleVisa
.
Way
==
1
){
this
.
OrderNum
+=
item
.
SingleVisa
.
OrderNum
this
.
OrderNum
+=
item
.
SingleVisa
.
OrderNum
...
@@ -703,7 +703,9 @@
...
@@ -703,7 +703,9 @@
})
})
this
.
ZLOPAward
=
res
.
data
.
data
.
ZLOPAward
this
.
ZLOPAward
=
res
.
data
.
data
.
ZLOPAward
this
.
OrderNum
+=
this
.
ZLOPAward
.
SinglePeopleNum
// this.OrderNum += this.ZLOPAward.SinglePeopleNum
this
.
EopleNum
+=
this
.
ZLOPAward
.
TravelPeopleNum
this
.
EopleNum
+=
this
.
ZLOPAward
.
SinglePeopleNum
this
.
yuqiticheng
+=
(
this
.
ZLOPAward
.
TravelCommission
*
100
)
this
.
yuqiticheng
+=
(
this
.
ZLOPAward
.
TravelCommission
*
100
)
this
.
yuqiticheng
+=
(
this
.
ZLOPAward
.
SingleCommission
*
10
)
this
.
yuqiticheng
+=
(
this
.
ZLOPAward
.
SingleCommission
*
10
)
this
.
yuqiticheng
=
this
.
yuqiticheng
/
100
this
.
yuqiticheng
=
this
.
yuqiticheng
/
100
...
...
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