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
909e2bf9
Commit
909e2bf9
authored
Nov 24, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
50fa9531
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
OrderList.vue
src/components/Hotel/reservation/OrderList.vue
+10
-10
No files found.
src/components/Hotel/reservation/OrderList.vue
View file @
909e2bf9
<
style
scoped
>
.row
{
display
:
flex
;}
.row-c
{
display
:
flex
;
align-items
:
center
;}
.column
{
display
:
flex
;
flex-direction
:
column
;}
.column-ac
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;}
.wrap
{
flex-wrap
:
wrap
;}
.column
{
display
:
flex
;
flex-direction
:
column
;}
.column-
jac
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
center
;}
.column-
ac
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;}
.wrap
{
flex-wrap
:
wrap
;}
.justify-sb
{
justify-content
:
space-between
;}
.justify-c
{
justify-content
:
center
;}
.justify-e
{
justify-content
:
flex-end
;
align-items
:
flex-end
;}
.flex-g
{
flex-grow
:
1
;}
.flex-s
{
flex-shrink
:
0
;}
.align-c
{
align-items
:
center
;}
.cblack
{
color
:
black
;}
.cf
{
color
:
#ffffff
;}
.c9e
{
color
:
#9e9e9e
;}
.c20C997
{
color
:
#20C997
;}
.c02C854
{
color
:
#02C854
;}
...
...
@@ -138,7 +138,7 @@
<span
class=
"mr"
>
{{
x
.
RoomTypeName
}}
:
{{
x
.
Number
}}
人间
</span>
<span
class=
"ml mr"
>
人数:
{{
x
.
PeopleNumber
}}
人
</span>
<span
class=
"ml mr"
>
单价:
{{
x
.
Unit_Price
}}
</span>
<span
class=
"ml"
>
小计:
{{
x
.
Money
}}
</span>
<span
class=
"ml"
>
小计:
{{
x
.
Money
}}
{{
scope
.
row
.
CurrencyName
}}
</span>
</div>
</div>
</
template
>
...
...
@@ -293,7 +293,7 @@
<div
class=
"ml"
>
<span
class=
"fz12 ml"
>
¥
</span>
<span
class=
"fz15 fbold"
>
{{item.Money.toFixed(2)}}
</span>
<span
class=
"fz15"
>
元
</span>
<span
class=
"fz15"
>
{{item.CurrencyName}}
</span>
</div>
</div>
<div
class=
"row-c justify-sb borderD py5"
v-if=
"item.CustomerPayType==1 ||item.CustomerPayType==3"
>
...
...
@@ -301,7 +301,7 @@
<div
class=
"ml"
>
<span
class=
"fz10 ml"
>
¥
</span>
<span
class=
"fz14"
>
{{item.SelfPayMoney.toFixed(2)}}
</span>
<span
class=
"fz14"
>
元
</span>
<span
class=
"fz14"
>
{{item.CurrencyName}}
</span>
</div>
</div>
<div
class=
"row-c justify-sb py5"
v-if=
"item.CustomerPayType==2 ||item.CustomerPayType==3"
>
...
...
@@ -309,7 +309,7 @@
<div
class=
"ml"
>
<span
class=
"fz10 ml"
>
¥
</span>
<span
class=
"fz14"
>
{{item.BeforeMoney.toFixed(2)}}
</span>
<span
class=
"fz14"
>
元
</span>
<span
class=
"fz14"
>
{{item.CurrencyName}}
</span>
</div>
</div>
</div>
...
...
@@ -326,12 +326,12 @@
<span
class=
"c059FF6"
>
明细/编辑
</span>
</div>
</div>
<div
v-else
class=
"column-ac px15 bgE8F5E9 radius5 ml fz12 pa20 flex-s c20C997"
>
<div
class=
"mb5"
>
已支付
</div>
<div
v-else
class=
"column-
j
ac px15 bgE8F5E9 radius5 ml fz12 pa20 flex-s c20C997"
>
<
!-- <
div class="mb5">已支付</div>
<div>
<span class="fbold fz14">{{item.Income}}</span>
<span>
元
</span>
</div>
<span>
{{item.CurrencyName}}
</span>
</div>
-->
<div
v-if=
"item.OrderStatus==2"
class=
"orderop"
>
<div
class=
"row-c cursor-pointer radius5 change mt mb"
@
click=
"goRoomDetails(item,'订房详情')"
>
<span
class=
"c059FF6"
>
明细/编辑
</span>
...
...
@@ -465,7 +465,7 @@
);
})
.
catch
(()
=>
{
this
.
$message
.
info
(
"已取消!"
);
});
},
confirmFun
(
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