Commit 1808976d authored by zhengke's avatar zhengke

绑定航班修改

parent 94bbba2d
...@@ -896,6 +896,12 @@ ...@@ -896,6 +896,12 @@
) )
}; };
} }
this.queryFlightAirListData.forEach(subItem=>{
if(subItem.FlightDate==objItem.StartDate)
{
objItem.AirTicketId=subItem.AirLineTicketId
}
});
this.returnPriceList.push(objItem); this.returnPriceList.push(objItem);
this.initDatePickerCheched(); this.initDatePickerCheched();
this.returnPriceList.sort( this.returnPriceList.sort(
...@@ -1323,7 +1329,6 @@ ...@@ -1323,7 +1329,6 @@
this.returnPriceList.forEach(x => { this.returnPriceList.forEach(x => {
if (x.TCID == this.modifyTcid) { if (x.TCID == this.modifyTcid) {
priceList = []; priceList = [];
// x.TCID = 0;
x.ConfigID = 0; x.ConfigID = 0;
priceList.push(x); priceList.push(x);
} }
...@@ -1338,7 +1343,6 @@ ...@@ -1338,7 +1343,6 @@
this.priceData = this.returnPriceList[index]; this.priceData = this.returnPriceList[index];
x["Checked"] = true; x["Checked"] = true;
this.chooseDay = this.priceData.StartDate; this.chooseDay = this.priceData.StartDate;
} else { } else {
x["Checked"] = false; x["Checked"] = false;
} }
......
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