Commit bcaa12b0 by 庄冰

submitIcpProgramme

parent a9349f03
...@@ -173,7 +173,8 @@ class AliyunQcService{ ...@@ -173,7 +173,8 @@ class AliyunQcService{
var salesmanInfo = {//业务员信息 var salesmanInfo = {//业务员信息
"salesmanName":user.channel_username, "salesmanName":user.channel_username,
"salesmanMobile":user.mobile, "salesmanMobile":user.mobile,
"salesmanId":user.id "salesmanId":user.id,
"salesmanChannelId":user.channel_userid
}; };
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