Commit 71544b95 authored by youjie's avatar youjie

no message

parent 1cb4f8e3
...@@ -709,13 +709,20 @@ export default { ...@@ -709,13 +709,20 @@ export default {
Name: '', Name: '',
ID: 0 ID: 0
} }
if(this.addMsg.Type==9||this.addMsg.Type==8){ if(this.addMsg.Type==9){
Obj = { Obj = {
Name: x.EmName, Name: x.EmName,
ID: x.EmployeeId ID: x.EmployeeId
} }
if(this.addMsg.Type==8){ }else if(this.addMsg.Type==8){
Obj.Name = x.CustomerName Obj = {
Name: x.CustomerName,
ID: x.CustomerName
}
}else if(this.addMsg.Type==7){
Obj = {
Name: x.Surname+x.Name,
ID: x.ID
} }
}else if(this.addMsg.Type==6){ }else if(this.addMsg.Type==6){
Obj = { Obj = {
......
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