|
@@ -1056,7 +1056,7 @@ export default {
|
|
// if (response.data.cars.orderStatus >= 60) {
|
|
// if (response.data.cars.orderStatus >= 60) {
|
|
// this.disabled = true;
|
|
// this.disabled = true;
|
|
// }
|
|
// }
|
|
- 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.addOrUpdateVisible = !this.addOrUpdateVisible;
|
|
this.addOrUpdateVisible = !this.addOrUpdateVisible;
|