AddLookUpUserSecondVC.m 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006
  1. //
  2. // AddLookUpUserSecondVC.m
  3. // smartRhino
  4. //
  5. // Created by tederen on 2019/11/25.
  6. // Copyright © 2019 tederen. All rights reserved.
  7. //
  8. #import "AddLookUpUserSecondVC.h"
  9. #import "SendInfoGroupCell.h"
  10. #import "SendGroupBCell.h"
  11. #import "MailListSearchVC.h"
  12. #import "MyTDGroupView.h"
  13. #import "MailModel.h"
  14. #import "MailListCell.h"
  15. #import "ShareSysVC.h"
  16. #import "ShareCusVC.h"
  17. #import "ShowSysVC.h"
  18. #import "ShowUserVC.h"
  19. #import "ShowDesVC.h"
  20. @interface AddLookUpUserSecondVC ()<UITableViewDelegate,UITableViewDataSource>
  21. @property (nonatomic, strong) TDTableView *myTableView;
  22. @property (nonatomic, strong) UIView *listHeaderVIew;
  23. @property (nonatomic, strong) TDButton *serachButton;
  24. @property (nonatomic, strong) AddressBookGroupModel *addressBookModel;
  25. @property (nonatomic, strong) MyTDGroupView *searchView;
  26. @property (nonatomic,assign) NSInteger indexflag;
  27. @property (nonatomic, strong) NSMutableArray <SelectModel*>*selectArray;
  28. @property (nonatomic, strong) NSMutableArray <Department *>*selectDepartArray;
  29. @property (nonatomic, strong) NSMutableArray <SelectModel*>*usersSourceDataArray;
  30. @property (nonatomic, strong) NSMutableArray *dataSourceArray;
  31. @property (nonatomic, strong) NSMutableArray *OtherArray;
  32. @property (nonatomic, strong) UIView *SortView;
  33. @property (nonatomic, strong) UIButton *allSelectBtn;
  34. @property (nonatomic, strong) UILabel *selectCountL;
  35. @property (nonatomic, assign) BOOL allSelected;
  36. @end
  37. @implementation AddLookUpUserSecondVC
  38. - (void)viewWillAppear:(BOOL)animated
  39. {
  40. [super viewWillAppear:animated];
  41. [self countMailArray:@[]];
  42. }
  43. - (void)viewDidLoad {
  44. [super viewDidLoad];
  45. [self getdata];
  46. [self.view addSubview:self.listHeaderVIew];
  47. [self.listHeaderVIew mas_makeConstraints:^(MASConstraintMaker *make) {
  48. make.left.right.mas_equalTo(self.view);
  49. make.top.mas_equalTo(self.myNavigationBar.mas_bottom);
  50. make.height.mas_offset(44);
  51. }];
  52. [self.listHeaderVIew addSubview:self.searchView];
  53. [self addSortV];
  54. [self.view addSubview:self.myTableView];
  55. [self.myTableView mas_makeConstraints:^(MASConstraintMaker *make) {
  56. make.top.mas_equalTo(self.SortView.mas_bottom);
  57. make.left.right.mas_equalTo(self.view);
  58. make.bottom.mas_equalTo(self.view.mas_safeAreaLayoutGuideBottom);
  59. }];
  60. WS(weakSelf);
  61. [self.searchView.button setAction:^{
  62. MailGroupListSerachVC *vc = [[MailGroupListSerachVC alloc] init];
  63. vc.IsSelect = YES;
  64. [weakSelf.navigationController pushViewController:vc animated:YES];
  65. }];
  66. self.fd_prefersNavigationBarHidden = YES;
  67. self.view.backgroundColor = UIColorHex(#FFFFFF);
  68. self.myTableView.backgroundColor = UIColorHex(#F5F6F8);
  69. [self createnavi];
  70. }
  71. #pragma mark - 导航视图
  72. - (void)createnavi{
  73. self.myNavigationBar.titleLabel.text = self.titleStr;
  74. [self.myNavigationBar.rightButton setTitleColor:[UIColor lightGrayColor] forState:UIControlStateNormal];
  75. [self.myNavigationBar.rightButton setTitle:@"确定" forState:UIControlStateNormal];
  76. [[self.myNavigationBar.rightButton titleLabel] setFont:[UIFont systemFontOfSize:15.f]];
  77. self.myNavigationBar.rightButton.hidden = NO;
  78. [self.myNavigationBar.rightButton mas_remakeConstraints:^(MASConstraintMaker *make) {
  79. make.centerY.equalTo(self.myNavigationBar.backButton);
  80. make.height.mas_offset(@44);
  81. make.right.mas_equalTo(self.myNavigationBar.mas_right).offset(-15);
  82. }];
  83. }
  84. #pragma mark - 导航事件处理
  85. -(void)back{
  86. [self.navigationController popViewControllerAnimated:YES];
  87. }
  88. -(void)back1{
  89. for ( NSInteger i = (self.navigationController.viewControllers.count - 1); i >= 0 ;i --) {
  90. NSLog(@"%@",self.navigationController.viewControllers[i]);
  91. if ([self.navigationController.viewControllers[i] isKindOfClass:NSClassFromString(@"MyWorkWordVC")]
  92. || [self.navigationController.viewControllers[i] isKindOfClass:NSClassFromString(@"SourceHomeVC")]
  93. || [self.navigationController.viewControllers[i] isKindOfClass:NSClassFromString(@"ChatNewGroupVC")]
  94. || [self.navigationController.viewControllers[i] isKindOfClass:NSClassFromString(@"H5ViewController")]
  95. || [self.navigationController.viewControllers[i] isKindOfClass:NSClassFromString(@"MyTDTopicCreateVC")]
  96. || [self.navigationController.viewControllers[i] isKindOfClass:NSClassFromString(@"MyFavoriteNewFindVC")]
  97. || [self.navigationController.viewControllers[i] isKindOfClass:NSClassFromString(@"ChatNewRowVC")]
  98. || [self.navigationController.viewControllers[i] isKindOfClass:NSClassFromString(@"MyTDTopicGroupUserVC")]
  99. || [self.navigationController.viewControllers[i] isKindOfClass:NSClassFromString(@"WorkFlowOrderController")]
  100. || [self.navigationController.viewControllers[i] isKindOfClass:NSClassFromString(@"CreateInterLeterVC")]
  101. || [self.navigationController.viewControllers[i] isKindOfClass:NSClassFromString(@"MailListByZuVC")]) {
  102. [self.navigationController popToViewController:self.navigationController.viewControllers[i] animated:YES];
  103. return;
  104. }
  105. }
  106. }
  107. //全选操作
  108. - (void)selectedAction{
  109. if (self.allSelected) {
  110. [self.allSelectBtn setImage:IMG(@"sendinfo_yes") forState:UIControlStateNormal];
  111. }else{
  112. [self.allSelectBtn setImage:IMG(@"sendinfo_no") forState:UIControlStateNormal];
  113. }
  114. if (self.IsSubVC) {
  115. NSInteger count = 0;
  116. for(NSInteger i = 0 ; i < 2 ; i++){
  117. if (i == 0) {
  118. for (Department *depart in self.departSourceDataArray) {
  119. depart.hadSelected = self.allSelected;
  120. if (depart.hadSelected) {
  121. count ++;
  122. }
  123. [self countMailArray:@[depart]];
  124. }
  125. }
  126. if (i == 1) {
  127. for (SelectModel * model in self.usersSourceDataArray) {
  128. model.hadSelected = self.allSelected;
  129. if (model.hadSelected) {
  130. count ++;
  131. }
  132. [self countMailArray:@[model]];
  133. }
  134. }
  135. }
  136. self.selectCountL.text = [NSString stringWithFormat:@"%ld",count];
  137. }else{
  138. NSInteger count = 0;
  139. for (NSArray * array in self.dataSourceArray) {
  140. for (id sub in array) {
  141. if ([sub isKindOfClass:[MailModel class]]) {
  142. MailModel * model = (MailModel *)sub;
  143. model.IsSelect = self.allSelected;
  144. if (model.IsSelect) {
  145. count ++;
  146. }
  147. [self countMailArray:@[model]];
  148. }
  149. if ([sub isKindOfClass:[SelectModel class]]) {
  150. SelectModel * model = (SelectModel *)sub;
  151. model.hadSelected = self.allSelected;
  152. if (model.hadSelected) {
  153. count ++;
  154. }
  155. [self countMailArray:@[model]];
  156. }
  157. }
  158. }
  159. self.selectCountL.text = [NSString stringWithFormat:@"%ld",count];
  160. }
  161. [self.myTableView reloadData];
  162. }
  163. // 左边按钮 全选 取消全选
  164. - (void)secondBarButtonItems:(TDButton *)sender{
  165. [super menuAction:sender];
  166. }
  167. - (void)rightButtonAction:(TDButton *)sender{
  168. [self confirmAction:sender];
  169. }
  170. - (BOOL)hidesBottomBarWhenPushed{
  171. return YES;
  172. }
  173. - (void)confirmAction:(UIButton*)btn{
  174. NSMutableArray * mailArray = [NSMutableArray arrayWithArray:USERDEFAULTSGET(MAILSELECT)];
  175. NSMutableArray * chaoArray = [NSMutableArray array];
  176. NSMutableDictionary * paraDict = [NSMutableDictionary dictionary];
  177. NSMutableArray * mArray = [NSMutableArray array];
  178. [self.selectArray removeAllObjects];
  179. [mailArray enumerateObjectsUsingBlock:^(id _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) {
  180. SelectModel * sModel = (SelectModel*) [NSKeyedUnarchiver unarchiveObjectWithData:(NSData *)obj];
  181. [chaoArray addObject:sModel];
  182. [mArray addObject:@{@"SourceType":@(sModel.SourceType),@"SourceId":@(sModel.SourceId),@"SourceTypeValue":@(sModel.TypeValue),@"SourceName":sModel.SourceName}];
  183. }];
  184. if (self.isAllSelected) {
  185. [[NSNotificationCenter defaultCenter] postNotificationName:NOTIFI_ChaoSongRen object:nil userInfo:@{@"selectPeople":chaoArray}];
  186. [self back1];
  187. return;
  188. }else{
  189. [paraDict setValue:mArray forKey:@"Item"];
  190. SHOWLOADING
  191. WS(weakSelf);
  192. [[HttpManager sharedHttpManager] POSTUrl:Host(API_APP_User_Middle) parameters:paraDict responseStyle:JOSN success:^(id _Nonnull responseObject) {
  193. REMOVESHOW
  194. for (NSDictionary *dict in responseObject) {
  195. SelectModel * model = [SelectModel modelWithDictionary:dict];
  196. model.UserId = model.Id;
  197. model.UserName = model.Name;
  198. model.SourceType = model.SourceType;
  199. model.SourceId = model.UserId;
  200. model.SourceName = model.UserName;
  201. [weakSelf.selectArray addObject:model];
  202. }
  203. [[NSNotificationCenter defaultCenter] postNotificationName:NOTIFI_ChaoSongRen object:nil userInfo:@{@"selectPeople":weakSelf.selectArray}];
  204. [weakSelf back1];
  205. } failure:^(NSError * _Nonnull error) {
  206. // SHOWERROR([ZYCTool handerResultData:error]);
  207. }];
  208. }
  209. }
  210. #pragma mark - setter
  211. - (TDTableView *)myTableView{
  212. if (!_myTableView) {
  213. _myTableView = [[TDTableView alloc] initWithFrame:CGRectZero style:UITableViewStyleGrouped];
  214. _myTableView.delegate = self;
  215. _myTableView.dataSource = self;
  216. [self.myTableView registerNib:[UINib nibWithNibName:@"SendInfoGroupCell" bundle:nil] forCellReuseIdentifier:@"SendInfoGroupCell"];//SendGroupBCell
  217. [self.myTableView registerNib:[UINib nibWithNibName:@"SendGroupBCell" bundle:nil] forCellReuseIdentifier:@"SendGroupBCell"];
  218. }
  219. return _myTableView;
  220. }
  221. - (UIView *)listHeaderVIew{
  222. if (!_listHeaderVIew) {
  223. _listHeaderVIew = [UIView new];
  224. _listHeaderVIew.backgroundColor = UIColorHex(#FFFFFF);
  225. }
  226. return _listHeaderVIew;
  227. }
  228. - (MyTDGroupView *)searchView
  229. {
  230. if (!_searchView) {
  231. _searchView = [[MyTDGroupView alloc] initWithFrame:CGRectMake(0, 4, SCREEN_WIDTH, 36)];
  232. }
  233. return _searchView;
  234. }
  235. - (TDButton *)serachButton{
  236. if (!_serachButton) {
  237. _serachButton = [[TDButton alloc]initWithFrame:CGRectMake(20,5, kGXScreenWidth-40,40)];
  238. [_serachButton setTitle:@"搜索" forState:UIControlStateNormal];
  239. [[_serachButton titleLabel] setFont:[UIFont systemFontOfSize:14.f]];
  240. [_serachButton setImage:IMG(@"sendinfo_search") forState:UIControlStateNormal];
  241. [_serachButton setTitleColor:UIColorHex(B6B7B9) forState:UIControlStateNormal];
  242. _serachButton.backgroundColor = UIColorHex(F5F6F8);
  243. [_serachButton addTarget:self action:@selector(searchhander:) forControlEvents:UIControlEventTouchDown];
  244. [_serachButton layoutButtonWithEdgeInsetsStyle:GLButtonEdgeInsetsStyleLeft imageTitleSpace:2];
  245. _serachButton.layer.cornerRadius = 20;
  246. _serachButton.layer.masksToBounds = YES;
  247. }
  248. return _serachButton;
  249. }
  250. - (NSMutableArray<SelectModel *> *)selectArray{
  251. if (!_selectArray) {
  252. _selectArray = [NSMutableArray array];
  253. }
  254. return _selectArray;
  255. }
  256. #pragma mark -UITableViewDelegate,UITableViewDataSource
  257. - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView{
  258. if (!self.IsSubVC) {
  259. return self.dataSourceArray.count;
  260. }else{
  261. return 2;
  262. }
  263. }
  264. -(NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section{
  265. if (!self.IsSubVC) {
  266. NSArray * array = self.dataSourceArray[section];
  267. return [array count];
  268. }else{
  269. if (section == 0) {
  270. return self.departSourceDataArray.count;
  271. }else{
  272. return self.usersSourceDataArray.count;
  273. }
  274. }
  275. }
  276. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
  277. WS(weakSelf);
  278. if (!self.IsSubVC) {
  279. if ([self checkAllSelect:2]) {
  280. [self.allSelectBtn setImage:IMG(@"sendinfo_yes") forState:UIControlStateNormal];
  281. }else{
  282. [self.allSelectBtn setImage:IMG(@"sendinfo_no") forState:UIControlStateNormal];
  283. }
  284. NSString *cellIdentifier2 = @"SendGroupBCell";
  285. SendGroupBCell * cell = (SendGroupBCell *)[tableView dequeueReusableCellWithIdentifier:cellIdentifier2];
  286. NSArray * array = self.dataSourceArray[indexPath.section];
  287. switch (indexPath.section) {
  288. case 0:
  289. {
  290. if (array.count > 0) {
  291. MailModel * model = array[indexPath.row];
  292. [cell setDataModel:model];
  293. [cell.selectbuton setAction:^{
  294. model.IsSelect = !model.IsSelect;
  295. [weakSelf checkSelectCount:model];
  296. [weakSelf.myTableView reloadRow:indexPath.row inSection:indexPath.section withRowAnimation:UITableViewRowAnimationNone];
  297. }];
  298. }
  299. }
  300. break;
  301. default:{
  302. NSString *cellIdentifier = @"SendInfoGroupCell";
  303. SendInfoGroupCell * detailCommentCell = (SendInfoGroupCell *)[tableView dequeueReusableCellWithIdentifier:cellIdentifier];
  304. SelectModel *model = array[indexPath.row];
  305. [detailCommentCell loadDataDepartUserModel:model indexWith:indexPath];
  306. [detailCommentCell.selectbuton setAction:^{
  307. model.hadSelected = !model.hadSelected;
  308. [weakSelf checkSelectCount:model];
  309. [weakSelf.myTableView reloadRow:indexPath.row inSection:indexPath.section withRowAnimation:UITableViewRowAnimationNone];
  310. }];
  311. detailCommentCell.rightImgeView.hidden = YES;
  312. return detailCommentCell;
  313. }
  314. break;
  315. }
  316. return cell;
  317. }else{
  318. if (indexPath.section == 1) {
  319. if ([self checkAllSelect:0]) {
  320. [self.allSelectBtn setImage:IMG(@"sendinfo_yes") forState:UIControlStateNormal];
  321. }else{
  322. [self.allSelectBtn setImage:IMG(@"sendinfo_no") forState:UIControlStateNormal];
  323. }
  324. NSString *cellIdentifier = @"SendInfoGroupCell";
  325. SendInfoGroupCell * detailCommentCell = (SendInfoGroupCell *)[tableView dequeueReusableCellWithIdentifier:cellIdentifier];
  326. SelectModel *model = self.usersSourceDataArray[indexPath.row];
  327. [detailCommentCell loadDataDepartUserModel:model indexWith:indexPath];
  328. [detailCommentCell.selectbuton setAction:^{
  329. model.hadSelected = !model.hadSelected;
  330. [weakSelf checkSelectCount:model];
  331. [weakSelf.myTableView reloadRow:indexPath.row inSection:indexPath.section withRowAnimation:UITableViewRowAnimationNone];
  332. }];
  333. detailCommentCell.rightImgeView.hidden = YES;
  334. return detailCommentCell;
  335. }else{
  336. if ([self checkAllSelect:1]) {
  337. [self.allSelectBtn setImage:IMG(@"sendinfo_yes") forState:UIControlStateNormal];
  338. }else{
  339. [self.allSelectBtn setImage:IMG(@"sendinfo_no") forState:UIControlStateNormal];
  340. }
  341. NSString *cellIdentifier2 = @"SendGroupBCell";
  342. SendGroupBCell * sendB = (SendGroupBCell *)[tableView dequeueReusableCellWithIdentifier:cellIdentifier2];
  343. Department *model = self.departSourceDataArray[indexPath.row];
  344. [sendB loadDataModelDepartment: model WithIndex:indexPath];
  345. [sendB.selectbuton setAction:^{
  346. model.hadSelected = !model.hadSelected;
  347. [weakSelf checkSelectCount:model];
  348. [weakSelf.myTableView reloadRow:indexPath.row inSection:indexPath.section withRowAnimation:UITableViewRowAnimationNone];
  349. }];
  350. sendB.rightImgeView.hidden = NO;
  351. return sendB;
  352. }
  353. }
  354. }
  355. - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{
  356. return 65.f;
  357. }
  358. - (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section
  359. {
  360. if (!self.IsSubVC && section > 0) {
  361. return 36.f;
  362. }else{
  363. return 0.01f;
  364. }
  365. }
  366. - (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section
  367. {
  368. return 0.01f;
  369. }
  370. - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
  371. {
  372. if (!self.IsSubVC && section > 0) {
  373. UIView * view = [[UIView alloc] initWithFrame:CGRectMake(0, 0, SCREEN_WIDTH, 36)];
  374. view.backgroundColor = UIColorHex(0xF0EFF4);
  375. UILabel * titleL = [UILabel new];
  376. [view addSubview:titleL];
  377. titleL.textColor = UIColorHex(0x666666);
  378. titleL.font = Kfont(13);
  379. titleL.text = @"最近聊天";
  380. [titleL mas_makeConstraints:^(MASConstraintMaker *make) {
  381. make.left.mas_offset(48);
  382. make.centerY.mas_equalTo(view);
  383. }];
  384. return view;
  385. }else{
  386. return [UIView new];
  387. }
  388. }
  389. - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{
  390. if (self.IsSubVC) {
  391. if (self.isDefalutPage == 1) {
  392. if (indexPath.row == 0) { //
  393. Department *model = self.departSourceDataArray[indexPath.row];
  394. AddLookUpUserSecondVC *vc = [[AddLookUpUserSecondVC alloc] init];
  395. if (model.hadSelected) {
  396. model.hadSelected = !model.hadSelected;
  397. [self.myTableView reloadRow:indexPath.row inSection:indexPath.section withRowAnimation:UITableViewRowAnimationNone];
  398. }else{
  399. vc.indexId = model.Id;
  400. vc.isDefalutPage = 2;
  401. vc.isMyGroup = 1;
  402. vc.SourceType = 1;
  403. vc.IsSubVC = YES;
  404. vc.isShow = self.isShow;
  405. vc.UserIds = self.UserIds;
  406. vc.titleStr = self.titleStr;
  407. vc.grouperArray = self.grouperArray;
  408. vc.isAllSelected = self.isAllSelected;
  409. [self.navigationController pushViewController:vc animated:YES];
  410. }
  411. }else{
  412. Department *model = self.departSourceDataArray[indexPath.row];
  413. AddLookUpUserSecondVC *vc = [[AddLookUpUserSecondVC alloc] init];
  414. if (model.hadSelected) {
  415. model.hadSelected = !model.hadSelected;
  416. [self.myTableView reloadRow:indexPath.row inSection:indexPath.section withRowAnimation:UITableViewRowAnimationNone];
  417. }else{
  418. vc.indexId = model.Id;
  419. vc.isDefalutPage = 2;
  420. vc.isMyGroup = 2;
  421. vc.titleStr = self.titleStr;
  422. vc.SourceType = 3;
  423. vc.IsSubVC = YES;
  424. vc.isShow = self.isShow;
  425. vc.UserIds = self.UserIds;
  426. vc.grouperArray = self.grouperArray;
  427. vc.isAllSelected = self.isAllSelected;
  428. [self.navigationController pushViewController:vc animated:YES];
  429. }
  430. }
  431. }else{
  432. if (indexPath.section == 0) {
  433. Department *model = self.departSourceDataArray[indexPath.row];
  434. if (model.hadSelected) {
  435. model.hadSelected = !model.hadSelected;
  436. [self.myTableView reloadRow:indexPath.row inSection:indexPath.section withRowAnimation:UITableViewRowAnimationNone];
  437. }else{
  438. AddLookUpUserSecondVC *vc = [[AddLookUpUserSecondVC alloc] init];
  439. vc.indexId = model.Id;
  440. vc.isDefalutPage = 2;
  441. vc.IsSubVC = YES;
  442. vc.isShow = self.isShow;
  443. vc.UserIds = self.UserIds;
  444. vc.titleStr = self.titleStr;
  445. vc.isMyGroup = self.isMyGroup;
  446. vc.SourceType = self.SourceType;
  447. vc.grouperArray = self.grouperArray;
  448. vc.isAllSelected = self.isAllSelected;
  449. [self.navigationController pushViewController:vc animated:YES];
  450. }
  451. }else{
  452. SelectModel *model = self.usersSourceDataArray[indexPath.row];
  453. model.hadSelected = !model.hadSelected;
  454. [self checkSelectCount:model];
  455. [self.myTableView reloadRow:indexPath.row inSection:indexPath.section withRowAnimation:UITableViewRowAnimationNone];
  456. }
  457. }
  458. }else{
  459. NSArray * array = [self.dataSourceArray objectAtIndex:indexPath.section];
  460. MailModel * model = [array objectAtIndex:indexPath.row];
  461. switch (model.TypeId) {
  462. case MailListUserType:
  463. {
  464. SelectModel * smodel = [array objectAtIndex:indexPath.row];
  465. smodel.hadSelected = !smodel.hadSelected;
  466. [self checkSelectCount:smodel];
  467. [self.myTableView reloadRow:indexPath.row inSection:indexPath.section withRowAnimation:UITableViewRowAnimationNone];
  468. }
  469. break;
  470. case MailListDesType:
  471. {
  472. if (model.IsSelect) {
  473. model.IsSelect = !model.IsSelect;
  474. [self.myTableView reloadRow:indexPath.row inSection:indexPath.section withRowAnimation:UITableViewRowAnimationNone];
  475. }else{
  476. ShowDesVC * vc = [ShowDesVC initShowDesVC];
  477. vc.dataSourceArray = model.Items.mutableCopy;
  478. vc.IsSelect = YES;
  479. vc.IsSelectDes = self.isAllSelected;
  480. [self.navigationController pushViewController:vc animated:YES];
  481. }
  482. }
  483. break;
  484. case MailListSysType:
  485. {
  486. if (model.IsSelect) {
  487. model.IsSelect = !model.IsSelect;
  488. [self.myTableView reloadRow:indexPath.row inSection:indexPath.section withRowAnimation:UITableViewRowAnimationNone];
  489. }else{
  490. ShowSysVC * vc = [ShowSysVC initShowSysVC];
  491. vc.dataSourceArray = model.Items.mutableCopy;
  492. vc.IsSelect = YES;
  493. vc.IsSelectDes = self.isAllSelected;
  494. [self.navigationController pushViewController:vc animated:YES];
  495. }
  496. }
  497. break;
  498. case MailListCusType:
  499. {
  500. if (model.IsSelect) {
  501. model.IsSelect = !model.IsSelect;
  502. [self.myTableView reloadRow:indexPath.row inSection:indexPath.section withRowAnimation:UITableViewRowAnimationNone];
  503. }else{
  504. AddLookUpUserSecondVC *vc = [[AddLookUpUserSecondVC alloc] init];
  505. vc.indexId = self.departSourceDataArray[indexPath.row].Id;
  506. vc.isDefalutPage = 2;
  507. vc.isMyGroup = 2;
  508. vc.titleStr = self.titleStr;
  509. vc.SourceType = 3;
  510. vc.IsSubVC = YES;
  511. vc.isShow = self.isShow;
  512. vc.UserIds = self.UserIds;
  513. vc.grouperArray = self.grouperArray;
  514. vc.isAllSelected = self.isAllSelected;
  515. [self.navigationController pushViewController:vc animated:YES];
  516. }
  517. }
  518. break;
  519. case MailListOtherType:
  520. {
  521. if (model.IsSelect) {
  522. model.IsSelect = !model.IsSelect;
  523. [self.myTableView reloadRow:indexPath.row inSection:indexPath.section withRowAnimation:UITableViewRowAnimationNone];
  524. }else{
  525. ShowUserVC * vc = [ShowUserVC initShowUserVC];
  526. vc.IsSelect = YES;
  527. vc.IsSelectDes = self.isAllSelected;
  528. vc.dataSourceArray = self.OtherArray.mutableCopy;
  529. [self.navigationController pushViewController:vc animated:YES];
  530. }
  531. }
  532. break;
  533. default:
  534. {
  535. if (model.IsSelect) {
  536. model.IsSelect = !model.IsSelect;
  537. [self.myTableView reloadRow:indexPath.row inSection:indexPath.section withRowAnimation:UITableViewRowAnimationNone];
  538. }else{
  539. AddLookUpUserSecondVC *vc = [[AddLookUpUserSecondVC alloc] init];
  540. vc.indexId = self.departSourceDataArray[indexPath.row].Id;
  541. vc.isDefalutPage = 2;
  542. vc.isMyGroup = 2;
  543. vc.titleStr = self.titleStr;
  544. vc.SourceType = 3;
  545. vc.IsSubVC = YES;
  546. vc.isShow = self.isShow;
  547. vc.UserIds = self.UserIds;
  548. vc.grouperArray = self.grouperArray;
  549. vc.isAllSelected = self.isAllSelected;
  550. [self.navigationController pushViewController:vc animated:YES];
  551. }
  552. }
  553. break;
  554. }
  555. }
  556. }
  557. - (BOOL)checkAllSelect:(NSInteger)index
  558. {
  559. switch (index) {
  560. case 0:
  561. {
  562. for (SelectModel * model in self.usersSourceDataArray) {
  563. if (!model.hadSelected) {
  564. [self.allSelectBtn setImage:IMG(@"sendinfo_no") forState:UIControlStateNormal];
  565. return NO;
  566. }
  567. }
  568. [self.allSelectBtn setImage:IMG(@"sendinfo_yes") forState:UIControlStateNormal];
  569. return YES;
  570. }
  571. break;
  572. case 1:
  573. {
  574. for (Department * model in self.departSourceDataArray) {
  575. if (!model.hadSelected) {
  576. [self.allSelectBtn setImage:IMG(@"sendinfo_no") forState:UIControlStateNormal];
  577. return NO;
  578. }
  579. }
  580. [self.allSelectBtn setImage:IMG(@"sendinfo_yes") forState:UIControlStateNormal];
  581. return YES;
  582. }
  583. break;
  584. default:
  585. {
  586. for (NSArray * array in self.dataSourceArray) {
  587. for (id sub in array) {
  588. if ([sub isKindOfClass:[MailModel class]]) {
  589. MailModel * model = (MailModel *)sub;
  590. if (!model.IsSelect) {
  591. [self.allSelectBtn setImage:IMG(@"sendinfo_no") forState:UIControlStateNormal];
  592. return NO;
  593. }
  594. }
  595. if ([sub isKindOfClass:[SelectModel class]]) {
  596. SelectModel * model = (SelectModel *)sub;
  597. if (!model.hadSelected) {
  598. [self.allSelectBtn setImage:IMG(@"sendinfo_no") forState:UIControlStateNormal];
  599. return NO;
  600. }
  601. }
  602. }
  603. }
  604. [self.allSelectBtn setImage:IMG(@"sendinfo_yes") forState:UIControlStateNormal];
  605. return YES;
  606. }
  607. break;
  608. }
  609. }
  610. - (void)checkSelectCount:(id)detail
  611. {
  612. NSInteger count = 0;
  613. for (SelectModel * model in self.usersSourceDataArray) {
  614. if (model.hadSelected) {
  615. count++;
  616. }
  617. }
  618. for (NSArray * subArray in self.dataSourceArray) {
  619. for (id sub in subArray) {
  620. if ([sub isKindOfClass:[MailModel class]]) {
  621. MailModel * model = (MailModel *)sub;
  622. if (model.IsSelect) {
  623. count++;
  624. }
  625. }
  626. if ([sub isKindOfClass:[SelectModel class]]) {
  627. SelectModel * model = (SelectModel *)sub;
  628. if (model.hadSelected) {
  629. count++;
  630. }
  631. }
  632. }
  633. }
  634. for (SelectModel * model in self.departSourceDataArray) {
  635. if (model.hadSelected) {
  636. count++;
  637. }
  638. }
  639. self.selectCountL.text = [NSString stringWithFormat:@"%ld",count];
  640. [self countMailArray:@[detail]];
  641. }
  642. - (void)countMailArray:(NSArray *)sssArray
  643. {
  644. NSMutableArray * mailArray = [NSMutableArray arrayWithArray:USERDEFAULTSGET(MAILSELECT)];
  645. for (id detail in sssArray) {
  646. SelectModel * ssmodel = [self addSelectModel:detail];
  647. __block BOOL isEque = NO;
  648. [mailArray enumerateObjectsUsingBlock:^(id _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) {
  649. SelectModel * sModel = (SelectModel*) [NSKeyedUnarchiver unarchiveObjectWithData:(NSData *)obj];
  650. if (sModel.SourceType == ssmodel.SourceType && sModel.SourceId == ssmodel.SourceId) {
  651. isEque = YES;
  652. if (!ssmodel.hadSelected) {
  653. [mailArray removeObject:obj];
  654. }
  655. }
  656. }];
  657. if (!isEque && ssmodel.hadSelected) {
  658. NSData * ssdata = [NSKeyedArchiver archivedDataWithRootObject:ssmodel];
  659. [mailArray addObject:ssdata];
  660. }
  661. USERDEFAULTSSET(mailArray, MAILSELECT);
  662. }
  663. if (mailArray.count > 0) {
  664. self.myNavigationBar.rightButton.enabled = YES;
  665. [self.myNavigationBar.rightButton setTitleColor:UIColorHex(#3979D3) forState:UIControlStateNormal];
  666. [self.myNavigationBar.rightButton setTitle:[NSString stringWithFormat:@"确定(%ld)",(long)mailArray.count] forState:UIControlStateNormal];
  667. }else{
  668. self.myNavigationBar.rightButton.enabled = NO;
  669. [self.myNavigationBar.rightButton setTitle:@"确定" forState:UIControlStateNormal];
  670. [self.myNavigationBar.rightButton setTitleColor:[UIColor lightGrayColor] forState:UIControlStateNormal];
  671. }
  672. }
  673. - (SelectModel *)addSelectModel:(id)model
  674. {
  675. if ([model isKindOfClass:[SelectModel class]]) {
  676. SelectModel * sModel = (SelectModel *)model;
  677. sModel.SourceType = 0;
  678. sModel.SourceId = sModel.UserId;
  679. sModel.SourceName = sModel.UserName;
  680. sModel.hadSelected = sModel.hadSelected;
  681. sModel.AvatarUrl = sModel.AvatarUrl;
  682. return sModel;
  683. }
  684. if ([model isKindOfClass:[MailModel class]]) {
  685. MailModel * mModel = (MailModel *)model;
  686. SelectModel * sModel = [[SelectModel alloc] init];
  687. sModel.SourceType = mModel.TypeId;
  688. sModel.SourceId = mModel.Id;
  689. sModel.SourceName = mModel.Name;
  690. sModel.TypeValue = mModel.TypeValue;
  691. sModel.hadSelected = mModel.IsSelect;
  692. return sModel;
  693. }
  694. if ([model isKindOfClass:[MailSubModel class]]) {
  695. MailSubModel * mModel = (MailSubModel *)model;
  696. SelectModel * sModel = [[SelectModel alloc] init];
  697. sModel.SourceType = mModel.TypeId;
  698. sModel.SourceId = mModel.Id;
  699. sModel.SourceName = mModel.Name;
  700. sModel.TypeValue = mModel.TypeValue;
  701. sModel.hadSelected = mModel.IsSelect;
  702. return sModel;
  703. }
  704. if ([model isKindOfClass:[Department class]]) {
  705. Department * mModel = (Department *)model;
  706. SelectModel * sModel = [[SelectModel alloc] init];
  707. if (self.isDefalutPage == 2 && self.isMyGroup == 2) {
  708. sModel.SourceType = 3;
  709. sModel.SourceName = mModel.GroupName;
  710. }else{
  711. sModel.SourceType = 1;
  712. sModel.SourceName = mModel.Name;
  713. }
  714. sModel.SourceId = mModel.Id;
  715. sModel.TypeValue = 0;
  716. sModel.hadSelected = mModel.hadSelected;
  717. return sModel;
  718. }
  719. return nil;
  720. }
  721. #pragma mark - 网络数据请求
  722. - (void)getdata{
  723. if (!self.IsSubVC) {
  724. [self getRootData];
  725. }
  726. if (self.isDefalutPage == 1) {
  727. return ;
  728. }
  729. if (self.isMyGroup == 1) {
  730. [self defaltGroupData];
  731. }
  732. if (self.isMyGroup == 2) {
  733. [self myGroupData];
  734. }
  735. }
  736. - (void)getRootData
  737. {
  738. SHOWLOADING
  739. WS(weakSelf);
  740. [self.dataSourceArray removeAllObjects];
  741. [self.OtherArray removeAllObjects];
  742. [[HttpManager sharedHttpManager] GETUrl:Host(API_APP_User_Link) parameters:@{} responseStyle:JOSN success:^(id _Nonnull responseObject) {
  743. NSLog(@"%@",responseObject);
  744. REMOVESHOW
  745. NSMutableArray * fArray = [NSMutableArray array];
  746. if ([responseObject[@"Items"] isKindOfClass:[NSArray class]]) {
  747. NSArray * array = responseObject[@"Items"];
  748. for (NSDictionary * dict in array) {
  749. MailModel * model = [MailModel modelWithDictionary:dict];
  750. [fArray addObject:model];
  751. }
  752. if ([responseObject[@"FriendUsers"] isKindOfClass:[NSArray class]]) {
  753. NSArray * array = responseObject[@"FriendUsers"];
  754. for (NSDictionary * dict in array) {
  755. SelectModel * smodel = [[SelectModel alloc] initDict:dict];
  756. smodel.SourceId = smodel.UserId;
  757. smodel.SourceName = smodel.UserName;
  758. smodel.SourceType = 0;
  759. [weakSelf.OtherArray addObject:smodel];
  760. }
  761. }
  762. NSMutableArray * sArray = [NSMutableArray array];
  763. if ([responseObject[@"LatelyChatUsers"] isKindOfClass:[NSArray class]]) {
  764. NSArray * array = responseObject[@"LatelyChatUsers"];
  765. for (NSDictionary * dict in array) {
  766. SelectModel * smodel = [[SelectModel alloc] initDict:dict];
  767. smodel.SourceId = smodel.UserId;
  768. smodel.SourceName = smodel.UserName;
  769. smodel.SourceType = 0;
  770. [sArray addObject:smodel];
  771. }
  772. }
  773. [weakSelf.dataSourceArray addObject:fArray];
  774. [weakSelf.dataSourceArray addObject:sArray];
  775. dispatch_async(dispatch_get_main_queue(), ^{
  776. [weakSelf.myTableView reloadData];
  777. });
  778. }
  779. } failure:^(NSError * _Nonnull error) {
  780. REMOVESHOW
  781. }];
  782. }
  783. - (void)defaltGroupData{
  784. SHOWLOADING
  785. NSDictionary * paraDict = @{@"DepartmentId":@(self.indexId),@"UserIds":self.UserIds,@"IsShow":@(self.isShow)};
  786. NSLog(@"%@",paraDict);
  787. [[HttpManager sharedHttpManager] POSTUrl:[NSString stringWithFormat:@"%@%@",BaseUrl,AddressBookGroup_DepartemntDetail_Post] parameters:paraDict responseStyle:JOSN success:^(id _Nonnull responseObject) {
  788. REMOVESHOW;
  789. NSDictionary *dic = responseObject;
  790. NSArray *departMentArray = dic[@"Departments"];
  791. NSMutableArray *departMentMutableArray = [NSMutableArray array];
  792. for (NSDictionary *dic2 in departMentArray) {
  793. Department *model = [[Department alloc]initWithDictionary:dic2 error:nil];
  794. [departMentMutableArray addObject:model];
  795. }
  796. self.departSourceDataArray = departMentMutableArray;
  797. NSArray *userArray = dic[@"Users"];
  798. NSMutableArray *usersMutableArray = [NSMutableArray array];
  799. for (NSDictionary *dic2 in userArray) {
  800. SelectModel * model = [[SelectModel alloc] initDict:dic2];
  801. [usersMutableArray addObject:model];
  802. }
  803. for (SelectModel * model in self.grouperArray) {
  804. for (SelectModel * userModel in usersMutableArray) {
  805. if (userModel.UserId == model.UserId) {
  806. userModel.IsDelete = YES;
  807. }
  808. }
  809. }
  810. NSMutableArray * checkUserArray = [NSMutableArray array];
  811. for (SelectModel * model in usersMutableArray) {
  812. if (!model.IsDelete) {
  813. [checkUserArray addObject:model];
  814. }
  815. }
  816. self.usersSourceDataArray = checkUserArray;
  817. [self.myTableView reloadData];
  818. } failure:^(NSError * _Nonnull error) {
  819. SHOWERROR([ZYCTool handerResultData:error]);
  820. }];
  821. }
  822. - (void)myGroupData{
  823. SHOWLOADING
  824. NSDictionary * paraDict = @{@"AddressBookGroupId":@(self.indexId),@"UserIds":self.UserIds,@"IsShow":@(self.isShow)};
  825. NSLog(@"%@",paraDict);
  826. [[HttpManager sharedHttpManager] POSTUrl:[NSString stringWithFormat:@"%@%@",BaseUrl,AddressBookGroupUser_Get_Post] parameters:paraDict responseStyle:JOSN success:^(id _Nonnull responseObject) {
  827. REMOVESHOW;
  828. NSDictionary *dic = responseObject;
  829. NSArray *departMentArray = dic[@"AddressBookGroups"];
  830. NSMutableArray *departMentMutableArray = [NSMutableArray array];
  831. for (NSDictionary *dic2 in departMentArray) {
  832. Department *model = [[Department alloc]initWithDictionary:dic2 error:nil];
  833. [departMentMutableArray addObject:model];
  834. }
  835. self.departSourceDataArray = departMentMutableArray;
  836. NSArray *userArray = dic[@"AddressBookGroupUsers"];
  837. NSMutableArray *usersMutableArray = [NSMutableArray array];
  838. for (NSDictionary *dic2 in userArray) {
  839. SelectModel * model = [SelectModel modelWithDictionary:dic2];
  840. [usersMutableArray addObject:model];
  841. }
  842. for (SelectModel * model in self.grouperArray) {
  843. for (SelectModel * userModel in usersMutableArray) {
  844. if (userModel.UserId == model.UserId) {
  845. userModel.IsDelete = YES;
  846. }
  847. }
  848. }
  849. NSMutableArray * checkUserArray = [NSMutableArray array];
  850. for (SelectModel * model in usersMutableArray) {
  851. if (!model.IsDelete) {
  852. [checkUserArray addObject:model];
  853. }
  854. }
  855. self.usersSourceDataArray = checkUserArray;
  856. [self.myTableView reloadData];
  857. } failure:^(NSError * _Nonnull error) {
  858. SHOWERROR([ZYCTool handerResultData:error]);
  859. }];
  860. }
  861. #pragma mark - 搜索事件处理
  862. - (void)searchhander:(TDButton *)sedner{
  863. }
  864. -(void)getSearchKeyWord:(NSString *)searchWord{
  865. NSLog(@"%@",searchWord);
  866. if(searchWord.length > 0){
  867. NSMutableDictionary *dict = [NSMutableDictionary dictionary];
  868. [dict setObject:searchWord forKey:@"Key"];
  869. WEAKSELF
  870. [[HttpManager sharedHttpManager] POSTWithUrl:Host(AddressBookGroup_Search_Post) parameters:dict success:^(id _Nonnull responseObject) {
  871. STRONGSELF
  872. NSArray *array = responseObject;
  873. if (array.count == 0) {
  874. SHOWERROR(@"没有搜到结果");
  875. }else{
  876. NSArray *userArray = responseObject;
  877. NSMutableArray *usersMutableArray = [NSMutableArray array];
  878. for (NSDictionary *dic2 in userArray) {
  879. SelectModel * model = [[SelectModel alloc] initDict:dic2];
  880. [usersMutableArray addObject:model];
  881. }
  882. [strongSelf.departSourceDataArray removeAllObjects];
  883. strongSelf.usersSourceDataArray = usersMutableArray;
  884. [strongSelf.myTableView reloadData];
  885. [strongSelf.myTableView reloadData];
  886. }
  887. } failure:^(NSError * _Nonnull error) {
  888. SHOWERROR([ZYCTool handerResultData:error])
  889. }];
  890. }else{
  891. }
  892. }
  893. - (void)canCelAllSelect
  894. {
  895. for (SelectModel * model in self.usersSourceDataArray) {
  896. model.hadSelected = NO;
  897. }
  898. for (Department * model in self.departSourceDataArray) {
  899. model.hadSelected = NO;
  900. }
  901. }
  902. - (UIButton *)allSelectBtn
  903. {
  904. if (!_allSelectBtn) {
  905. _allSelectBtn = [UIButton new];
  906. [_allSelectBtn setImage:IMG(@"sendinfo_no") forState:UIControlStateNormal];
  907. }
  908. return _allSelectBtn;
  909. }
  910. - (UILabel *)selectCountL
  911. {
  912. if (!_selectCountL) {
  913. _selectCountL = [UILabel new];
  914. _selectCountL.font = Kfont(13);
  915. _selectCountL.text = @"0";
  916. _selectCountL.textColor = UIColorHex(0x0F88EB);
  917. }
  918. return _selectCountL;
  919. }
  920. - (UIView *)SortView
  921. {
  922. if (!_SortView) {
  923. _SortView = [UIView new];
  924. _SortView.backgroundColor = UIColorHex(0xF0EFF4);
  925. }
  926. return _SortView;
  927. }
  928. - (void)addSortV
  929. {
  930. [self.view addSubview:self.SortView];
  931. [self.SortView mas_makeConstraints:^(MASConstraintMaker *make) {
  932. make.left.right.mas_equalTo(self.view);
  933. make.height.mas_offset(38);
  934. make.top.mas_equalTo(self.listHeaderVIew.mas_bottom);
  935. }];
  936. [self.SortView addSubview:self.allSelectBtn];
  937. [self.SortView addSubview:self.selectCountL];
  938. [self.allSelectBtn mas_makeConstraints:^(MASConstraintMaker *make) {
  939. make.left.mas_offset(5);
  940. make.centerY.mas_equalTo(self.SortView);
  941. make.size.mas_offset(CGSizeMake(38, 38));
  942. }];
  943. UILabel * leftL = [UILabel new];
  944. leftL.text = @"已选:";
  945. leftL.textColor = UIColorHex(0x666666);
  946. leftL.font = Kfont(13);
  947. [self.SortView addSubview:leftL];
  948. [leftL mas_makeConstraints:^(MASConstraintMaker *make) {
  949. make.left.mas_equalTo(self.allSelectBtn.mas_right).offset(5);
  950. make.centerY.mas_equalTo(self.SortView);
  951. }];
  952. [self.selectCountL mas_makeConstraints:^(MASConstraintMaker *make) {
  953. make.left.mas_equalTo(leftL.mas_right).offset(8);
  954. make.centerY.mas_equalTo(self.SortView);
  955. }];
  956. WS(weakSelf);
  957. [self.allSelectBtn setAction:^{
  958. weakSelf.allSelected = !weakSelf.allSelected;
  959. [weakSelf selectedAction];
  960. }];
  961. }
  962. - (NSMutableArray *)dataSourceArray
  963. {
  964. if (!_dataSourceArray) {
  965. _dataSourceArray = [NSMutableArray array];
  966. }
  967. return _dataSourceArray;
  968. }
  969. - (NSMutableArray *)OtherArray
  970. {
  971. if (!_OtherArray) {
  972. _OtherArray = [NSMutableArray array];
  973. }
  974. return _OtherArray;
  975. }
  976. - (void)viewWillDisappear:(BOOL)animated
  977. {
  978. [super viewWillDisappear:animated];
  979. [self canCelAllSelect];
  980. [self.myTableView reloadData];
  981. }
  982. @end