Commit 550d9c4e authored by 罗超's avatar 罗超

1

parent 3131770f
...@@ -1228,6 +1228,7 @@ ...@@ -1228,6 +1228,7 @@
this.msg.OtherType = this.czmsg.OtherType; this.msg.OtherType = this.czmsg.OtherType;
this.msg.ReTCID = this.czmsg.ReTCID; this.msg.ReTCID = this.czmsg.ReTCID;
} }
this.msg.GuestId=this.$route.query.GuestId
this.apipost('Financial_post_Set', this.msg, res => { this.apipost('Financial_post_Set', this.msg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
//清除旅客名单数据 //清除旅客名单数据
...@@ -1248,7 +1249,8 @@ ...@@ -1248,7 +1249,8 @@
"Type": this.$route.query.Type, "Type": this.$route.query.Type,
"orderObj": this.$route.query.orderObj, "orderObj": this.$route.query.orderObj,
'IsUploadPic': this.$route.query.IsUploadPic, 'IsUploadPic': this.$route.query.IsUploadPic,
'companyID': this.$route.query.companyID 'companyID': this.$route.query.companyID,
'GuestId':this.$route.query.GuestId
} }
}) })
}).catch(() => { }).catch(() => {
......
...@@ -717,7 +717,7 @@ ...@@ -717,7 +717,7 @@
RB_BranchName:'', RB_BranchName:'',
RB_DepartName:'', RB_DepartName:'',
OrderSource : 17, OrderSource : 17,
GuestId:""
}, },
AccountNumber: '', AccountNumber: '',
queryAccMsg: { queryAccMsg: {
......
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