Commit a9a503ef authored by huangyuanyuan's avatar huangyuanyuan

update

parent b89bea22
...@@ -285,18 +285,26 @@ export default { ...@@ -285,18 +285,26 @@ export default {
//获取订单详情 //获取订单详情
GetDes(){ GetDes(){
this.apiJavaPost('/api/dmc/airticket/getB2BAirticketInfo',{AirTicketId:this.AirTicketId},res=>{ this.apiJavaPost('/api/dmc/airticket/getB2BAirticketInfo',{AirTicketId:this.AirTicketId},res=>{
this.getlistSigel=res.data.data; if (res.data.resultCode == 1) {
this.getlistSigel.synum=this.getlistSigel.airTicketScatterNum-this.getlistSigel.useScatterNum; this.getlistSigel=res.data.data;
console.log("this.getlistSigel",this.getlistSigel)
this.flightList=this.getlistSigel.flightList; this.getlistSigel.synum=this.getlistSigel.airTicketScatterNum-this.getlistSigel.useScatterNum;
this.flightList=this.getlistSigel.flightList;
this.personNum.airProductId=this.getlistSigel.airProductId; this.personNum.airProductId=this.getlistSigel.airProductId;
this.personNum.airTicketId=this.getlistSigel.id; this.personNum.airTicketId=this.getlistSigel.id;
this.personNum.departureCityId=this.getlistSigel.departure_city; this.personNum.departureCityId=this.getlistSigel.departure_city;
this.personNum.Unit_Price=this.getlistSigel.scatterB2BPrice;// 成交单价
this.personNum.TC_Price=this.getlistSigel.scatterB2BPrice;//机票单价
this.personNum.returnArriveCityId=this.getlistSigel.arrival_city;
this.personNum.TCID=this.getlistSigel.tCID;
}else{
this.Error(res.data.message)
}
this.personNum.unitPrice=this.getlistSigel.scatterB2BPrice;// 成交单价
this.personNum.tcPrice=this.getlistSigel.scatterB2BPrice;//机票单价
this.personNum.returnArriveCityId=this.getlistSigel.arrival_city;
},null) },null)
......
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