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
c1c9571a
Commit
c1c9571a
authored
Nov 03, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
7adb1fe9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
5 deletions
+16
-5
osOrderDetails.vue
src/components/offlineService/osOrderDetails.vue
+16
-3
orderList.vue
src/components/orderMan/orderList.vue
+0
-2
No files found.
src/components/offlineService/osOrderDetails.vue
View file @
c1c9571a
...
...
@@ -98,13 +98,21 @@
<div>
{{
dataInfo
.
OrderInfo
.
UserName
}}
</div>
</div>
<div
flex=
"dir:left cross:center"
class=
"item-box"
>
<span
class=
"label"
>
收货
人:
</span>
<span
class=
"label"
>
联系
人:
</span>
<div>
{{
dataInfo
.
OrderInfo
.
Consignee
}}
</div>
</div>
<div
flex=
"dir:left cross:center"
class=
"item-box"
>
<span
class=
"label"
>
电话:
</span>
<div>
{{
dataInfo
.
OrderInfo
.
Mobile
}}
</div>
</div>
<div
flex=
"dir:left cross:center"
class=
"item-box"
>
<span
class=
"label"
>
门店:
</span>
<div>
{{
dataInfo
.
OrderInfo
.
storeName
}}
</div>
</div>
<div
flex=
"dir:left cross:center"
class=
"item-box"
>
<span
class=
"label"
>
门店地址:
</span>
<div>
{{
dataInfo
.
OrderInfo
.
storeAddress
}}
</div>
</div>
<div
v-if=
"OrderInfo.OrderExpressList && OrderInfo.OrderExpressList.length==1"
flex=
"dir:top"
class=
"item-box"
>
<div
flex=
"dir:left cross:center"
>
...
...
@@ -256,7 +264,7 @@
</el-row>
<el-card
style=
"margin-top:15px"
shadow=
"never"
>
<el-table
border
:data=
"dataInfo.DetailList"
style=
"width: 100%"
>
<el-table-column
prop=
"Id"
label=
"
商品标题
"
>
<el-table-column
prop=
"Id"
label=
"
服务项目
"
>
<
template
slot-scope=
"scope"
>
<div
flex=
"dir:left cross:center"
>
<img
:src=
"getIconLink(scope.row.CoverImagePath)"
alt=
""
...
...
@@ -269,6 +277,12 @@
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"ServiceDate"
label=
"服务信息"
width=
"250"
align=
"center"
>
<
template
slot-scope=
"scope"
>
服务时间:
{{
scope
.
row
.
ServiceDate
}}
{{
scope
.
row
.
ServiceTime
}}
<br/>
服务人员:
{{
scope
.
row
.
ServicepersonalName
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"Unit_Price"
label=
"单价"
width=
"120"
align=
"center"
>
<
template
slot-scope=
"scope"
>
¥
{{
scope
.
row
.
Unit_Price
}}
...
...
@@ -640,7 +654,6 @@
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
;
...
...
src/components/orderMan/orderList.vue
View file @
c1c9571a
...
...
@@ -1122,8 +1122,6 @@
});
},
Offpayment
(
item
){
//线下付款
console
.
log
(
item
)
let
that
=
this
;
that
.
$confirm
(
'确认转为线下付款,转后无法恢复!'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
...
...
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