Commit c61304ae authored by youjie's avatar youjie

no message

parent df2c984a
......@@ -1393,6 +1393,16 @@
</el-select>
</span>
</li>
<li>
<span>
<em>团期状态</em>
<el-select v-model="msg.IsNoTCID" :placeholder="$t('pub.pleaseSel')" class="w120">
<el-option label="不限" :value="0"></el-option>
<el-option label="未绑定团期" :value="1"></el-option>
<el-option label="有机损的取消团期" :value="2"></el-option>
</el-select>
</span>
</li>
<li style="margin-right:50px;">
<button class="normalBtn" type="button" @click="resetPageIndex(),getList()">{{$t('pub.searchBtn')}}</button>
<button class="normalBtn" type="button" @click="addShow=true,command=false,sanmai=false,initAddMsg()">
......@@ -2785,6 +2795,7 @@
Departure_city: 0, //出发地
SellType: -1, //售卖机票类型:0-团队机票,1-单卖机票
IsSelectInvoicing: '0', //是否未维护开票金额1-未维护,2-已维护
IsNoTCID: 0,//1未绑定团期 2有机损的取消团期
},
maintenanceList: [{
Name: '不限',
......
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