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
9f32d332
Commit
9f32d332
authored
Oct 19, 2023
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1be470ca
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
616 additions
and
325 deletions
+616
-325
HotelOrderList.vue
src/components/Hotel/reservation/HotelOrderList.vue
+1
-0
OrderList.vue
src/components/Hotel/reservation/OrderList.vue
+197
-99
OrderList.vue
src/components/SingleAirTicket/components/OrderList.vue
+5
-0
orderList.vue
...omponents/busManagement/BookAcar/components/orderList.vue
+203
-110
OrderList.vue
src/components/myOrdersAllType/components/OrderList.vue
+2
-0
OrderList.vue
src/components/scenicSpot/reservation/OrderList.vue
+208
-116
No files found.
src/components/Hotel/reservation/HotelOrderList.vue
View file @
9f32d332
...
...
@@ -334,6 +334,7 @@
CostMoney
:
item
.
CostMoney
,
PlatformTax
:
item
.
PlatformTax
,
Refund
:
item
.
Refund
,
PlatformMoney
:
item
.
PlatformMoney
,
HandFittingIncome
:
item
.
HandFittingIncome
,
HandFittingTax
:
item
.
HandFittingTax
}
...
...
src/components/Hotel/reservation/OrderList.vue
View file @
9f32d332
This diff is collapsed.
Click to expand it.
src/components/SingleAirTicket/components/OrderList.vue
View file @
9f32d332
...
...
@@ -668,6 +668,11 @@
{{
scope
.
row
.
IncomeMoney
}}
</
template
>
</el-table-column>
<el-table-column
label=
"在途金额"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
PlatformMoney
}}
</
template
>
</el-table-column>
<el-table-column
label=
"退款"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
BackMoney
}}
...
...
src/components/busManagement/BookAcar/components/orderList.vue
View file @
9f32d332
This diff is collapsed.
Click to expand it.
src/components/myOrdersAllType/components/OrderList.vue
View file @
9f32d332
...
...
@@ -52,6 +52,8 @@
</el-table-column>
<el-table-column
sortable
prop=
"Income"
label=
"实收"
>
</el-table-column>
<el-table-column
sortable
prop=
"PlatformMoney"
label=
"在途金额"
min-width=
"100"
>
</el-table-column>
<el-table-column
sortable
prop=
"PreferTipAmount"
label=
"人头小费"
min-width=
"101"
>
</el-table-column>
<el-table-column
sortable
prop=
"PlatformTax"
label=
"手续费"
min-width=
"100"
>
...
...
src/components/scenicSpot/reservation/OrderList.vue
View file @
9f32d332
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