Commit 2c7c32e8 authored by 黄奎's avatar 黄奎

报名清单修改

parent c04e5db7
......@@ -2567,7 +2567,7 @@
<td>{{item.Flight_number}}</td>
<td>{{item.TicketDepartureTime}}</td>
<td>{{item.TicketArrivalTime}}</td>
<td>{{item.FlightDate}}</td>
<td>{{item.FlightDateStr}}</td>
<td>{{item.dName}}</td>
<td>{{item.aName}}</td>
<td>{{item.sName}}</td>
......@@ -3110,7 +3110,6 @@
},
res => {
if (res.data.resultCode == 1) {
console.log(res,'data');
this.IsUnion = res.data.data.IsUnion
this.isAllowUpdate = res.data.data.IsUpdatePlatOrder;
this.addObj = res.data.data.modelPrice;
......@@ -4325,7 +4324,6 @@
if (res.data.resultCode == 1) {
this.OrderDataList = res.data.data;
this.IsUpdateOrderMoney = res.data.data.IsUpdateOrderMoney
console.log(this.OrderDataList,'orderdatalist');
}
},
err => {}
......@@ -4371,9 +4369,10 @@
//获取
getFlightInfo() {
let msg = {
ID: this.ConfigData.Config.AirTicketId
ID: this.ConfigData.Config.AirTicketId,
TCID:this.msg.TCID
}
this.apipost("ticket_get_GetEntityExtend", msg, res => {
this.apipost("ticket_get_GetFlightListByTCID", msg, res => {
if (res.data.resultCode == 1) {
this.flightIsConfirmFlight = res.data.data.IsConfirmFlight;
this.flightList = res.data.data.flightList;
......
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