Commit 0def88f5 authored by jiaorz's avatar jiaorz

后台订单修改

parent c8eb2c6a
......@@ -310,7 +310,7 @@ export default {
duration: 2000
})
} else {
this.returnForm.id = this.form.detailId
this.returnForm.id = this.orderDetailInfo.orderRentVehicleDetail.id
updateEndCompany(this.returnForm).then(data => {
if (data.status == 200) {
this.$notify({
......@@ -336,7 +336,7 @@ export default {
resetCar() {
this.clearFrom()
this.resetCarVisible = true
this.resetCarForm.no = this.form.no
this.resetCarForm.no = this.orderDetailInfo.no
},
cancelResetCar() {
this.resetCarVisible = false
......@@ -364,7 +364,7 @@ export default {
duration: 2000
})
this.resetCarVisible = false
this.form.vehicleNumberPlat = this.resetCarForm.numberPlate
this.orderDetailInfo.vehicleNumberPlat = this.resetCarForm.numberPlate
this.updateNumberPlat = true
} else {
this.$notify({
......
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