Commit aad6539b authored by youjie's avatar youjie

no message

parent ff750ecd
......@@ -22,8 +22,8 @@
<button class="hollowFixedBtn" @click="Export">导出</button>
</div>
<div v-if="LossIncomeList&&LossIncomeList.length>0" style="display: flex;flex-wrap: wrap;flex-grow: 1;margin-left: 20px;justify-content: end;">
<div>
<span style="line-height: 60px;font-size: 14px;">机损增收:</span>
<div style="margin-top: 7px;">
<span style="font-size: 14px;">机损增收:</span>
<el-tag size="small" v-for="(x,index) in LossIncomeList" :key="index" @click="goUrl(x)"
style="margin-left: 5px;margin-top: 2px;margin-bottom: 2px; cursor: pointer;">{{x.LineName}}/{{x.AirLossIncome}}</el-tag>
</div>
......
......@@ -1384,6 +1384,15 @@
</el-select>
</span>
</li>
<li>
<span>
<em>开票状态</em>
<el-select v-model="msg.TicketManager" :placeholder="$t('pub.pleaseSel')" class="w120">
<el-option v-for="item in TicketManagerList" :key="item.Id" :label="item.Name" :value="item.Id">
</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()">
......@@ -2772,8 +2781,14 @@
TicketType: 0, //定金类型(1定,2定等)
IsLimit: 1,
Departure_city: 0, //出发地
SellType: -1 //售卖机票类型:0-团队机票,1-单卖机票
SellType: -1, //售卖机票类型:0-团队机票,1-单卖机票
TicketManager: '0',//是否未维护开票金额1-未维护,2-已维护
},
TicketManagerList:[
{Name:'不限',Id:'0'},
{Name:'未维护',Id:'1'},
{Name:'已维护',Id:'2'},
],
addMsg: {
ID: "0",
AirLineID: "",
......
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