Commit c723a630 authored by youjie's avatar youjie

no message

parent cdc5ffad
...@@ -777,10 +777,11 @@ export default { ...@@ -777,10 +777,11 @@ export default {
}) })
}, },
AddOrderInfo(ErpOrderId){ AddOrderInfo(ErpOrderId){
let Name = this.parameters.guestLastName+this.parameters.guestFirstName
this.apipost( this.apipost(
"AddOrderInfo_post", "AddOrderInfo_post",
{ {
SurName: this.parameters.Name?this.parameters.Name:this.userInfo.FullName, SurName: Name?Name:this.userInfo.FullName,
Name: '', Name: '',
ContactNumber: this.userInfo.Mobile,// 联系电话 ContactNumber: this.userInfo.Mobile,// 联系电话
Mailbox: this.userInfo.Mailbox,//邮箱 Mailbox: this.userInfo.Mailbox,//邮箱
......
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