| | |
| | | } |
| | | } |
| | | if (this.targetEvent.Activity_Type2__c == '販売店') { |
| | | taskType = System.Label.AgencyVisit; // 经销商拜访任务 |
| | | taskType = System.Label.AgencyVisit; // 经销商支持任务 |
| | | } |
| | | if (this.targetEvent.Activity_Type2__c == '社外イベント') { |
| | | taskType = System.Label.campaignFollow; // 学术会议跟进任务 |
| | |
| | | taskAccType = '用户拜访'; |
| | | } |
| | | if (this.targetEvent.Activity_Type2__c == '販売店') { |
| | | taskAccType = '经销商拜访'; |
| | | taskAccType = '经销商支持'; |
| | | } |
| | | if (this.targetEvent.Activity_Type2__c == '社外イベント') { |
| | | taskAccType = '学术会议'; |
| | |
| | | taskAccType = '用户拜访'; |
| | | } |
| | | if (this.targetEvent.Activity_Type2__c == '販売店') { |
| | | taskAccType = '经销商拜访'; |
| | | taskAccType = '经销商支持'; |
| | | } |
| | | if (this.targetEvent.Activity_Type2__c == '社外イベント') { |
| | | taskAccType = '学术会议'; |