Commit 923233d1 authored by zhengke's avatar zhengke

车辆管理增加title显示

parent 4ca17652
......@@ -79,6 +79,7 @@
<template>
<div class="flexOne busInfo">
<div class="bus_Notice">注:此处不和任何团队行程做绑定,如需下载车配表,请在车辆绑定团队以后再行下载</div>
<div style="margin-bottom:20px;">{{title}}</div>
<div style="width: 100%; overflow-x: auto;" class="ownScrollbarStyle">
<el-form :model="PostData" :rules="rules" ref="PostData">
<table class="bo_bus" cellspacing="1">
......@@ -141,8 +142,8 @@
</div>
</td>
<td>
<div class="w120">
<el-input class='w120' type="text" v-model="item.BookGroup"></el-input>
<div class="w170">
<el-input class='w170' type="text" v-model="item.BookGroup"></el-input>
</div>
</td>
<td>
......@@ -365,7 +366,9 @@ export default {
trigger: "change"
}
]
}
},
//团名
title:'',
};
},
methods: {
......@@ -649,6 +652,7 @@ export default {
this.GetAirportPickUpList();
this.GeAccommodationTypeList();
this.BusId = this.$route.query.id;
this.title = this.$route.query.title;
if (this.BusId > 0) {
this.getData();
// this.forbidInput = true;
......
......@@ -428,6 +428,7 @@
TotalNumber: obj.TotalSeat,
NewCombinationNum: outItem.NewCombinationNum,
blank: 'y',
title:obj.Titles,
tab: title
}
})
......
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