Commit 923233d1 authored by zhengke's avatar zhengke

车辆管理增加title显示

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