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
78ef027d
Commit
78ef027d
authored
Nov 02, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
b21e324a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
29 deletions
+2
-29
osOrderDetails.vue
src/components/offlineService/osOrderDetails.vue
+2
-29
No files found.
src/components/offlineService/osOrderDetails.vue
View file @
78ef027d
...
...
@@ -69,12 +69,7 @@
<span
class=
"el-tag el-tag--success el-tag--small el-tag--light is-hit"
>
{{
dataInfo
.
OrderInfo
.
PaymentWayName
}}
</span>
</div>
<div
v-if=
"dataInfo.OrderInfo.DeliveryMethodName && dataInfo.OrderInfo.DeliveryMethodName!=''"
flex=
"dir:left cross:center"
class=
"item-box"
>
<span
class=
"label"
>
配送方式:
</span>
<span
class=
"el-tag el-tag--primary el-tag--small el-tag--light is-hit"
>
{{
dataInfo
.
OrderInfo
.
DeliveryMethodName
}}
</span>
</div>
<div
flex=
"dir:left cross:center"
class=
"item-box"
v-if=
"dataInfo.CouponMoney && dataInfo.CouponMoney !='' && dataInfo.CouponMoney>0"
>
<span
class=
"label"
>
优惠金额:
</span>
...
...
@@ -111,16 +106,6 @@
<span
class=
"label"
>
电话:
</span>
<div>
{{
dataInfo
.
OrderInfo
.
Mobile
}}
</div>
</div>
<div
flex=
"dir:left cross:center"
class=
"item-box"
>
<span
class=
"label"
>
收货地址:
</span>
<div
class=
"express-address"
>
{{
dataInfo
.
OrderInfo
.
DistrictAddress
}}
{{
dataInfo
.
OrderInfo
.
ShoppingAddress
}}
<button
v-if=
"activeStep==2 || activeStep==3"
@
click=
"ExitshAdress(dataInfo.OrderInfo)"
type=
"button"
class=
"el-button el-button--text el-button--small is-circle"
>
<i
class=
"el-icon-edit"
></i>
</button>
</div>
</div>
<div
v-if=
"OrderInfo.OrderExpressList && OrderInfo.OrderExpressList.length==1"
flex=
"dir:top"
class=
"item-box"
>
<div
flex=
"dir:left cross:center"
>
...
...
@@ -290,15 +275,6 @@
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"name"
label=
"规格"
width=
"200"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-tag
:key=
"index2"
v-for=
"(list,index2) in scope.row.SpecificationList"
style=
"top: 5px;position: relative;margin-right: 5px; max-width: 300px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;"
size=
"mini"
>
{{
list
}}
</el-tag>
</
template
>
</el-table-column>
<el-table-column
prop=
"Unit_Price"
label=
"单价"
width=
"120"
align=
"center"
>
<
template
slot-scope=
"scope"
>
¥
{{
scope
.
row
.
Unit_Price
}}
...
...
@@ -323,9 +299,6 @@
<el-form-item
label=
"商品小计"
>
¥{{dataInfo.PreferPrice}}
</el-form-item>
<el-form-item
label=
"运费"
>
¥{{dataInfo.FreightMoney}}
</el-form-item>
<el-form-item
label=
"实付款"
>
<span
style=
"color: rgb(255, 69, 68);"
>
¥
<b>
{{dataInfo.Income}}
</b></span>
</el-form-item>
...
...
@@ -541,7 +514,6 @@
this
.
getData
()
this
.
getProvince
();
this
.
getExpressInfo
();
}
},
methods
:
{
...
...
@@ -683,6 +655,7 @@
this
.
apipost
(
"/api/order/GetGoodsOrderInfo"
,
{
OrderId
:
this
.
OrderId
},
res
=>
{
console
.
log
(
" res.data"
,
res
.
data
);
this
.
dataInfo
=
res
.
data
.
data
;
console
.
log
(
"this.dataInfo"
,
this
.
dataInfo
);
let
data
=
res
.
data
.
data
;
...
...
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