|
@@ -910,7 +910,23 @@ export default {
|
|
}
|
|
}
|
|
this.title = "查看详情页";
|
|
this.title = "查看详情页";
|
|
this.form = response.data.cars;
|
|
this.form = response.data.cars;
|
|
- this.relevantAttachments = response.data.attachs;
|
|
|
|
|
|
+ // this.relevantAttachments = response.data.attachs;
|
|
|
|
+ console.log(this.addOrUpdateVisible)
|
|
|
|
+ if (this.addOrUpdateVisible !== false) this.addOrUpdateVisible = !this.addOrUpdateVisible
|
|
|
|
+ this.feesList = [];
|
|
|
|
+ });
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ activated() {
|
|
|
|
+ if (this.$route.query.id) {
|
|
|
|
+ this.reset();
|
|
|
|
+ const data = { id: this.$route.query.id, billStatus: 1060 };
|
|
|
|
+ selectDriverFtmsorderbillscars(data).then((response) => {
|
|
|
|
+ if (response.data.cars.billType) {
|
|
|
|
+ response.data.cars.billType = response.data.cars.billType.toString();
|
|
|
|
+ }
|
|
|
|
+ this.title = "查看详情页";
|
|
|
|
+ this.form = response.data.cars;
|
|
this.addOrUpdateVisible = !this.addOrUpdateVisible;
|
|
this.addOrUpdateVisible = !this.addOrUpdateVisible;
|
|
this.feesList = [];
|
|
this.feesList = [];
|
|
});
|
|
});
|
|
@@ -1133,7 +1149,7 @@ export default {
|
|
});
|
|
});
|
|
this.title = "查看详情页";
|
|
this.title = "查看详情页";
|
|
this.form = response.data.cars;
|
|
this.form = response.data.cars;
|
|
- this.relevantAttachments = response.data.attachs;
|
|
|
|
|
|
+ // this.relevantAttachments = response.data.attachs;
|
|
this.feesList = response.data.feesList;
|
|
this.feesList = response.data.feesList;
|
|
this.addOrUpdateVisible = !this.addOrUpdateVisible;
|
|
this.addOrUpdateVisible = !this.addOrUpdateVisible;
|
|
this.carsTable = response.data.carsTable;
|
|
this.carsTable = response.data.carsTable;
|