Commit 0ef69b22 authored by liudong1993's avatar liudong1993

机票后台优化

parent 83187267
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
</li> </li>
<li> <li>
<span><em>日期</em> <span><em>报名日期</em>
<el-date-picker v-model='msg.StartTime' @change="dataDui()" class='w150' value-format="yyyy-MM-dd" <el-date-picker v-model='msg.StartTime' @change="dataDui()" class='w150' value-format="yyyy-MM-dd"
type="date"></el-date-picker> type="date"></el-date-picker>
- -
...@@ -75,8 +75,8 @@ ...@@ -75,8 +75,8 @@
<table class="groupTourOrderSearchTable" border="0" cellspacing="0" cellpadding="0" v-loading='loading'> <table class="groupTourOrderSearchTable" border="0" cellspacing="0" cellpadding="0" v-loading='loading'>
<tr class="title_tr"> <tr class="title_tr">
<th>单号</th> <th>单号</th>
<th>机票编码</th>
<th>客户信息</th> <th>客户信息</th>
<th>机票编码</th>
<th>客人数量</th> <th>客人数量</th>
<th>单价</th> <th>单价</th>
<th>成交单价</th> <th>成交单价</th>
...@@ -93,16 +93,11 @@ ...@@ -93,16 +93,11 @@
</tr> </tr>
<tbody v-for="(item,index) in dataList" :key="index"> <tbody v-for="(item,index) in dataList" :key="index">
<tr> <tr>
<td>{{item.Id}} </td> <td>{{item.Id}}<br/>{{item.EnterName}}<br/>{{item.CreateDate}} </td>
<td> <td><p class="fz12 over_ellipsis" style="width: 120px;">{{item.CustomerName}}<br/>{{item.CustomerMobile}}</p></td>
<span @click="goUrl('散客机票','individualTicket',item.AirTicketId)" class="guest_num">{{item.AirTicketId}}</span> <td><span @click="goUrl('散客机票','individualTicket',item.AirTicketId)" class="guest_num">{{item.AirTicketId}}</span></td>
</td><!-- 机票编码 -->
<td><p class="fz12 over_ellipsis" style="width: 120px;">{{item.ContactName}}</p>
<!-- <p class="fz12">123456</p> -->
</td>
<td> <td>
<span class="guest_num">{{item.GuestNum}}/{{item.SeatNum}}/{{item.FreightSpace}}</span> <span class="guest_num">{{item.GuestNum}}/{{item.SeatNum}}{{item.FreightSpace}}</span>
</td> </td>
<td class="fz12">{{item.TC_Price}}</td> <td class="fz12">{{item.TC_Price}}</td>
<td class="fz12">{{item.Unit_Price}}</td> <td class="fz12">{{item.Unit_Price}}</td>
...@@ -236,7 +231,7 @@ export default { ...@@ -236,7 +231,7 @@ export default {
StartTime: moment().format("YYYY-MM-DD"), StartTime: moment().format("YYYY-MM-DD"),
EndTime: "" EndTime: ""
}, },
status: [{ title: "全部", num: 0 },{ title: "待付款", num: 3 },{ title: "正常", num: 1 }, { title: "取消", num: 2 }], status: [{ title: "不限", num: 0 },{ title: "待付款", num: 3 },{ title: "正常", num: 1 }, { title: "取消", num: 2 }],
dataList:[], dataList:[],
loading:false, loading:false,
total:0, total:0,
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
<tr class="title_tr"> <tr class="title_tr">
<th>单号</th> <th>单号</th>
<th>客户信息</th> <th>客户信息</th>
<!-- <th>联系人</th> -->
<th>客人数量</th> <th>客人数量</th>
<th>单价</th> <th>单价</th>
<th>成交单价</th> <th>成交单价</th>
...@@ -41,11 +42,10 @@ ...@@ -41,11 +42,10 @@
</tr> </tr>
<tbody v-for="item in dataList" :key="item.ContactName"> <tbody v-for="item in dataList" :key="item.ContactName">
<tr> <tr>
<td>{{item.AirProductId}} </td> <td>{{item.Id}}<br/>{{item.EnterName}}<br/>{{item.CreateDate}} </td>
<td><p class="fz12 over_ellipsis" style="width: 120px;">{{item.ContactName}}</p> <td><p class="fz12 over_ellipsis" style="width: 120px;">{{item.CustomerName}}<br/>{{item.CustomerMobile}}</p></td>
<!-- <p class="fz12">123456</p> --> <!-- <td><p class="fz12 over_ellipsis" style="width: 120px;">{{item.ContactName}}<br/>{{item.ContactMobile}}</p></td> -->
</td> <td>{{item.GuestNum}}/{{item.SeatNum}}{{item.FreightSpace}}</td>
<td>{{item.GuestNum}}</td>
<td class="fz12">{{item.TC_Price}}</td> <td class="fz12">{{item.TC_Price}}</td>
<td class="fz12">{{item.Unit_Price}}</td> <td class="fz12">{{item.Unit_Price}}</td>
<td style="color:#FF9C00">{{item.PreferPrice}}</td> <td style="color:#FF9C00">{{item.PreferPrice}}</td>
...@@ -160,11 +160,9 @@ ...@@ -160,11 +160,9 @@
<!-- 取消订单列表 --> <!-- 取消订单列表 -->
<tbody v-show="toggle_status" v-for="(item,index) in CancelList" :key="index"> <tbody v-show="toggle_status" v-for="(item,index) in CancelList" :key="index">
<tr> <tr>
<td>{{item.AirProductId}} </td> <td>{{item.Id}}<br/>{{item.EnterName}}<br/>{{item.CreateDate}} </td>
<td><p class="fz12 over_ellipsis" style="width: 120px;">{{item.ContactName}}</p> <td><p class="fz12 over_ellipsis" style="width: 120px;">{{item.CustomerName}}<br/>{{item.CustomerMobile}}</p></td>
<!-- <p class="fz12">123456</p> --> <td>{{item.GuestNum}}/{{item.SeatNum}}{{item.FreightSpace}}</td>
</td>
<td>{{item.GuestNum}}</td>
<td class="fz12">{{item.TC_Price}}</td> <td class="fz12">{{item.TC_Price}}</td>
<td class="fz12">{{item.Unit_Price}}</td> <td class="fz12">{{item.Unit_Price}}</td>
<td style="color:#FF9C00">{{item.PreferPrice}}</td> <td style="color:#FF9C00">{{item.PreferPrice}}</td>
...@@ -180,7 +178,7 @@ ...@@ -180,7 +178,7 @@
<td colspan="15" class="RL_Order" style="height:20px"> <td colspan="15" class="RL_Order" style="height:20px">
<span class="RL-remarkTitle">名单:</span> <span class="RL-remarkTitle">名单:</span>
<span class="RL-redType RL-remarkCon" v-if="item.GuestList.length>0"> <span class="RL-redType RL-remarkCon" v-if="item.GuestList.length>0">
<span v-for="(childItem) in item.GuestList" :key="childItem.Name">{{childItem.Name}}&nbsp;&nbsp;</span> <!-- <span v-for="(childItem) in item.GuestList" :key="childItem.Name">{{childItem.Name}}&nbsp;&nbsp;</span> -->
<el-popover <el-popover
placement="right" placement="right"
width="1000" width="1000"
......
...@@ -315,7 +315,7 @@ ...@@ -315,7 +315,7 @@
<li> <li>
<span> <span>
<em>航班号</em> <em>航班号</em>
<el-input v-model="msg.Flight_number" placeholder="机票编号"></el-input> <el-input v-model="msg.Flight_number" placeholder="航班号"></el-input>
</span> </span>
</li> </li>
...@@ -380,7 +380,7 @@ ...@@ -380,7 +380,7 @@
</ul> </ul>
<div class="_ol_info"> <div class="_ol_info">
<ul class="_ol_list" v-loading="loading"> <ul class="_ol_list" v-loading="loading">
<li v-for="(item,index) in dataList" :data-id="item.ID"> <li v-for="(item,index) in dataList" :data-id="item.AirTickerId">
<span class="_oll_line" v-if="item.FreightSpace==1"></span> <span class="_oll_line" v-if="item.FreightSpace==1"></span>
<span class="_oll_line _o_green" v-if="item.FreightSpace==2"></span> <span class="_oll_line _o_green" v-if="item.FreightSpace==2"></span>
<span class="_oll_line _o_blu" v-if="item.FreightSpace==3"></span> <span class="_oll_line _o_blu" v-if="item.FreightSpace==3"></span>
...@@ -388,7 +388,7 @@ ...@@ -388,7 +388,7 @@
<el-col :span="2"> <el-col :span="2">
<span class="_lian_style" v-if="item.IsSetUnion==1"></span> <span class="_lian_style" v-if="item.IsSetUnion==1"></span>
<div class="_oll_img_box"> <div class="_oll_img_box">
<span class="TICK_Code PingFangSC">编号:{{item.ID}}</span> <span class="TICK_Code PingFangSC">编号:{{item.AirTickerId}}</span>
<img v-if="!item.AirlineUrl" class="_oll_img" :src="defaultImg"> <img v-if="!item.AirlineUrl" class="_oll_img" :src="defaultImg">
<img v-else class="_oll_img" :src="item.AirlineUrl" :onerror="defaultImg"> <img v-else class="_oll_img" :src="item.AirlineUrl" :onerror="defaultImg">
</div> </div>
...@@ -472,7 +472,7 @@ ...@@ -472,7 +472,7 @@
</div> </div>
</el-col> </el-col>
<el-col :span="2" class="vmiddle"> <el-col :span="2" class="vmiddle">
<el-button type="primary" size="mini" @click="goUrl('/IndividualTicketOrderDetails',item)">查看详情</el-button> <el-button type="primary" size="mini" @click="goUrl('/IndividualTicketOrderDetails',item)">查看订单</el-button>
</el-col> </el-col>
</el-row> </el-row>
......
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