Commit 6bd7abc3 authored by 华国豪's avatar 华国豪 🙄

旅客名单带入问题

parent 2ca55b63
......@@ -1406,17 +1406,9 @@ export default {
this.msg.Obj = this.orderObj.Obj?this.orderObj.Obj:'';
this.msg.SourceID = this.orderObj.SourceID?this.orderObj.SourceID:0;
this.msg.CallType=this.orderObj.CallType?this.orderObj.CallType:0;
if (!JSON.parse(sessionStorage.getItem("saveGuestInfo"))){
if (!JSON.parse(sessionStorage.getItem("saveGuestInfo")) && !JSON.parse(sessionStorage.getItem("TipGuestList"))){
this.Description = this.orderObj.laRemark?this.orderObj.laRemark:'';
}
let Description="旅客名单:";
let describeList=JSON.parse(sessionStorage.getItem("TipGuestList"));
if(describeList){
describeList.forEach(item=>{
Description+=item.GuestName+" ";
})
this.msg.Description = Description
}
}
if(data.VorcherInos){
data.VorcherInos.forEach(x=>{
......
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