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
ffc46466
Commit
ffc46466
authored
Feb 14, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
404e6eb0
1eb9a8db
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
785 additions
and
850 deletions
+785
-850
leaderPay.vue
src/components/LeaderManagement/leaderPay.vue
+356
-339
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+0
-24
flightManagement.vue
src/components/Ticketing/flightManagement.vue
+429
-487
No files found.
src/components/LeaderManagement/leaderPay.vue
View file @
ffc46466
This diff is collapsed.
Click to expand it.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
ffc46466
...
...
@@ -104,7 +104,6 @@
<div
v-for=
"subItem in outItem.HotelOrderList"
>
{{
subItem
.
HotelName
}}
</div>
<!--
<div
style=
"width: 100%;"
>
{{
item
.
HotelName
}}
</div>
-->
</td>
<td>
<div
v-for=
"subItem in outItem.HotelOrderList"
>
...
...
@@ -123,10 +122,6 @@
{{
childItem
.
HouseTypeName
}}
</p>
</div>
<!--
<p
v-for=
"x in item.HouseStatistics.HouseTypeList"
>
{{
x
.
HouseTypeName
}}
</p>
-->
</div>
</td>
<td>
...
...
@@ -138,9 +133,6 @@
</p>
</div>
</div>
<!--
<p
v-for=
"x in item.HouseStatistics.HouseTypeList"
>
{{
x
.
HouseTypeCount
}}
</p>
-->
</div>
</td>
<td>
...
...
@@ -150,9 +142,6 @@
{{
childItem
.
HotelDiscount
}}
</p>
</div>
<!--
<p
v-for=
"x in item.HouseStatistics.HouseTypeList"
>
{{
x
.
HotelDiscount
}}
</p>
-->
</div>
</td>
<td>
...
...
@@ -162,9 +151,6 @@
{{
childItem
.
UnitPrice
}}
</p>
</div>
<!--
<p
v-for=
"x in item.HouseStatistics.HouseTypeList"
>
{{
x
.
UnitPrice
}}
</p>
-->
</div>
</td>
<td>
...
...
@@ -174,9 +160,6 @@
{{
childItem
.
UnitPrice
*
(
childItem
.
HouseGuestNum
-
childItem
.
HotelDiscount
)
}}
</p>
</div>
<!--
<p
v-for=
"x in item.HouseStatistics.HouseTypeList"
>
{{
x
.
UnitPrice
*
(
x
.
HouseGuestNum
-
x
.
HotelDiscount
)
}}
</p>
-->
</div>
</td>
<td>
...
...
@@ -186,23 +169,16 @@
{{
childItem
.
RebateRatio
}}
%
</p>
</div>
<!--
<p
v-for=
"x in item.HouseStatistics.HouseTypeList"
>
{{
item
.
RebateRatio
}}
%
</p>
-->
</div>
</td>
<td>
<div
class=
"alcenter"
>
<div
v-for=
"subItem in outItem.HotelOrderList"
>
<!--
<p
v-for=
"childItem in subItem.HouseStatistics.HouseTypeList"
>
-->
{{
hotelTotalPrice
(
subItem
.
OrderDetailsList
)
}}
<!--
</p>
-->
</div>
</div>
<!--
{{
hotelTotalPrice
(
item
.
HouseStatistics
.
HouseTypeList
)
}}
-->
</td>
<td>
<div
class=
"alcenter"
>
<div
v-for=
"subItem in outItem.HotelOrderList"
>
<p>
...
...
src/components/Ticketing/flightManagement.vue
View file @
ffc46466
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