Commit 74d28172 authored by 黄奎's avatar 黄奎

页面修改

parent 365f1d65
......@@ -101,7 +101,7 @@
</el-select>
</span>
</li>
<li>
<li style="display:none;">
<span>
<em>{{$t('sm.tuankongType')}}</em>
<el-select class="w150" v-model="queryMsg.FreePlanType" filterable :placeholder="$t('pub.pleaseSel')">
......@@ -118,6 +118,13 @@
@keyup.native.enter="getControlList" :placeholder="$t('pub.pleaseImport')"></el-input>
</span>
</li>
<li>
<span>
<em>{{$t('hotel.hotel_SerialNumber')}}</em>
<el-input maxlength="6" v-model="queryMsg.TCID" class="permiss-input w150"
:placeholder="$t('pub.pleaseImport')" @keyup.native="checkInteger(queryMsg,'TCID')"></el-input>
</span>
</li>
<li>
<span>
<em>{{$t('scen.sc_ftTime')}}</em>
......@@ -214,7 +221,7 @@
</el-checkbox-group>
</span>
</div>
<!-- <div class="comSearchDiv" v-if="queryCommonData.showPlatForm"> -->
<div class="comSearchDiv">
<span>{{$t('Airticket.Air_salesPlatform')}}</span>
<span>
......@@ -885,6 +892,7 @@
LineIdList: [],
LineteamId: 0,
TCNUM: "",
TCID:"",
StartGroupDate: "",
EndGroupDate: "",
OutBranchId: -1,
......
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