Commit e3e7c2d9 authored by youjie's avatar youjie

no message

parent 7542f959
...@@ -3068,7 +3068,7 @@ ...@@ -3068,7 +3068,7 @@
this.MsgRAirServiceList = []; this.MsgRAirServiceList = [];
item.PriceList.forEach(price => { item.PriceList.forEach(price => {
list.forEach(x=>{ list.forEach(x=>{
if(x.AirticketId==price.AirTicketId){ if(x.TCID==price.TCID){
let obj = { let obj = {
AirticketId: x.AirticketId, AirticketId: x.AirticketId,
OutBranchName: price.OutBranchName, OutBranchName: price.OutBranchName,
......
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