Commit 399535fa authored by youjie's avatar youjie

no message

parent 4351a5d2
...@@ -452,8 +452,8 @@ ...@@ -452,8 +452,8 @@
guestInfo += `儿童${this.searchObj.childrenNumberZC}; `; guestInfo += `儿童${this.searchObj.childrenNumberZC}; `;
} }
let msg = { let msg = {
SurName: this.customer.SurName, SurName: this.orderMsg.SurName,
Name: this.customer.name, Name: this.orderMsg.Name,
ContactNumber: this.orderMsg.guestPhoneNumber, ContactNumber: this.orderMsg.guestPhoneNumber,
Mailbox: this.orderMsg.guestEmail, Mailbox: this.orderMsg.guestEmail,
//GoodsId: this.orderMsg.RatePlanID, //GoodsId: this.orderMsg.RatePlanID,
......
...@@ -663,8 +663,8 @@ ...@@ -663,8 +663,8 @@
} }
let startCityName = this.realCurrentPriceInfo.priceUnion && this.realCurrentPriceInfo.priceUnion.startCityName?this.realCurrentPriceInfo.priceUnion.startCityName:this.currentPriceInfo.startCityName let startCityName = this.realCurrentPriceInfo.priceUnion && this.realCurrentPriceInfo.priceUnion.startCityName?this.realCurrentPriceInfo.priceUnion.startCityName:this.currentPriceInfo.startCityName
let msg = { let msg = {
SurName: this.orderMsg.SurName, SurName: this.customer.SurName,
Name: this.orderMsg.Name, Name: this.customer.name,
ContactNumber: this.customer.contactNumber, ContactNumber: this.customer.contactNumber,
Mailbox: this.customer.Mailbox, Mailbox: this.customer.Mailbox,
GoodsId: this.currentPriceInfo.tcid, GoodsId: this.currentPriceInfo.tcid,
......
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