Commit 0def88f5 authored by jiaorz's avatar jiaorz

后台订单修改

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