Commit 515ec9bc authored by 黄奎's avatar 黄奎

新增团名查询

parent a41a88b4
...@@ -1056,6 +1056,12 @@ ...@@ -1056,6 +1056,12 @@
<em>{{ $t("visa.v_tuanhao") }}</em> <em>{{ $t("visa.v_tuanhao") }}</em>
<el-input v-model="msg.TCID" class="w150"></el-input> <el-input v-model="msg.TCID" class="w150"></el-input>
</span> </span>
</li>
<li>
<span>
<em>团名</em>
<el-input v-model="msg.Title" class="w150" clearable></el-input>
</span>
</li> </li>
<li> <li>
<span><em>{{ $t("hotel.hotel_StarDate") }}</em> <span><em>{{ $t("hotel.hotel_StarDate") }}</em>
...@@ -1915,6 +1921,7 @@ ...@@ -1915,6 +1921,7 @@
WarningQuery: "-1", WarningQuery: "-1",
RateOnDay: "-1", RateOnDay: "-1",
RateOn: "-1", RateOn: "-1",
Title:"",//团名
}, },
defaultImg: 'this.src="' + require("../../assets/img/bg_z1@2x.png") + '"', defaultImg: 'this.src="' + require("../../assets/img/bg_z1@2x.png") + '"',
list: [], list: [],
......
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