Commit 7820448e authored by 黄奎's avatar 黄奎

页面修改

parent aacc977e
......@@ -1483,7 +1483,6 @@
this.apipost("travelcontract_post_GetContractInfoService", this.msg, res => {
if (res.data.resultCode === 1) {
var tempObj = res.data.data;
console.log("travelcontract_post_GetContractInfoService", tempObj)
this.CtObj = tempObj;
this.guestList = tempObj.allGuestList;
this.CtObj.tcid = this.$route.query.TCID;
......@@ -1912,10 +1911,13 @@
}
let copyMsg = {
TCID: this.msg.TCID,
guestId: this.msg.guestId,
guestId: 0,
orderID: this.msg.orderID,
unionGuestIds: unionGuestIds
}
if (this.$route.query.guestId && this.$route.query.guestId > 0) {
copyMsg.guestId = this.$route.query.guestId;
}
this.apipost("travelcontract_post_CopyContractServices", copyMsg, res => {
if (res.data.resultCode === 1) {
this.Success("复制成功!");
......
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