Commit 1808976d authored by zhengke's avatar zhengke

绑定航班修改

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