Commit 9c702998 authored by wuchun's avatar wuchun

提交代码

parent 5061152f
...@@ -927,11 +927,10 @@ ...@@ -927,11 +927,10 @@
dmcName: '', dmcName: '',
ticketList: [], //机票信息 ticketList: [], //机票信息
hotelList: [], //酒店信息 hotelList: [], //酒店信息
serviceNum: 1,
contactsName: "", //紧急联系人 contactsName: "", //紧急联系人
contactsMobile: "", //紧急联系电话 contactsMobile: "", //紧急联系电话
templateType: 1, templateType: 1,
serviceNum: 0, serviceNum: '',
}, },
//旅客名单 //旅客名单
guestList: [], guestList: [],
...@@ -1212,7 +1211,8 @@ ...@@ -1212,7 +1211,8 @@
} }
} }
this.CtObj.travelContent = this.$refs.TcTravel_Table.innerHTML; this.CtObj.travelContent = this.$refs.TcTravel_Table.innerHTML;
this.CtObj.rbGroupId = this.CurrentUserInfo.RB_Group_id this.CtObj.rbGroupId = this.CurrentUserInfo.RB_Group_id,
this.CtObj.templateType = 1,
this.apipost("travelcontract_post_SetContractService", this.CtObj, res => { this.apipost("travelcontract_post_SetContractService", this.CtObj, res => {
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
this.Success(res.data.message); this.Success(res.data.message);
......
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