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
b7b25715
Commit
b7b25715
authored
Jul 22, 2019
by
jiaorz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单管理
parent
d7463f5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
14 deletions
+7
-14
index.vue
src/views/order/rentVehicleInfo/index.vue
+7
-14
No files found.
src/views/order/rentVehicleInfo/index.vue
View file @
b7b25715
...
...
@@ -211,13 +211,10 @@
<div>
<span
class=
"label-text"
>
拍照取证*:
</span><br/>
<!-- <div v-for="(item, i) in otherImg">
<img :src="item" style="width: 100px; height: 100px;margin-left:110px;"/>
</div> -->
<img
src=
"../../../assets/404_images/404.png"
style=
"width: 100px; height: 100px;margin-left:110px;"
/>
<img
src=
"../../../../dist/static/img/success.8304acb.png"
style=
"width: 100px; height: 100px;margin-left:110px;"
/>
<img
src=
"../../../../dist/static/img/success.8304acb.png"
style=
"width: 100px; height: 100px;margin-left:110px;"
/>
<img
v-for=
"item in otherImg"
:src=
"item"
style=
"width: 100px; height: 100px;margin-left:110px;"
/>
<!-- <img src="../../../../dist/static/img/success.8304acb.png" style="width: 100px; height: 100px;margin-left:110px;"/>
<img src="../../../../dist/static/img/success.8304acb.png" style="width: 100px; height: 100px;margin-left:110px;"/>
<img src="../../../../dist/static/img/success.8304acb.png" style="width: 100px; height: 100px;margin-left:110px;"/> -->
</div>
<div
v-if=
"handover"
>
<span
class=
"label-text"
>
房车公里数*:
</span><span
class=
"label-text"
>
当前公里数:
</span><span
class=
"label-text"
>
{{orderReturnVehicleCrosstown.mileage}}Km
</span><br/>
...
...
@@ -438,7 +435,6 @@
},
//获取大区列表
getAllZoneList
(){
this
.
allZoneArr
=
getAllZone
();
return
getAllZone
();
},
cityRegions
()
{
...
...
@@ -547,9 +543,7 @@
this
.
handover
=
true
this
.
returnVehicle
=
false
this
.
vehicleDetail
=
true
if
(
this
.
orderReturnVehicleCrosstown
.
imgs
)
{
this
.
otherImg
=
orderReturnVehicleCrosstown
.
imgs
.
split
(
','
)
}
},
getAllOrderVehicleCrosstown
()
{
getOrderVehicleCrosstown
(
this
.
orderVehicleQuery
)
...
...
@@ -560,7 +554,9 @@
}
else
{
this
.
orderVehicleCrosstownVisible
=
true
this
.
orderReturnVehicleCrosstown
=
response
.
data
[
0
];
if
(
response
.
data
[
0
].
imgs
)
{
this
.
otherImg
=
response
.
data
[
0
].
imgs
.
split
(
','
)
}
}
})
...
...
@@ -603,9 +599,6 @@
this
.
returnVehicle
=
true
this
.
handover
=
false
this
.
vehicleDetail
=
true
if
(
this
.
orderReturnVehicleCrosstown
.
imgs
)
{
this
.
otherImg
=
orderReturnVehicleCrosstown
.
imgs
.
split
(
','
)
}
},
handleRefundVehicle
(
row
)
{
console
.
log
(
row
)
...
...
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