Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
04c354ef
Commit
04c354ef
authored
Nov 18, 2019
by
jiaorz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除日志
parent
0def88f5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
16 deletions
+2
-16
rentOrderDetailModal.vue
src/views/order/modal/rentOrderDetailModal.vue
+0
-1
index.vue
src/views/order/rentVehicleInfo/index.vue
+2
-13
index.vue
src/views/vehicle/vehicleSchedulManage/index.vue
+0
-2
No files found.
src/views/order/modal/rentOrderDetailModal.vue
View file @
04c354ef
...
@@ -254,7 +254,6 @@ export default {
...
@@ -254,7 +254,6 @@ export default {
mounted
()
{
mounted
()
{
this
.
dialogVisible
=
true
this
.
dialogVisible
=
true
this
.
getAllFn
()
this
.
getAllFn
()
console
.
log
(
this
.
orderDetailInfo
)
},
},
methods
:
{
methods
:
{
orderInfo
(
val
)
{
orderInfo
(
val
)
{
...
...
src/views/order/rentVehicleInfo/index.vue
View file @
04c354ef
...
@@ -1035,7 +1035,6 @@ export default {
...
@@ -1035,7 +1035,6 @@ export default {
"flag"
:
true
"flag"
:
true
}
}
orderDetail
(
param
).
then
(
response
=>
{
orderDetail
(
param
).
then
(
response
=>
{
console
.
log
(
response
)
this
.
orderDetailInfo
=
response
.
data
this
.
orderDetailInfo
=
response
.
data
if
(
this
.
orderDetailInfo
&&
this
.
orderDetailInfo
.
memberLevel
)
{
if
(
this
.
orderDetailInfo
&&
this
.
orderDetailInfo
.
memberLevel
)
{
if
(
this
.
orderDetailInfo
.
memberLevel
==
1
)
{
if
(
this
.
orderDetailInfo
.
memberLevel
==
1
)
{
...
@@ -1055,7 +1054,6 @@ export default {
...
@@ -1055,7 +1054,6 @@ export default {
this
.
orderDetailInfo
.
rentVehiclePriceVO
=
JSON
.
parse
(
this
.
orderDetailInfo
.
costDetail
.
paramJson
)
this
.
orderDetailInfo
.
rentVehiclePriceVO
=
JSON
.
parse
(
this
.
orderDetailInfo
.
costDetail
.
paramJson
)
}
}
console
.
log
(
this
.
orderDetailInfo
.
items
)
if
(
this
.
orderDetailInfo
.
items
)
{
if
(
this
.
orderDetailInfo
.
items
)
{
for
(
var
i
=
0
;
i
<
this
.
orderDetailInfo
.
items
.
length
;
i
++
)
{
for
(
var
i
=
0
;
i
<
this
.
orderDetailInfo
.
items
.
length
;
i
++
)
{
if
(
this
.
orderDetailInfo
.
items
[
i
].
type
==
104
)
{
if
(
this
.
orderDetailInfo
.
items
[
i
].
type
==
104
)
{
...
@@ -1082,14 +1080,11 @@ export default {
...
@@ -1082,14 +1080,11 @@ export default {
this
.
orderDetailInfo
.
ststusName
=
'已完成'
this
.
orderDetailInfo
.
ststusName
=
'已完成'
}
}
}
}
console
.
log
(
this
.
orderDetailInfo
)
this
.
rentDialogVisible
=
true
this
.
rentDialogVisible
=
true
})
})
}
}
},
},
checkViolateAmount
()
{
checkViolateAmount
()
{
console
.
log
(
this
.
topAmount
)
console
.
log
(
this
.
violateAmount
)
if
(
this
.
topAmount
<
this
.
violateAmount
)
{
if
(
this
.
topAmount
<
this
.
violateAmount
)
{
this
.
$notify
({
this
.
$notify
({
title
:
'失败'
,
title
:
'失败'
,
...
@@ -1134,7 +1129,6 @@ export default {
...
@@ -1134,7 +1129,6 @@ export default {
cancelReason
:
'后台取消'
,
cancelReason
:
'后台取消'
,
appUserId
:
row
.
userId
appUserId
:
row
.
userId
}
}
console
.
log
(
row
)
getViolatePrice
(
row
.
orderNo
).
then
(
data
=>
{
getViolatePrice
(
row
.
orderNo
).
then
(
data
=>
{
if
(
data
.
status
==
200
)
{
if
(
data
.
status
==
200
)
{
that
.
topAmount
=
data
.
data
.
topAmount
that
.
topAmount
=
data
.
data
.
topAmount
...
@@ -1209,7 +1203,6 @@ export default {
...
@@ -1209,7 +1203,6 @@ export default {
illegalEvent
(
params
)
{
illegalEvent
(
params
)
{
this
.
illegalVisible
=
false
this
.
illegalVisible
=
false
if
(
params
)
{
if
(
params
)
{
// console.log(params);
}
}
},
},
/**
/**
...
@@ -1218,11 +1211,10 @@ export default {
...
@@ -1218,11 +1211,10 @@ export default {
detailEvent
(
params
)
{
detailEvent
(
params
)
{
this
.
detailVisible
=
false
this
.
detailVisible
=
false
if
(
params
)
{
if
(
params
)
{
// console.log(params);
}
}
},
},
handleHandoverOrderVehicle
(
row
)
{
handleHandoverOrderVehicle
(
row
)
{
// console.log(row);
this
.
modalTitle
=
'交车记录'
this
.
modalTitle
=
'交车记录'
this
.
form
=
row
this
.
form
=
row
if
(
this
.
form
.
status
==
2
)
{
if
(
this
.
form
.
status
==
2
)
{
...
@@ -1281,7 +1273,6 @@ export default {
...
@@ -1281,7 +1273,6 @@ export default {
},
},
handleReturnOrderVehicle
(
row
)
{
handleReturnOrderVehicle
(
row
)
{
// console.log(row);
this
.
modalTitle
=
'还车记录'
this
.
modalTitle
=
'还车记录'
this
.
form
=
row
this
.
form
=
row
if
(
this
.
form
.
status
==
2
)
{
if
(
this
.
form
.
status
==
2
)
{
...
@@ -1319,7 +1310,6 @@ export default {
...
@@ -1319,7 +1310,6 @@ export default {
this
.
depositDetail
=
false
this
.
depositDetail
=
false
},
},
handleRefundVehicle
(
row
)
{
handleRefundVehicle
(
row
)
{
// console.log(row);
this
.
activeInfo
=
row
this
.
activeInfo
=
row
var
that
=
this
var
that
=
this
that
.
pictureList
=
[]
that
.
pictureList
=
[]
...
@@ -1372,7 +1362,7 @@ export default {
...
@@ -1372,7 +1362,7 @@ export default {
var
arr
=
item
.
depositRefundRecord
var
arr
=
item
.
depositRefundRecord
}
}
that
.
depositRefundRecord
=
arr
that
.
depositRefundRecord
=
arr
// console.log(that.depositRefundRecord);
}
}
})
})
})
})
...
@@ -1507,7 +1497,6 @@ export default {
...
@@ -1507,7 +1497,6 @@ export default {
page
(
this
.
listQuery
).
then
(
response
=>
{
page
(
this
.
listQuery
).
then
(
response
=>
{
if
(
response
.
data
.
data
)
{
if
(
response
.
data
.
data
)
{
response
.
data
.
data
.
map
(
function
(
el
)
{
response
.
data
.
data
.
map
(
function
(
el
)
{
// console.log(el);
if
(
el
.
status
==
2
)
{
if
(
el
.
status
==
2
)
{
el
.
ststusName
=
'取消'
el
.
ststusName
=
'取消'
}
}
...
...
src/views/vehicle/vehicleSchedulManage/index.vue
View file @
04c354ef
...
@@ -691,7 +691,6 @@
...
@@ -691,7 +691,6 @@
"flag"
:
true
"flag"
:
true
}
}
orderDetail
(
param
).
then
(
response
=>
{
orderDetail
(
param
).
then
(
response
=>
{
console
.
log
(
response
)
this
.
orderDetailInfo
=
response
.
data
this
.
orderDetailInfo
=
response
.
data
if
(
this
.
orderDetailInfo
&&
this
.
orderDetailInfo
.
memberLevel
)
{
if
(
this
.
orderDetailInfo
&&
this
.
orderDetailInfo
.
memberLevel
)
{
if
(
this
.
orderDetailInfo
.
memberLevel
==
1
)
{
if
(
this
.
orderDetailInfo
.
memberLevel
==
1
)
{
...
@@ -711,7 +710,6 @@
...
@@ -711,7 +710,6 @@
this
.
orderDetailInfo
.
rentVehiclePriceVO
=
JSON
.
parse
(
this
.
orderDetailInfo
.
costDetail
.
paramJson
)
this
.
orderDetailInfo
.
rentVehiclePriceVO
=
JSON
.
parse
(
this
.
orderDetailInfo
.
costDetail
.
paramJson
)
}
}
console
.
log
(
this
.
orderDetailInfo
.
items
)
if
(
this
.
orderDetailInfo
.
items
)
{
if
(
this
.
orderDetailInfo
.
items
)
{
for
(
var
i
=
0
;
i
<
this
.
orderDetailInfo
.
items
.
length
;
i
++
)
{
for
(
var
i
=
0
;
i
<
this
.
orderDetailInfo
.
items
.
length
;
i
++
)
{
if
(
this
.
orderDetailInfo
.
items
[
i
].
type
==
104
)
{
if
(
this
.
orderDetailInfo
.
items
[
i
].
type
==
104
)
{
...
...
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