Commit 71544b95 authored by youjie's avatar youjie

no message

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