Commit b282c988 by 庄冰

salesmanId

parent ce2e3454
...@@ -172,7 +172,8 @@ class AliyunQcService{ ...@@ -172,7 +172,8 @@ class AliyunQcService{
}; };
var salesmanInfo = {//业务员信息 var salesmanInfo = {//业务员信息
"salesmanName":user.channel_username, "salesmanName":user.channel_username,
"salesmanMobile":user.mobile "salesmanMobile":user.mobile,
"salesmanId":user.id
}; };
ab.solutionContent["customerInfo"]= customerInfo; ab.solutionContent["customerInfo"]= customerInfo;
ab.solutionContent["salesmanInfo"]= salesmanInfo; ab.solutionContent["salesmanInfo"]= salesmanInfo;
......
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