Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
c6c6649c
Commit
c6c6649c
authored
Apr 12, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
fad1d0e4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletion
+13
-1
distributionOrder.vue
src/components/UserMan/distributionOrder.vue
+6
-0
orderDetails.vue
src/components/orderMan/orderDetails.vue
+3
-0
orderList.vue
src/components/orderMan/orderList.vue
+4
-1
No files found.
src/components/UserMan/distributionOrder.vue
View file @
c6c6649c
...
...
@@ -153,6 +153,12 @@
</span>
</span></div>
<div><el-tag
effect=
"dark"
type=
"warning"
size=
"mini"
>
{{
item
.
PaymentWayName
}}
</el-tag></div>
<div
style=
"font-size: 12px;margin-top:3px;"
v-if=
"item.CouponMoney&& item.CouponMoney!=''&& item.CouponMoney>0"
>
<span>
优惠金额:¥
{{
item
.
CouponMoney
}}
</span>
</div>
<div
style=
"font-size: 12px;margin-top:3px;"
v-if=
"item.DepositMoney&& item.DepositMoney!=''&& item.DepositMoney>0"
>
<span>
储蓄卡抵扣:¥
{{
item
.
DepositMoney
}}
</span>
</div>
</div>
</div>
<div
flex=
"main:center cross:center"
class=
"app-box-info"
style=
"width: 10%;border-right: 1px solid #EBEEF5;"
>
...
...
src/components/orderMan/orderDetails.vue
View file @
c6c6649c
...
...
@@ -334,6 +334,9 @@
<el-form-item
label=
"抵扣佣金"
v-if=
"dataInfo.OrderInfo&&dataInfo.OrderInfo.DeductionCommission"
>
¥{{dataInfo.OrderInfo.DeductionCommission}}
</el-form-item>
<el-form-item
label=
"储蓄卡抵扣"
v-if=
"dataInfo.DepositMoney"
>
¥{{dataInfo.DepositMoney}}
</el-form-item>
<el-form-item
label=
"实付款"
>
<span
style=
"color: rgb(255, 69, 68);"
>
¥
<b>
{{dataInfo.Income}}
</b></span>
</el-form-item>
...
...
src/components/orderMan/orderList.vue
View file @
c6c6649c
...
...
@@ -219,7 +219,7 @@
<div>
数量:x
{{
list
.
Number
}}
</div>
<el-tag
v-if=
"list.IsApplyForAfterSale && list.IsApplyForAfterSale ==
2
"
size=
"small"
type=
"danger"
>
已退货退款
</el-tag>
<el-tag
v-if=
"list.IsApplyForAfterSale && list.IsApplyForAfterSale ==
1
"
size=
"small"
type=
"danger"
>
已退货退款
</el-tag>
</div>
...
...
@@ -299,6 +299,9 @@
<div
style=
"font-size: 12px;margin-top:3px;"
v-if=
"item.CouponMoney&& item.CouponMoney!=''&& item.CouponMoney>0"
>
<span>
优惠金额:¥
{{
item
.
CouponMoney
}}
</span>
</div>
<div
style=
"font-size: 12px;margin-top:3px;"
v-if=
"item.DepositMoney&& item.DepositMoney!=''&& item.DepositMoney>0"
>
<span>
储蓄卡抵扣:¥
{{
item
.
DepositMoney
}}
</span>
</div>
<div
style=
"font-size: 12px;margin-top:3px;"
v-if=
"item.IntegralMoney&& item.IntegralMoney!=''&& item.IntegralMoney>0"
>
<span>
积分抵用金额:¥
{{
item
.
IntegralMoney
}}
</span>
</div>
...
...
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