Commit bbf5c98f authored by youjie's avatar youjie

no message

parent 32ee9d40
...@@ -420,10 +420,10 @@ ...@@ -420,10 +420,10 @@
handleCommand(command) { handleCommand(command) {
let data = [{ let data = [{
path: "", path: "",
LureEmpNmae: encodeURIComponent(this.detailsData.CreateByStr),//引流姓名 LureEmpNmae: this.detailsData.CreateByStr,//引流姓名
LureEmpId: this.detailsData.CreateBy,//引流id LureEmpId: this.detailsData.CreateBy,//引流id
CRMGuestId: this.ID, //客人ID CRMGuestId: this.ID, //客人ID
CRMGuestName: encodeURIComponent(this.detailsData.SurName+this.detailsData.Name) //客人ID CRMGuestName: this.detailsData.SurName+this.detailsData.Name //客人ID
}] }]
let href let href
let url = this.domainManager().erpRoutingUrl; let url = this.domainManager().erpRoutingUrl;
......
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