Commit b7b25715 authored by jiaorz's avatar jiaorz

订单管理

parent d7463f5b
...@@ -211,13 +211,10 @@ ...@@ -211,13 +211,10 @@
<div> <div>
<span class="label-text">拍照取证*:</span><br/> <span class="label-text">拍照取证*:</span><br/>
<!-- <div v-for="(item, i) in otherImg"> <img v-for="item in otherImg" :src="item" style="width: 100px; height: 100px;margin-left:110px;"/>
<img :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;"/>
</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 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>
<div v-if="handover"> <div v-if="handover">
<span class="label-text">房车公里数*:</span><span class="label-text">当前公里数:</span><span class="label-text">{{orderReturnVehicleCrosstown.mileage}}Km</span><br/> <span class="label-text">房车公里数*:</span><span class="label-text">当前公里数:</span><span class="label-text">{{orderReturnVehicleCrosstown.mileage}}Km</span><br/>
...@@ -438,7 +435,6 @@ ...@@ -438,7 +435,6 @@
}, },
//获取大区列表 //获取大区列表
getAllZoneList(){ getAllZoneList(){
this.allZoneArr = getAllZone();
return getAllZone(); return getAllZone();
}, },
cityRegions() { cityRegions() {
...@@ -547,9 +543,7 @@ ...@@ -547,9 +543,7 @@
this.handover = true this.handover = true
this.returnVehicle = false this.returnVehicle = false
this.vehicleDetail=true this.vehicleDetail=true
if(this.orderReturnVehicleCrosstown.imgs) {
this.otherImg = orderReturnVehicleCrosstown.imgs.split(',')
}
}, },
getAllOrderVehicleCrosstown() { getAllOrderVehicleCrosstown() {
getOrderVehicleCrosstown(this.orderVehicleQuery) getOrderVehicleCrosstown(this.orderVehicleQuery)
...@@ -560,7 +554,9 @@ ...@@ -560,7 +554,9 @@
}else { }else {
this.orderVehicleCrosstownVisible = true this.orderVehicleCrosstownVisible = true
this.orderReturnVehicleCrosstown = response.data[0]; this.orderReturnVehicleCrosstown = response.data[0];
if(response.data[0].imgs) {
this.otherImg = response.data[0].imgs.split(',')
}
} }
}) })
...@@ -603,9 +599,6 @@ ...@@ -603,9 +599,6 @@
this.returnVehicle = true this.returnVehicle = true
this.handover = false this.handover = false
this.vehicleDetail=true this.vehicleDetail=true
if(this.orderReturnVehicleCrosstown.imgs) {
this.otherImg = orderReturnVehicleCrosstown.imgs.split(',')
}
}, },
handleRefundVehicle(row) { handleRefundVehicle(row) {
console.log(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