Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xoadoPlatform
Project
Overview
Details
Activity
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
yaohui
xoadoPlatform
Commits
d101f8f0
Commit
d101f8f0
authored
Apr 11, 2022
by
weix
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
e25ae2af
5249e6ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
13 deletions
+18
-13
orderDetail.vue
src/views/operation/orderDetail.vue
+18
-13
No files found.
src/views/operation/orderDetail.vue
View file @
d101f8f0
...
...
@@ -83,7 +83,13 @@
<el-card
class=
"box-card"
>
<div
class=
"clearfix"
>
<span
class=
"title"
>
订单详情
</span>
<span
v-html=
"renderfun(dataSource)"
></span>
<div>
<el-button
type=
"danger"
size=
"mini"
>
取消订单
</el-button>
<el-button
type=
"primary"
size=
"mini"
>
同步司机信息
</el-button>
<el-button
type=
"warning"
size=
"mini"
>
强制完单
</el-button>
<el-button
type=
"warning"
size=
"mini"
>
更改支付状态
</el-button>
<!--
<span
v-html=
"renderfun(dataSource)"
></span>
-->
</div>
</div>
<div>
<ul
class=
"table-info"
>
...
...
@@ -484,8 +490,8 @@ export default {
optionse
:
"61fdff1d455c4ab8a2efc564c245b905"
,
orderid
:
""
,
inputStatus
:
false
,
dialogVisible
:
false
,
sOrF
:
1
,
dialogVisible
:
false
,
sOrF
:
1
,
// orderInfoForm: {
// status: "",
// startAddress: "",
...
...
@@ -497,14 +503,14 @@ export default {
// passengerMobile: "",
// },
// orderid: "JJNTZY_20220403093127043_8459289",
orderrecord
:
""
,
getOrderLogList
:
[],
orderrecord
:
""
,
getOrderLogList
:
[],
// dataSource: {},
// flag: false,
// type: false,
// count: 1,
// map: null,
polylines
:
[],
polylines
:
[],
// startLat: "",
// startLng: "",
// endLat: "",
...
...
@@ -515,7 +521,7 @@ export default {
// tableData: [],
// startAddressItem: {}, // 起点数据
// endAddressItem: {}, // 终点数据
leftLogData
:
[],
// 左侧日志
leftLogData
:
[],
// 左侧日志
};
},
created
()
{},
...
...
@@ -537,8 +543,8 @@ export default {
json
.
platformId
=
item
.
value
;
}
});
this
.
getOrderInfo
(
json
)
this
.
seeLeftLog
(
json
)
this
.
getOrderInfo
(
json
)
;
this
.
seeLeftLog
(
json
)
;
},
chooseSOrF
(
s
)
{
...
...
@@ -572,7 +578,7 @@ export default {
getThisorderInfo
([
obj
.
orderId
],
obj
.
brandUrl
,
obj
.
platformId
).
then
(
(
res
)
=>
{
if
(
res
.
status
==
200
)
{
this
.
inputStatus
=
true
;
this
.
inputStatus
=
true
;
let
datas
=
res
.
data
.
content
[
0
];
try
{
if
(
datas
.
productInfo
)
{
...
...
@@ -633,7 +639,7 @@ export default {
this
.
getOrderLog
(
obj
);
},
getOrderLog
(
obj
)
{
console
.
log
(
obj
);
console
.
log
(
obj
);
let
json
=
{
loadings
:
false
,
businessId
:
obj
.
orderId
,
...
...
@@ -651,7 +657,7 @@ console.log(obj);
options
:
[],
options1
:
[],
};
userLog
(
json
,
obj
.
brandUrl
,
obj
.
platformId
).
then
((
res
)
=>
{
if
(
res
.
status
==
200
)
{
if
(
res
.
data
)
{
...
...
@@ -722,7 +728,6 @@ console.log(obj);
},
seeLeftLog
(
json
)
{
try
{
OrderDetailsSelect
(
{
orderId
:
json
.
orderId
,
...
...
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