Commit b7b25715 authored by jiaorz's avatar jiaorz

订单管理

parent d7463f5b
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment