@@ -1156,7 +1156,7 @@
>回 单</el-button
>
<el-button type="success" @click="submitAllowChanges">修 改</el-button>
- <!-- <el-button type="info" @click="submitSave">保 存</el-button> -->
+ <el-button type="info" @click="submitSave">保 存</el-button>
<!-- <el-button type="warning" @click="submitRetreat">撤 回</el-button> -->
<el-button @click="showDialog = false">取 消</el-button>
</span>
@@ -1056,7 +1056,7 @@ export default {
// if (response.data.cars.orderStatus >= 60) {
// this.disabled = true;
// }
- this.title = "查看装卸柜";
+ this.title = "查看详情页";
this.form = response.data.cars;
this.relevantAttachments = response.data.attachs;
this.addOrUpdateVisible = !this.addOrUpdateVisible;