Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
罗超
confucius
Commits
88501c77
Commit
88501c77
authored
May 14, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
176f924a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
orderlist.vue
src/components/sale/orderlist.vue
+10
-10
No files found.
src/components/sale/orderlist.vue
View file @
88501c77
...
...
@@ -102,47 +102,47 @@
</td>
<td
style=
"border:none"
>
{{item.GuestNum}}人
</td>
<td
style=
"border:none"
>
<
template
v-if=
"item.Class_Price>=0"
>
<
template
v-if=
"item.Class_Price
&&item.Class_Price
>=0"
>
{{
item
.
Class_Price
.
toFixed
(
2
)
}}
</
template
>
</td>
<td
:style=
"{color:item.Class_Price!=item.Unit_Price?'var(--q-color-negative)':'','border':'none'}"
>
<
template
v-if=
"item.Unit_Price>=0"
>
<
template
v-if=
"item.Unit_Price
&&item.Unit_Price
>=0"
>
{{
item
.
Unit_Price
.
toFixed
(
2
)
}}
</
template
>
</td>
<td
style=
"border:none"
>
<
template
v-if=
"item.PreferPrice>=0"
>
<
template
v-if=
"item.PreferPrice
&&item.PreferPrice
>=0"
>
{{
item
.
PreferPrice
.
toFixed
(
2
)
}}
</
template
>
</td>
<td
style=
"border:none"
>
<
template
v-if=
"item.Income>=0"
>
<
template
v-if=
"item.Income
&&item.Income
>=0"
>
{{
item
.
Income
.
toFixed
(
2
)
}}
</
template
>
</td>
<td
style=
"color:var(--q-color-negative);border:none"
>
<
template
v-if=
"item.DiscountMoney>=0"
>
<
template
v-if=
"item.DiscountMoney
&&item.DiscountMoney
>=0"
>
{{
item
.
DiscountMoney
.
toFixed
(
2
)
}}
</
template
>
</td>
<td
style=
"border:none"
>
<
template
v-if=
"item.LessPrice>=0"
>
<
template
v-if=
"item.LessPrice
&&item.LessPrice
>=0"
>
{{
item
.
LessPrice
.
toFixed
(
2
)
}}
</
template
>
</td>
<td
style=
"border:none"
>
<
template
v-if=
"item.Refund>=0"
>
<
template
v-if=
"item.Refund
&&item.Refund
>=0"
>
{{
item
.
Refund
.
toFixed
(
2
)
}}
</
template
>
</td>
<td
style=
"border:none"
>
<
template
v-if=
"item.PlatformTax>=0"
>
<
template
v-if=
"item.PlatformTax
&&item.PlatformTax
>=0"
>
{{
item
.
PlatformTax
.
toFixed
(
2
)
}}
</
template
>
</td>
<td
style=
"color:#2961FE;border:none"
>
<
template
v-if=
"item.DueInMoney>=0"
>
<
template
v-if=
"item.DueInMoney
&&item.DueInMoney
>=0"
>
{{
item
.
DueInMoney
.
toFixed
(
2
)
}}
</
template
>
</td>
...
...
@@ -539,7 +539,7 @@
</
template
>
</td>
<td
style=
"color:#2961FE;border:none"
>
<
template
v-if=
"item.DueInMoney>=0"
>
<
template
v-if=
"item.DueInMoney
&&item.DueInMoney
>=0"
>
{{
item
.
DueInMoney
.
toFixed
(
2
)
}}
</
template
>
</td>
...
...
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