MyWorkWordVC.m 50 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186
  1. //
  2. // MyWorkWordVC.m
  3. // smartRhino
  4. //
  5. // Created by tederen on 2019/11/1.
  6. // Copyright © 2019 tederen. All rights reserved.
  7. //
  8. #import "MyWorkWordVC.h"
  9. #import "AutoLayoutScrollView.h"
  10. #import "MyWorkWordModel.h"
  11. #import "SelectTextCell.h"
  12. #import "InPutTextCell.h"
  13. #import "InPutGongWenCell.h"
  14. #import "AddFileTableViewCell.h"
  15. #import "AddPeopleToGongWenCell.h"
  16. #import "MOFSPickerManager.h"
  17. #import "SendInfoGroupVC.h"
  18. #import "LYLPhotoTailoringTool.h"
  19. #import "MyWorkAppApprovalCell.h"
  20. #import "AddLookUpUserSecondVC.h"
  21. #import "MailListVC.h"
  22. #import "AddPictureCell.h"
  23. #import "FWZFileGetTool.h"
  24. #import "TZImagePickerController.h"
  25. #import "TabBarController.h"
  26. #import "DrawerView.h"
  27. #import "DownFileViewController.h"
  28. #import "FWZGetNoteBookTool.h"
  29. #import "HomeDetailController.h"
  30. #import "ChatMsgNoticeDetailVC.h"
  31. #import "MyTDTopicDetailVC.h"
  32. #import "TDInterLeterDetailVC.h"
  33. #import "NoteBookDetailVC.h"
  34. #import "TDGroupInfoListVC.h"
  35. #import "WorkFlowDetailsController.h"
  36. #import "MyApprovalPageDetail.h"
  37. #import "MyFavoriteVC.h"
  38. #import "NoteBookVC.h"
  39. #import "CountDataVC.h"
  40. #import "WorkFlowDetailsController.h"
  41. #import "ShareListVC.h"
  42. @interface MyWorkWordVC ()<UITableViewDelegate,UITableViewDataSource, UINavigationControllerDelegate, UIImagePickerControllerDelegate,UITextViewDelegate,UITextFieldDelegate,AddPeopleToGongWenCellDelegate,MyWorkAppApprovalCellDelegate,AddLookUpUserSecondVCDelegate,AddPictureCellDelegate,UIDocumentPickerDelegate>{
  43. NSIndexPath *_currentIndexPath;
  44. }
  45. @property (nonatomic, strong) UIScrollView *scrollView;
  46. @property (nonatomic, strong) NSMutableArray<NSMutableArray<MyWorkWordModel*>*>* viewDataArray;
  47. @property (nonatomic, strong) NSMutableArray<FormFieldsModel*>* viewDataArray2;
  48. @property (nonatomic, strong) NSMutableArray<FlowAttachmentsModel*>* attrArray;
  49. @property (nonatomic, strong) TDTableView *myTableView;
  50. @property (nonatomic, strong) UIView *footerview;
  51. @property (nonatomic, strong) MyWorkWordModel *model;
  52. @property (nonatomic, assign) NSInteger isTest;
  53. @property (nonatomic, assign) CGFloat rowH;
  54. @property (nonatomic, strong) NSMutableDictionary *reuqestParams;
  55. @property (nonatomic, strong) NSMutableArray *chaoSongRenArr;
  56. @property (nonatomic, strong) NSMutableArray *shenPiRenArr;
  57. @property (nonatomic, strong) DrawerView *drawerView;
  58. @property (nonatomic, assign) BOOL isShenPinRen;
  59. @end
  60. @implementation MyWorkWordVC
  61. - (DrawerView *)drawerView {
  62. if(!_drawerView) {
  63. _drawerView = [[DrawerView alloc] init];
  64. }
  65. return _drawerView;
  66. }
  67. - (void)viewDidLoad {
  68. [super viewDidLoad];
  69. self.myTableView.keyboardDismissMode = UIScrollViewKeyboardDismissModeOnDrag;
  70. self.view.backgroundColor = [UIColor colorWithHexString:@"EEEEEE"];
  71. self.fd_prefersNavigationBarHidden = YES;
  72. self.isTest = 1;
  73. self.rowH = 120.f;
  74. [self.navigationController.navigationItem.leftBarButtonItem setImage:IMG(@"工作_返回")];
  75. [self.navigationController.navigationBar setBackgroundImage:[UIImage imageWithBgColor:[UIColor colorWithRed:92/255.0 green:118.0/255.0 blue:167.0/255.f alpha:1.0] alpha:1.0] forBarMetrics:UIBarMetricsDefault];
  76. self.myTableView.backgroundColor = [UIColor colorWithHexString:@"EEEEEE"];
  77. [self getData];
  78. [self.view addSubview:self.myTableView];
  79. self.footerview.frame = CGRectMake(0, 0, kGXScreenWidth,70);
  80. [self registerNotification];
  81. self.fd_interactivePopDisabled = YES;
  82. }
  83. - (void)viewWillAppear:(BOOL)animated{
  84. [super viewWillAppear:animated];
  85. [[IQKeyboardManager sharedManager] setEnable:NO];
  86. [UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleDefault;
  87. }
  88. - (void)viewWillDisappear:(BOOL)animated{
  89. [super viewWillDisappear:animated];
  90. [[IQKeyboardManager sharedManager] setEnable:YES];
  91. [UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleLightContent;
  92. }
  93. - (UIStatusBarStyle)preferredStatusBarStyle{
  94. return UIStatusBarStyleLightContent;
  95. }
  96. - (void)backButtonAction2:(UIButton *)sender {
  97. [self secondBarButtonItems];
  98. }
  99. - (void)secondBarButtonItems{
  100. [[UtilsTools getWindow] addSubview:self.drawerView];
  101. WS(weakSelf);
  102. self.drawerView.SelectDrawerBlock = ^(NSIndexPath * _Nonnull indexPath) {
  103. if (![weakSelf.tabBarController isKindOfClass:[TabBarController class]]) {
  104. [TabBarController sharedTabBarController].tabBar.hidden = NO;
  105. [weakSelf.tabBarController.navigationController popViewControllerAnimated:NO];
  106. }
  107. if ([weakSelf.navigationController.viewControllers count] > 1) {
  108. [weakSelf.navigationController popToRootViewControllerAnimated:NO];
  109. }
  110. switch (indexPath.section) {
  111. case 0:
  112. {
  113. [[TabBarController sharedTabBarController] setSelectedIndex:indexPath.row];
  114. }
  115. break;
  116. case 1:
  117. {
  118. switch (indexPath.row) {
  119. case 0:
  120. {
  121. [[TabBarController sharedTabBarController] setSelectedIndex:2];
  122. }
  123. break;
  124. case 1:
  125. {
  126. [[TabBarController sharedTabBarController] setSelectedIndex:2];
  127. }
  128. break;
  129. default:
  130. {
  131. [[TabBarController sharedTabBarController] setSelectedIndex:3];
  132. }
  133. break;
  134. }
  135. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.2 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
  136. [[NSNotificationCenter defaultCenter] postNotificationName:DRAWERPUSHVC object:nil userInfo:@{VCINDEX:@(indexPath.row)}];
  137. });
  138. }
  139. break;
  140. default:
  141. {
  142. [[TabBarController sharedTabBarController] setSelectedIndex:3];
  143. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.2 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
  144. [[NSNotificationCenter defaultCenter] postNotificationName:DRAWERPUSHVC object:nil userInfo:@{VCINDEX:@(4 + indexPath.row)}];
  145. });
  146. }
  147. break;
  148. }
  149. };
  150. self.drawerView.frame = CGRectMake(0,0, SCREEN_WIDTH, SCREEN_HEIGHT);// - kNavigationHeight
  151. }
  152. - (void)getData{
  153. [self getOnlineData];
  154. }
  155. - (void)getOnlineData{
  156. SHOWLOADING
  157. WS(weakSelf);
  158. [self.attrArray removeAllObjects];
  159. [self.shenPiRenArr removeAllObjects];
  160. [self.chaoSongRenArr removeAllObjects];
  161. [[HttpManager sharedHttpManager] GETUrl:[NSString stringWithFormat:@"%@%@%ld",BaseUrl,WorkFlowHomeData_Post,(long)self.indexID] parameters:@{@"id":@(self.indexID)} responseStyle:JOSN success:^(id _Nonnull responseObject) {
  162. REMOVESHOW
  163. NSDictionary *dic = responseObject;
  164. MyWorkWordModel *model = [[MyWorkWordModel alloc] initWithDictionary:dic error:nil];
  165. weakSelf.model = model;
  166. if (weakSelf.detailsModel) {
  167. weakSelf.model.FormFields = self.detailsModel.FormFields;
  168. for (NSDictionary * dict in self.detailsModel.ApproverCheckUsers) {
  169. SelectModel * model = [[SelectModel alloc] init];
  170. model.UserId = [dict[@"Id"] integerValue];
  171. model.Name = dict[@"Name"];
  172. model.UserName = dict[@"Name"];
  173. model.Id = [dict[@"Id"] integerValue];
  174. model.AvatarUrl = dict[@"AvatarUrl"];
  175. [weakSelf.shenPiRenArr addObject:model];
  176. }
  177. for (NSDictionary * dict in self.detailsModel.CarbonCopyUsers) {
  178. SelectModel * model = [[SelectModel alloc] init];
  179. model.UserId = [dict[@"Id"] integerValue];
  180. model.Name = dict[@"Name"];
  181. model.UserName = dict[@"Name"];
  182. model.Id = [dict[@"Id"] integerValue];
  183. model.AvatarUrl = dict[@"AvatarUrl"];
  184. [weakSelf.chaoSongRenArr addObject:model];
  185. }
  186. [weakSelf.attrArray addObjectsFromArray:weakSelf.detailsModel.FlowAttachments];
  187. if (weakSelf.attrArray.count > 0) {
  188. NSArray *cells = [weakSelf.myTableView visibleCells];
  189. for (UITableViewCell * cell in cells) {
  190. if ([cell isKindOfClass:[AddPictureCell class]]) {
  191. AddPictureCell * aCell = (AddPictureCell *)cell;
  192. [aCell.mycollectionView reloadData];
  193. }
  194. }
  195. }
  196. }
  197. //self.model.AllowApproverCheck = 1;
  198. NSLog(@"%@",model);
  199. weakSelf.viewDataArray2 = [NSMutableArray arrayWithArray:model.FormFields];
  200. weakSelf.isTest = 2;
  201. dispatch_async(dispatch_get_main_queue(), ^{
  202. [weakSelf.myTableView setTableFooterView:weakSelf.footerview];
  203. [weakSelf.myTableView reloadData];
  204. });
  205. /****************处理重新提交流程bug***********/
  206. //如果有其他页面需要处理
  207. if (weakSelf.loadDataBlock) {
  208. weakSelf.loadDataBlock();
  209. }
  210. //赋值
  211. } failure:^(NSError * _Nonnull error) {
  212. REMOVESHOW
  213. SHOWERROR([ZYCTool handerResultData:error]);
  214. }];
  215. }
  216. #pragma mark - UITableViewDelegate,UITableViewDataSource
  217. - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView{
  218. if (self.isTest == 1) {
  219. return self.viewDataArray.count;
  220. }else {
  221. return self.viewDataArray2.count + (self.model.AllowApproverCheck == 0 ? 0 : 1) + (self.model.AllowCarbonCopy == 0 ? 0 : 1);
  222. }
  223. }
  224. - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section{
  225. if (self.isTest == 1) {
  226. return self.viewDataArray[section].count;
  227. }else{
  228. return 1;
  229. }
  230. }
  231. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
  232. NSString * cellIdentifier1 = @"SelectTextCell";
  233. SelectTextCell *selectTextCell = (SelectTextCell *)[tableView dequeueReusableCellWithIdentifier:cellIdentifier1];
  234. NSString * cellIdentifier2 = @"InPutTextCell";
  235. InPutTextCell *inPutTextCell = (InPutTextCell *)[tableView dequeueReusableCellWithIdentifier:cellIdentifier2];
  236. NSString * cellIdentifier3 = @"InPutGongWenCell";
  237. InPutGongWenCell *inPutGongWenCell = (InPutGongWenCell *)[tableView dequeueReusableCellWithIdentifier:cellIdentifier3];
  238. // NSString * cellIdentifier4 = @"AddFileTableViewCell";
  239. // AddFileTableViewCell *addFileTableViewCell = (AddFileTableViewCell *)[tableView dequeueReusableCellWithIdentifier:cellIdentifier4];
  240. //抄送人
  241. NSString * cellIdentifier5 = @"AddPeopleToGongWenCell";
  242. AddPeopleToGongWenCell *addPeopleToGongWenCell = (AddPeopleToGongWenCell *)[tableView dequeueReusableCellWithIdentifier:cellIdentifier5];
  243. //审批人
  244. NSString * cellIdentifier6 = @"MyWorkAppApprovalCell";
  245. MyWorkAppApprovalCell *myWorkAppApprovalCell = (MyWorkAppApprovalCell *)[tableView dequeueReusableCellWithIdentifier:cellIdentifier6];
  246. WS(weakSelf);
  247. NSString * cellIdentifier7 = @"AddPictureCell";
  248. AddPictureCell *addPictureCell = (AddPictureCell *)[tableView dequeueReusableCellWithIdentifier:cellIdentifier7];
  249. if (self.model.AllowApproverCheck == 1) {
  250. if(indexPath.section == self.viewDataArray2.count){
  251. // 审批人
  252. myWorkAppApprovalCell.namelab.text = @"审批人";
  253. myWorkAppApprovalCell.delegate = self;
  254. myWorkAppApprovalCell.approvalSection = self.shenPiRenArr;
  255. [myWorkAppApprovalCell.collectView reloadData];
  256. return myWorkAppApprovalCell;
  257. }
  258. }
  259. if (self.model.AllowCarbonCopy == 1) {
  260. if(indexPath.section == (self.viewDataArray2.count + 1 )){
  261. // 抄送人
  262. addPeopleToGongWenCell.namelab.text = @"抄送人";
  263. addPeopleToGongWenCell.haveNeedImageView.hidden = YES;
  264. addPeopleToGongWenCell.delegate = self;
  265. addPeopleToGongWenCell.approvalSection = self.chaoSongRenArr;
  266. return addPeopleToGongWenCell;
  267. }
  268. }
  269. FormFieldsModel * formFieldsModel = self.viewDataArray2[indexPath.section];
  270. if (formFieldsModel.Value.length > 0) {
  271. formFieldsModel.paramString = formFieldsModel.Value;
  272. }
  273. if ([formFieldsModel.Type isEqualToString:@"Text"])//单行文本
  274. {
  275. inPutTextCell.nameLab.text = formFieldsModel.Label;
  276. inPutTextCell.imageView.hidden = (formFieldsModel.Required == 1) ? NO : YES;
  277. inPutTextCell.haveNeedImageView.hidden = (formFieldsModel.Required == 1) ? NO : YES;
  278. inPutTextCell.inputtextFeild.tag = indexPath.section + 10000;
  279. inPutTextCell.inputtextFeild.delegate = self;
  280. inPutTextCell.formFieldsModel = formFieldsModel;
  281. return inPutTextCell;
  282. }
  283. else if ([formFieldsModel.Type isEqualToString:@"TextArea"])//多行文本
  284. {
  285. inPutGongWenCell.namelab.text = formFieldsModel.Label;
  286. inPutGongWenCell.haveNeedImageView.hidden = (formFieldsModel.Required == 1) ? NO : YES;
  287. inPutGongWenCell.gongwenContent.delegate = self;
  288. inPutGongWenCell.gongwenContent.tag = indexPath.section;
  289. inPutGongWenCell.gongwenContent.placeholder = formFieldsModel.Placeholder;
  290. inPutGongWenCell.formFieldsModel = formFieldsModel;
  291. return inPutGongWenCell;
  292. }
  293. else if ([formFieldsModel.Type isEqualToString:@"Number"])//数字
  294. {
  295. inPutTextCell.nameLab.text = formFieldsModel.Label;
  296. inPutTextCell.imageView.hidden = (formFieldsModel.Required == 1) ? NO : YES;
  297. inPutTextCell.haveNeedImageView.hidden = (formFieldsModel.Required == 1) ? NO : YES;
  298. inPutTextCell.inputtextFeild.tag = indexPath.section;
  299. inPutTextCell.inputtextFeild.keyboardType = UIKeyboardTypeNumberPad;
  300. inPutTextCell.inputtextFeild.delegate = self;
  301. inPutTextCell.formFieldsModel = formFieldsModel;
  302. return inPutTextCell;
  303. }
  304. else if ([formFieldsModel.Type isEqualToString:@"Currency"])//金额
  305. {
  306. inPutTextCell.nameLab.text = formFieldsModel.Label;
  307. inPutTextCell.imageView.hidden = (formFieldsModel.Required == 1) ? NO : YES;
  308. inPutTextCell.haveNeedImageView.hidden = (formFieldsModel.Required == 1) ? NO : YES;
  309. inPutTextCell.inputtextFeild.tag = indexPath.section;
  310. inPutTextCell.inputtextFeild.keyboardType = UIKeyboardTypeNumberPad;
  311. inPutTextCell.inputtextFeild.delegate = self;
  312. inPutTextCell.formFieldsModel = formFieldsModel;
  313. return inPutTextCell;
  314. }
  315. else if ([formFieldsModel.Type isEqualToString:@"DateTime"])//日期
  316. {
  317. selectTextCell.nameLab.text = formFieldsModel.Label;
  318. selectTextCell.haveImageView.hidden = (formFieldsModel.Required == 1) ? NO : YES;
  319. selectTextCell.selectButton.tag = indexPath.section;
  320. if (!ISEmptyString(formFieldsModel.paramString)) {
  321. [selectTextCell.selectButton setTitle:formFieldsModel.paramString forState:UIControlStateNormal];
  322. [selectTextCell.selectButton setTitleColor: UIColorHex(#333333) forState:UIControlStateNormal];
  323. }
  324. return selectTextCell;
  325. }
  326. else if ([formFieldsModel.Type isEqualToString:@"Radio"])//单选
  327. {
  328. selectTextCell.nameLab.text = formFieldsModel.Label;
  329. selectTextCell.haveImageView.hidden = (formFieldsModel.Required == 1) ? NO : YES;
  330. selectTextCell.selectButton.tag = indexPath.section;
  331. if (!ISEmptyString(formFieldsModel.paramString)) {
  332. [selectTextCell.selectButton setTitle:formFieldsModel.paramString forState:UIControlStateNormal];
  333. [selectTextCell.selectButton setTitleColor: UIColorHex(#333333) forState:UIControlStateNormal];
  334. }
  335. return selectTextCell;
  336. }
  337. else if ([formFieldsModel.Type isEqualToString:@"Attachment"])//附件
  338. {
  339. addPictureCell.namelab.text = formFieldsModel.Label;
  340. if (self.pageType == Type_GongWen) {
  341. addPictureCell.placeholderImg = @"上传附件";
  342. }
  343. addPictureCell.haveNeedImageView.hidden = YES;
  344. addPictureCell.approvalSection = self.attrArray;
  345. addPictureCell.index = indexPath;
  346. addPictureCell.delegate = self;
  347. addPictureCell.ClickCellBlock = ^(NSInteger index) {
  348. FlowAttachmentsModel * model = weakSelf.attrArray[index];
  349. [weakSelf pushFileOpenWithModel:model];
  350. };
  351. return addPictureCell;
  352. }
  353. return selectTextCell;
  354. }
  355. - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{
  356. [MOFSPickerManager shareManger].pickView.toolBar.cancelBar.textColor = UIColorHex(#888888);
  357. [MOFSPickerManager shareManger].pickView.toolBar.commitBar.textColor = UIColorHex(#3979D3);
  358. if (self.isTest == 1){
  359. }else{
  360. FormFieldsModel * formFieldsModel = self.viewDataArray2[indexPath.section];
  361. if ([formFieldsModel.Type isEqualToString:@"Text"])//单行文本
  362. {
  363. }
  364. else if ([formFieldsModel.Type isEqualToString:@"TextArea"])//多行文本
  365. {
  366. }
  367. else if ([formFieldsModel.Type isEqualToString:@"Number"])//数字
  368. {
  369. }
  370. else if ([formFieldsModel.Type isEqualToString:@"Currency"])//金额
  371. {
  372. }
  373. else if ([formFieldsModel.Type isEqualToString:@"DateTime"])//日期
  374. {
  375. [[MOFSPickerManager shareManger] showDatePickerWithTag:2 commitBlock:^(NSDate *date) {
  376. NSDateFormatter *dateformat = [[NSDateFormatter alloc]init];
  377. dateformat.dateFormat = @"yyyy-MM-dd";
  378. SelectTextCell *cell = [tableView cellForRowAtIndexPath:indexPath];
  379. [cell.selectButton setTitle: [dateformat stringFromDate:date] forState:UIControlStateNormal];
  380. cell.selectButton.tag = indexPath.section;
  381. [cell.selectButton setTitleColor:UIColorHex(#333333) forState:UIControlStateNormal];
  382. self.viewDataArray2[indexPath.section].paramString = [dateformat stringFromDate:date];
  383. } cancelBlock:^{
  384. }];
  385. }
  386. else if ([formFieldsModel.Type isEqualToString:@"Radio"])//单选
  387. {
  388. MOFSPickerManager *manager = [[MOFSPickerManager alloc] init];
  389. [manager showPickerViewWithDataArray:formFieldsModel.Options tag:1 title:nil cancelTitle:@"取消" commitTitle:@"确定" commitBlock:^(NSString *string) {
  390. SelectTextCell *cell = [tableView cellForRowAtIndexPath:indexPath];
  391. [cell.selectButton setTitle: string forState:UIControlStateNormal];
  392. [cell.selectButton setTitleColor:UIColorHex(#333333) forState:UIControlStateNormal];
  393. self.viewDataArray2[indexPath.section].paramString = string;
  394. } cancelBlock:^{
  395. }];
  396. }
  397. else if ([formFieldsModel.Type isEqualToString:@"Attachment"])//附件
  398. {
  399. }
  400. }
  401. }
  402. - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{
  403. if (self.isTest == 1) {
  404. if (indexPath.section == 0) {
  405. return 45;
  406. }
  407. if (indexPath.section == 1) {
  408. return 45;
  409. }
  410. if (indexPath.section == 2) {
  411. return 120;
  412. }
  413. if (indexPath.section == 3) {
  414. return 120;
  415. }
  416. if (indexPath.section == 4) {
  417. return 120;
  418. }
  419. if (indexPath.section == 5) {
  420. return 120;
  421. }
  422. return 0;
  423. }
  424. else{
  425. FormFieldsModel *formFieldsModel = self.viewDataArray2[indexPath.section];
  426. if ([formFieldsModel.Type isEqualToString:@"Text"])//单行文本
  427. {
  428. return 45;
  429. }
  430. else if ([formFieldsModel.Type isEqualToString:@"TextArea"])//多行文本
  431. {
  432. return self.rowH;
  433. }
  434. else if ([formFieldsModel.Type isEqualToString:@"Number"])//数字
  435. {
  436. return 45;
  437. }
  438. else if ([formFieldsModel.Type isEqualToString:@"Currency"])//金额
  439. {
  440. return 45;
  441. }
  442. else if ([formFieldsModel.Type isEqualToString:@"DateTime"])//日期
  443. {
  444. return 60;
  445. }
  446. else if ([formFieldsModel.Type isEqualToString:@"Radio"])//单选
  447. {
  448. return 60;
  449. }
  450. else if ([formFieldsModel.Type isEqualToString:@"Attachment"])//附件
  451. {
  452. return 120;
  453. }
  454. return 135.f;
  455. }
  456. }
  457. - (UIView *)tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger)section {
  458. CGFloat H = 0.f;
  459. if (section == 0) {
  460. H = 20;
  461. }
  462. if (section == 1) {
  463. H = 0.5;
  464. }
  465. if (section == 2) {
  466. H = 0.5;
  467. }
  468. if (section == 3) {
  469. H = self.indexID == 11 ? 20 : 0.5;
  470. }
  471. if (section >= 4) {
  472. H = 20;
  473. }
  474. UIView *view = [[UIView alloc] initWithFrame:CGRectMake(0, 0, SCREEN_WIDTH, H)];
  475. view.backgroundColor = [UIColor colorWithHexString:@"EEEEEE"];
  476. return view;
  477. }
  478. - (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section{
  479. if (self.isTest == 1) {
  480. if (section == 0) {
  481. return 10;
  482. }
  483. if (section == 1) {
  484. return 0.5;
  485. }
  486. if (section == 2) {
  487. return 0.5;
  488. }
  489. if (section == 3) {
  490. return 0.5;
  491. }
  492. if (section == 4) {
  493. return 10;
  494. }
  495. if (section == 5) {
  496. return 10;
  497. }
  498. return 0;
  499. }
  500. else{
  501. if (section == 0) {
  502. return 20;
  503. }
  504. if (section == 1) {
  505. return 0.5;
  506. }
  507. if (section == 2) {
  508. return 0.5;
  509. }
  510. if (section == 3) {
  511. return self.indexID == 11 ? 20 : 0.5;
  512. }
  513. if (section >= 4) {
  514. return 20;
  515. }
  516. return 0;
  517. }
  518. }
  519. - (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section{
  520. if (self.isTest == 1) {
  521. if (section == 0) {
  522. return 20;
  523. }
  524. if (section == 1) {
  525. return 20;
  526. }
  527. if (section == 2) {
  528. return 20;
  529. }
  530. if (section == 3) {
  531. return 20;
  532. }
  533. if (section == 4) {
  534. return 20;
  535. }
  536. if (section == 5) {
  537. return 20;
  538. }
  539. return 0;
  540. }
  541. else{
  542. if (section == 0) {
  543. return 20.f;
  544. }
  545. return 0.01;
  546. }
  547. }
  548. #pragma mark - UITableViewDelegate,UITableViewDataSource
  549. - (NSMutableArray<NSMutableArray<MyWorkWordModel *> *> *)viewDataArray{
  550. if (!_viewDataArray) {
  551. _viewDataArray = [NSMutableArray new];
  552. }
  553. return _viewDataArray;
  554. }
  555. - (TDTableView *)myTableView{
  556. if (!_myTableView) {
  557. _myTableView = [[TDTableView alloc]initWithFrame:CGRectMake(0,kNavigationHeight,kGXScreenWidth,kGXScreenHeigh -kNavigationHeight - kiphoneXBootomHeight)];
  558. _myTableView.delegate = self;
  559. _myTableView.dataSource= self;
  560. _myTableView.bounces = NO;
  561. [_myTableView registerNib:[UINib nibWithNibName:@"SelectTextCell" bundle:nil] forCellReuseIdentifier:@"SelectTextCell"];
  562. [_myTableView registerNib:[UINib nibWithNibName:@"InPutTextCell" bundle:nil] forCellReuseIdentifier:@"InPutTextCell"];
  563. [_myTableView registerNib:[UINib nibWithNibName:@"AddFileTableViewCell" bundle:nil] forCellReuseIdentifier:@"AddFileTableViewCell"];
  564. [_myTableView registerNib:[UINib nibWithNibName:@"InPutGongWenCell" bundle:nil] forCellReuseIdentifier:@"InPutGongWenCell"];
  565. [_myTableView registerNib:[UINib nibWithNibName:@"AddPeopleToGongWenCell" bundle:nil] forCellReuseIdentifier:@"AddPeopleToGongWenCell"];
  566. [_myTableView registerNib:[UINib nibWithNibName:@"MyWorkAppApprovalCell" bundle:nil] forCellReuseIdentifier:@"MyWorkAppApprovalCell"];
  567. [_myTableView registerNib:[UINib nibWithNibName:@"AddPictureCell" bundle:nil] forCellReuseIdentifier:@"AddPictureCell"];
  568. }
  569. return _myTableView;
  570. }
  571. - (UIView *)footerview{
  572. if (!_footerview) {
  573. _footerview = [[UIView alloc]init];
  574. _footerview.backgroundColor = [UIColor colorWithHexString:@"EEEEEE"];
  575. TDButton *button = [[TDButton alloc]init];
  576. [button setTitle:@"提交" forState:UIControlStateNormal];
  577. [[button titleLabel] setFont: [UIFont systemFontOfSize:19]];
  578. [button setTitleColor:UIColorHex(FFFFFF) forState:UIControlStateNormal];
  579. button.backgroundColor = [UIColor colorWithHexString:@"457BC7"];
  580. button.layer.cornerRadius = 5.f;
  581. button.layer.masksToBounds = YES;
  582. [_footerview addSubview:button];
  583. [button addTarget:self action:@selector(commitGonwen:) forControlEvents:UIControlEventTouchDown];
  584. [button mas_makeConstraints:^(MASConstraintMaker *make) {
  585. make.centerX.equalTo(self.footerview.mas_centerX);
  586. make.centerY.equalTo(self.footerview.mas_centerY);
  587. make.width.mas_equalTo(kGXScreenWidth - 40);
  588. make.height.mas_equalTo(50);
  589. }];
  590. }
  591. return _footerview;
  592. }
  593. - (void)addFile:(NSIndexPath*)indexpath Sucuss:(void (^)(id _Nullable))success failure:(void (^)(NSError * _Nonnull))failure{
  594. WS(weakSelf);
  595. _currentIndexPath = indexpath;
  596. UIImagePickerController *picker = [[UIImagePickerController alloc] init];
  597. picker.modalTransitionStyle = UIModalTransitionStyleCoverVertical;
  598. picker.delegate = self;
  599. picker.allowsEditing = YES;//取消白框
  600. UIAlertController *alertvc = [UIAlertController alertControllerWithTitle:nil message:nil preferredStyle:UIAlertControllerStyleActionSheet];
  601. UIAlertAction *action1 = [UIAlertAction actionWithTitle:@"拍照" style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) {
  602. [[LYLPhotoTailoringTool sharedTool] selectPhotoWithPhoroOrCamera: SelectPhotoWithTypePhoroOrCamera2 crop:YES showImgBlock:^(NSString *imageUrlStr) {
  603. } choosImgBlock:^(UIImage *image) {
  604. SHOWLOADING
  605. [[HttpManager sharedHttpManager] HeaderUploadUrl:[NSString stringWithFormat:@"%@%@",BaseUrl,Modify_UserImages_Post] parameters:@{@"":@""} pictureData:UIImageJPEGRepresentation(image,1.0f) pictureKey:@"file" success:^(id _Nonnull responseObject) {
  606. NSDictionary *dict = responseObject[0];
  607. FlowAttachmentsModel *model = [[FlowAttachmentsModel alloc]initWithDictionary:dict error:nil];
  608. model.SoureId = [dict[@"FileId"] integerValue];
  609. model.Url = dict[@"AbsolutePath"];
  610. model.MinUrl = dict[@"MinAbsolutePath"];
  611. model.Title = dict[@"FileName"];
  612. model.SoureTypeId = CollectModel_file;
  613. success(model);
  614. } failure:^(NSError * _Nonnull error) {
  615. failure(error);
  616. }];
  617. }];
  618. }];
  619. [action1 setValue:UIColorHex(#0A0A0A) forKey:@"titleTextColor"];
  620. [alertvc addAction:action1];
  621. UIAlertAction *action2 = [UIAlertAction actionWithTitle:@"从相册选择" style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) {
  622. [self.view endEditing:YES];
  623. TZImagePickerController *imagePickerVc = [[TZImagePickerController alloc] initWithMaxImagesCount:9 delegate:nil];
  624. [imagePickerVc setNavLeftBarButtonSettingBlock:^(UIButton *leftButton){
  625. leftButton.hidden = YES;
  626. }];
  627. imagePickerVc.showSelectBtn = NO;
  628. imagePickerVc.allowCrop = YES;
  629. imagePickerVc.cropRect = CGRectMake(0, (SCREEN_HEIGHT - SCREEN_WIDTH) * 0.5, SCREEN_WIDTH, SCREEN_WIDTH);
  630. imagePickerVc.allowTakePicture = NO;
  631. imagePickerVc.allowTakeVideo = NO;
  632. [imagePickerVc setIsStatusBarDefault:YES];
  633. [imagePickerVc setNaviTitleColor:[UIColor blackColor]];
  634. [imagePickerVc setBarItemTextColor:[UIColor blackColor]];
  635. [imagePickerVc setDidFinishPickingPhotosHandle:^(NSArray<UIImage *> *photos, NSArray *assets, BOOL isSelectOriginalPhoto) {
  636. PHAsset *asset = assets.firstObject;
  637. switch (asset.mediaType) {
  638. case PHAssetMediaTypeVideo: {
  639. } break;
  640. case PHAssetMediaTypeImage: {
  641. [self didSelectImages:photos success:success withImgs:photos];
  642. } break;
  643. case PHAssetMediaTypeAudio:
  644. break;
  645. case PHAssetMediaTypeUnknown:
  646. break;
  647. default: break;
  648. }
  649. }];
  650. [self presentViewController:imagePickerVc animated:YES completion:nil];
  651. }];
  652. [alertvc addAction:action2];
  653. [action2 setValue:UIColorHex(#0A0A0A) forKey:@"titleTextColor"];
  654. UIAlertAction *action3 = [UIAlertAction actionWithTitle:@"从收藏选择" style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) {
  655. [[FWZGetNoteBookTool sharedTool] WorkOpenCollectListChooseCollectBlock:^(NSMutableArray<MyFavoriteSubModel *> * _Nonnull collectArr) {
  656. NSLog(@"SmartBarCollection %@",collectArr);
  657. NSArray * array = [weakSelf disSelectCollect:collectArr];
  658. success(array);
  659. }];
  660. }];
  661. [action3 setValue:UIColorHex(#0A0A0A) forKey:@"titleTextColor"];
  662. [alertvc addAction:action3];
  663. UIAlertAction *action4 = [UIAlertAction actionWithTitle:@"从笔记选择" style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) {
  664. [[FWZGetNoteBookTool sharedTool] WorkOpenNoteBookListChooseNoteBookBlock:^(NSMutableArray<MyNoteBookSubModel *> * _Nonnull noteArr) {
  665. NSLog(@"SmartBarNotes %@",noteArr);
  666. NSArray * array = [weakSelf disSelectNoteBook:noteArr];
  667. success(array);
  668. }];
  669. }];
  670. [action4 setValue:UIColorHex(#0A0A0A) forKey:@"titleTextColor"];
  671. [alertvc addAction:action4];
  672. UIAlertAction *action5 = [UIAlertAction actionWithTitle:@"本地文件" style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) {
  673. [[FWZFileGetTool sharedTool] openFileWithCrop:YES showImgBlock:^(NSString * _Nonnull fileUrlStr) {
  674. } choosFileBlock:^(NSData * _Nonnull fileData, NSString * _Nonnull fileName) {
  675. NSLog(@"%@",fileName);
  676. SHOWLOADING
  677. [[HttpManager sharedHttpManager] HeaderUploadFileUrl:Host(Modify_UserImages_Post) parameters:@{} fileData:fileData fileKey:@"file" fileName:fileName mimeType:@"multipart/form-data" success:^(id _Nonnull responseObject) {
  678. NSLog(@"上传成功的文件%@",responseObject);
  679. NSDictionary *dict = responseObject[0];
  680. FlowAttachmentsModel *model = [[FlowAttachmentsModel alloc] initWithDictionary:dict error:nil];
  681. model.SoureTypeId = CollectModel_file;
  682. model.SoureId = [dict[@"FileId"] integerValue];
  683. model.Url = dict[@"AbsolutePath"];
  684. model.MinUrl = dict[@"MinAbsolutePath"];
  685. model.Title = dict[@"FileName"];
  686. model.Size = [dict[@"Size"] integerValue];
  687. success(model);
  688. } failure:^(NSError * _Nonnull error) {
  689. failure(error);
  690. }];
  691. }];
  692. }];
  693. [action5 setValue:UIColorHex(#0A0A0A) forKey:@"titleTextColor"];
  694. [alertvc addAction:action5];
  695. UIAlertAction *action6 = [UIAlertAction actionWithTitle:@"取消" style:UIAlertActionStyleCancel handler:^(UIAlertAction * _Nonnull action) {
  696. }];
  697. [action6 setValue:UIColorHex(#0A0A0A) forKey:@"titleTextColor"];
  698. [alertvc addAction:action6];
  699. [self presentViewController:alertvc animated:YES completion:^{}];
  700. }
  701. #pragma mark - addNote
  702. - (NSArray *)disSelectNoteBook:(NSMutableArray<MyNoteBookSubModel *>*_Nonnull )noteArr{
  703. NSMutableArray * array = [NSMutableArray array];
  704. for (MyNoteBookSubModel *dataModel in noteArr ) {
  705. if (dataModel.AttributeValue == 1) {
  706. FlowAttachmentsModel * model = [[FlowAttachmentsModel alloc] init];
  707. model.SoureId = dataModel.MiddleId;
  708. model.Url = dataModel.AvatarUrl;
  709. model.Author = dataModel.Name;
  710. model.Title = dataModel.Title;
  711. model.SoureTypeId = CollectModel_NoteBook;
  712. [array addObject:model];
  713. }
  714. }
  715. return array;
  716. }
  717. #pragma mark - addCollect
  718. - (NSArray *)disSelectCollect:(NSMutableArray<MyFavoriteSubModel *> * _Nonnull) collectArr{
  719. NSMutableArray * array = [NSMutableArray array];
  720. for (MyFavoriteSubModel *dataModel in collectArr ) {
  721. if(dataModel.AttributeValue == 1)
  722. {
  723. FlowAttachmentsModel * model = [[FlowAttachmentsModel alloc] init];
  724. model.SoureId = dataModel.CollectionDataId;
  725. model.Url = dataModel.Data.File;
  726. model.Size = dataModel.Data.FileSize;
  727. model.Author = dataModel.Data.Author;
  728. model.Title = dataModel.Title;
  729. model.MinUrl = dataModel.Data.MinFile;
  730. model.SoureTypeId = dataModel.CollectionType;
  731. [array addObject:model];
  732. }
  733. }
  734. return array;
  735. }
  736. - (void)commitGonwen:(TDButton *)sender{
  737. if (self.isTest == 1) {
  738. }else{
  739. NSMutableArray *arr = [NSMutableArray array];
  740. NSMutableArray * flowAttachmentsArray = [NSMutableArray array];
  741. for (FormFieldsModel *model in self.viewDataArray2) {
  742. if ([model.Type isEqualToString:@"TextArea"]) {
  743. if ([model.paramString isEqualToString:@"请输入"]) {
  744. NSString *errorString = [NSString stringWithFormat:@"%@%@",model.Placeholder,model.Label];
  745. SHOWERROR(errorString);
  746. return;
  747. }
  748. }
  749. if (ISEmptyString(model.paramString)) {
  750. if (model.Required){
  751. NSString *errorString = [NSString stringWithFormat:@"%@%@",model.Placeholder,model.Label];
  752. NSLog(@"%@",model);
  753. SHOWERROR(errorString);
  754. return;
  755. }
  756. }else{
  757. NSMutableDictionary *dic = [NSMutableDictionary dictionary];
  758. if (![model.Type isEqualToString:@"Attachment"]) {
  759. [dic setValue:model.paramString forKey:@"Value"];
  760. }
  761. [dic setValue:model.Type forKey:@"Type"];
  762. [dic setValue:@(model.Id) forKey:@"ID"];
  763. [arr addObject:dic];
  764. }
  765. }
  766. if (self.attrArray.count > 0) {
  767. for (FlowAttachmentsModel * tempModel in self.attrArray) {
  768. NSDictionary * AttachmentDict = @{@"SoureId":@(tempModel.SoureId),
  769. @"Url":tempModel.Url,
  770. @"Title":tempModel.Title,
  771. @"SoureTypeId":@(tempModel.SoureTypeId),
  772. @"Size":@(tempModel.Size),
  773. };
  774. [flowAttachmentsArray addObject:AttachmentDict];
  775. }
  776. }
  777. NSMutableDictionary *dic2 = [NSMutableDictionary dictionary];
  778. [dic2 setValue:@(self.indexID) forKey:@"ProcessId"];
  779. [dic2 setValue:arr forKey:@"Fields"];
  780. //如果是公文类型,审批人也必填
  781. if (self.pageType == Type_GongWen && self.model.AllowApproverCheck == 1) {
  782. if (self.shenPiRenArr.count < 1) {
  783. SHOWERROR(@"请选择审批人");
  784. return;
  785. }
  786. }
  787. [dic2 setValue:flowAttachmentsArray forKey:@"flowAttachments"];
  788. NSMutableArray *shenPiRenIDarray = [NSMutableArray array];
  789. for (SelectModel *model in self.shenPiRenArr) {
  790. [shenPiRenIDarray addObject:@(model.UserId)];
  791. }
  792. [dic2 setValue:shenPiRenIDarray forKey:@"ApproverCheckUserIds"];
  793. NSMutableArray *chaoSongrenIDArray = [NSMutableArray array];
  794. for (SelectModel *model in self.chaoSongRenArr ) {
  795. [chaoSongrenIDArray addObject:@(model.UserId)];
  796. }
  797. [dic2 setValue:chaoSongrenIDArray forKey:@"CarbonCopyUserIds"];
  798. [dic2 setValue:@(self.Id) forKey:@"Id"];
  799. NSLog(@"成功成功成功成功%@",dic2);
  800. SHOWLOADING
  801. WS(weakSelf);
  802. [[HttpManager sharedHttpManager] POSTUrl:[NSString stringWithFormat:@"%@%@",BaseUrl,WorkFlowAddApproval_Post] parameters:dic2 responseStyle:DATA success:^(id _Nonnull responseObject) {
  803. REMOVESHOW
  804. NSLog(@"成功");
  805. if (weakSelf.detailsModel && self.Id > 0) {
  806. for ( NSInteger i = (self.navigationController.viewControllers.count - 1); i > 0 ;i --) {
  807. if ([self.navigationController.viewControllers[i] isKindOfClass:NSClassFromString(@"MyApprovalPageVC")]
  808. ||[self.navigationController.viewControllers[i] isKindOfClass:NSClassFromString(@"TDInterLeterHomeViewController")]) {
  809. [[NSNotificationCenter defaultCenter] postNotificationName:WORKREUPDATA object:nil];
  810. [self.navigationController popToViewController:self.navigationController.viewControllers[i] animated:YES];
  811. return;
  812. }
  813. }
  814. }else{
  815. [weakSelf.navigationController popViewControllerAnimated:YES];
  816. }
  817. } failure:^(NSError * _Nonnull error) {
  818. NSLog(@"失败");
  819. SHOWERROR([ZYCTool handerResultData:error]);
  820. }];
  821. }
  822. }
  823. -(void)gotoAddPeople{
  824. SendInfoGroupVC *sendinfoVc = [[SendInfoGroupVC alloc] init];
  825. [self.navigationController pushViewController:sendinfoVc animated:YES];
  826. }
  827. - (BOOL)textFieldShouldReturn:(UITextField *)textField{
  828. if (_isTest == 2) {
  829. self.viewDataArray2[textField.tag].paramString = textField.text;
  830. }
  831. [textField resignFirstResponder];
  832. return YES;
  833. }
  834. - (BOOL)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text{
  835. return YES;
  836. }
  837. - (void)textViewDidChange:(UITextView *)textView{
  838. self.viewDataArray2[textView.tag].paramString = textView.text;
  839. NSArray * cells = [self.myTableView visibleCells];
  840. for (UITableViewCell * cell in cells) {
  841. if ([cell isKindOfClass:[InPutGongWenCell class]]) {
  842. InPutGongWenCell * inCell = (InPutGongWenCell *)cell;
  843. inCell.bgL.text = textView.text;
  844. CGFloat H = [inCell.bgL sizeThatFits:CGSizeMake(SCREEN_WIDTH - 20, 10)].height;
  845. if ((56 + H) >= 120) {
  846. self.rowH = 76 + H;
  847. [self.myTableView beginUpdates];
  848. [self.myTableView endUpdates];
  849. }
  850. }
  851. }
  852. }
  853. - (BOOL)textView:(UITextView *)textView shouldInteractWithURL:(NSURL *)URL inRange:(NSRange)characterRange interaction:(UITextItemInteraction)interaction{
  854. if (_isTest == 2) {
  855. self.viewDataArray2[textView.tag].paramString = textView.text;
  856. }
  857. return YES;
  858. }
  859. #pragma mark - AddPictureCellDelegate
  860. - (void)addPictureWith:(NSIndexPath *)index WithSuccess:(void (^)(id _Nullable))success failure:(void (^)(NSError * _Nonnull))failure{
  861. WEAKSELF
  862. [self addFile:index Sucuss:^(id _Nullable responseObject) {
  863. AddPictureCell *cell = [weakSelf.myTableView cellForRowAtIndexPath:index];
  864. if ([responseObject isKindOfClass:[NSArray class]]) {
  865. [weakSelf.attrArray addObjectsFromArray:responseObject];
  866. }else {
  867. [weakSelf.attrArray addObject:responseObject];
  868. }
  869. [cell.mycollectionView reloadData];
  870. REMOVESHOW;
  871. } failure:^(NSError * _Nonnull error ) {
  872. REMOVESHOW;
  873. SHOWERROR([ZYCTool handerResultData:error]);
  874. }];
  875. }
  876. // 多张图片上传
  877. - (void)didSelectImages:(NSArray<UIImage *> *)images success:(void (^) (id _Nullable))successfulk withImgs:(NSArray *)imgs {
  878. NSMutableArray *imageArr = [NSMutableArray array];
  879. for (UIImage *image in images) {
  880. [imageArr addObject:UIImageJPEGRepresentation(image,1.0f)];
  881. }
  882. SHOWLOADING
  883. NSString *urlString = [[NSString alloc] initWithFormat:@"%@%@",BaseUrl,Modify_UserImages_Post];
  884. [[HttpManager sharedHttpManager] HeaderUploadUrl:urlString parameters:@{} pictureArray:[imageArr copy] pictureKey:@"file" success:^(id _Nonnull responseObject) {
  885. REMOVESHOW
  886. NSLog(@"%@",responseObject);
  887. NSMutableArray * array = [NSMutableArray array];
  888. for (NSDictionary * dict in responseObject) {
  889. FlowAttachmentsModel * model = [FlowAttachmentsModel modelWithDictionary:dict];
  890. model.SoureId = [dict[@"FileId"] integerValue];
  891. model.Url = dict[@"AbsolutePath"];
  892. model.MinUrl = dict[@"MinAbsolutePath"];
  893. model.Title = dict[@"FileName"];
  894. model.SoureTypeId = CollectModel_file;
  895. [array addObject:model];
  896. }
  897. successfulk(array);
  898. } failure:^(NSError * _Nonnull error) {
  899. REMOVESHOW
  900. SHOWERROR([ZYCTool handerResultData:error]);
  901. }];
  902. }
  903. - (void)deletePictureWithCell:(NSIndexPath *)index SuperViewCellIndexPath:(NSIndexPath *)superIndex WithSuccess:(void (^)(id _Nullable))success failure:(void (^)(NSError * _Nonnull))failure{
  904. // [self.viewDataArray2[superIndex.section].paraImage removeObjectAtIndex:index.item];
  905. // [self.myTableView reloadRowsAtIndexPaths:@[superIndex] withRowAnimation:UITableViewRowAnimationAutomatic];
  906. }
  907. #pragma mark - AddPeopleToGongWenCellDelegate,MyWorkAppApprovalCellDelegate
  908. - (void)addLookUpPeopleSuccess:(void (^)(id _Nullable))success failure:(void (^)(NSError * _Nonnull))failure{
  909. NSLog(@"点击添加抄送人");
  910. self.isShenPinRen = NO;
  911. Department *defaltGroupSetion = [[Department alloc]init];
  912. defaltGroupSetion.Name = @"单位通讯录";
  913. defaltGroupSetion.Id = 0;
  914. Department *myGroupSetion = [[Department alloc]init];
  915. myGroupSetion.Name = @"自建通讯录";
  916. defaltGroupSetion.Id = 0;
  917. AddLookUpUserSecondVC *vc = [[AddLookUpUserSecondVC alloc] init];
  918. vc.notSearchChangeColor = YES;
  919. vc.titleStr = @"选人";
  920. vc.departSourceDataArray = @[defaltGroupSetion,myGroupSetion].mutableCopy;
  921. vc.isDefalutPage = 1;
  922. vc.isShow = NO;
  923. NSMutableArray * userArray = [NSMutableArray array];
  924. for (SelectModel * model in self.chaoSongRenArr) {
  925. [userArray addObject:@(model.UserId)];
  926. }
  927. [userArray addObject:@([AppUserModel sharedAppUserModel].Id)];
  928. vc.UserIds = userArray;
  929. vc.delegate = self;
  930. USERDEFAULTSSET([NSMutableArray array], MAILSELECT);
  931. [self.navigationController pushViewController:vc animated:YES];
  932. }
  933. - (void)addApprovalPeopleSuccess:(void (^)(id _Nullable))success failure:(void (^)(NSError * _Nonnull))failure{
  934. NSLog(@"点击添加审批人");
  935. self.isShenPinRen = YES;
  936. ShareListVC * vc = [ShareListVC initShareListVC];
  937. vc.isCheck = YES;
  938. [self.navigationController pushViewController:vc animated:YES];
  939. // MailListVC *vc = [MailListVC initMailListVC];
  940. // vc.isCheck = YES;
  941. // vc.isHiddenSearchView = YES;
  942. // NSMutableArray * UserIds = [NSMutableArray array];
  943. // for (SelectModel * model in self.shenPiRenArr) {
  944. // [UserIds addObject:@(model.UserId)];
  945. // }
  946. // [UserIds addObject:@([AppUserModel sharedAppUserModel].Id)];
  947. // vc.isShow = NO;
  948. // vc.UserIds = UserIds;
  949. // [self.navigationController pushViewController:vc animated:YES];
  950. }
  951. #pragma mark - 注册通知 接受抄送人和审批人数据
  952. - (void)registerNotification{
  953. [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(recviveApprovalRen:) name:NOTIFI_ApprovalRen object:nil];
  954. [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(recviveChaoSongRen:) name:NOTIFI_ChaoSongRen object:nil];
  955. }
  956. - (void)recviveChaoSongRen:(NSNotification *)notification{
  957. NSMutableArray <SelectModel *>* array = notification.userInfo[@"selectPeople"];
  958. [self.chaoSongRenArr addObjectsFromArray:array];
  959. [self.myTableView reloadData];
  960. }
  961. - (void)recviveApprovalRen:(NSNotification *)notification{
  962. SelectModel * model = [SelectModel modelWithDictionary:notification.userInfo];
  963. if (self.isShenPinRen) {
  964. BOOL isFound = NO;
  965. for (SelectModel * smodel in self.shenPiRenArr) {
  966. if (model.UserId == smodel.UserId) {
  967. isFound = YES;
  968. }
  969. }
  970. if (!isFound) {
  971. [self.shenPiRenArr addObject:model];
  972. [self.myTableView reloadData];
  973. }
  974. }else{
  975. [self.chaoSongRenArr addObject:model];
  976. [self.myTableView reloadData];
  977. }
  978. }
  979. #pragma mark - setter
  980. - (NSMutableArray <FlowAttachmentsModel *>*)attrArray
  981. {
  982. if (!_attrArray) {
  983. _attrArray = [NSMutableArray array];
  984. }
  985. return _attrArray;
  986. }
  987. - (NSMutableArray *)chaoSongRenArr{
  988. if (!_chaoSongRenArr) {
  989. _chaoSongRenArr = [NSMutableArray array];
  990. }
  991. return _chaoSongRenArr;
  992. }
  993. - (NSMutableArray *)shenPiRenArr{
  994. if (!_shenPiRenArr) {
  995. _shenPiRenArr = [NSMutableArray array];
  996. }
  997. return _shenPiRenArr;
  998. }
  999. - (void)dealloc
  1000. {
  1001. [[NSNotificationCenter defaultCenter] removeObserver:self];
  1002. }
  1003. - (void)pushFileOpenWithModel:(FlowAttachmentsModel *)model
  1004. {
  1005. WS(weakSelf);
  1006. switch (model.SoureTypeId) {
  1007. case CollectModel_Group:
  1008. {
  1009. TDGroupInfoListVC * vc = [TDGroupInfoListVC initTDGroupInfoListVC];
  1010. vc.GroupId = model.SoureId;
  1011. vc.titleStr = model.Title;
  1012. [self.navigationController pushViewController:vc animated:YES];
  1013. }
  1014. break;
  1015. case CollectModel_file:{
  1016. DownFileViewController * vc = [[DownFileViewController alloc] init];
  1017. vc.model = model;
  1018. [self.navigationController pushViewController:vc animated:YES];
  1019. }break;
  1020. case CollectModel_Image:{
  1021. DownFileViewController * vc = [[DownFileViewController alloc] init];
  1022. vc.model = model;
  1023. [self.navigationController pushViewController:vc animated:YES];
  1024. }break;
  1025. case CollectModel_Aritle:{
  1026. SHOWLOADING
  1027. [[HttpManager sharedHttpManager] GETWithUrl:[NSString stringWithFormat:@"%@%ld",Article_Detail_Get,(long)model.SoureId] parameters:@{} success:^(id _Nonnull responseObject) {
  1028. REMOVESHOW;
  1029. Item *itemModel = [[Item alloc]initWithDictionary:responseObject error:nil];
  1030. // HomeDetailController *homeDetail = [[HomeDetailController alloc] init];
  1031. // [homeDetail loadCurrentModel:itemModel];
  1032. // [weakSelf.navigationController pushViewController:homeDetail animated:YES];
  1033. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  1034. vc.type = CollectModel_Aritle;
  1035. vc.Id = itemModel.Id;
  1036. [weakSelf.navigationController pushViewController:vc animated:YES];
  1037. } failure:^(NSError * _Nonnull error) {
  1038. SHOWERROR([ZYCTool handerResultData:error]);
  1039. }];
  1040. }break;
  1041. case CollectModel_Notice:{
  1042. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  1043. vc.type = CollectModel_Notice;
  1044. vc.Id = model.SoureId;
  1045. [self.navigationController pushViewController:vc animated:YES];
  1046. }break;
  1047. case CollectModel_Toipc:{
  1048. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  1049. vc.type = CollectModel_Toipc;
  1050. vc.Id = model.SoureId;
  1051. [self.navigationController pushViewController:vc animated:YES];
  1052. }break;
  1053. case CollectModel_NewTopic:{
  1054. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  1055. vc.type = CollectModel_NewTopic;
  1056. vc.Id = model.SoureId;
  1057. [self.navigationController pushViewController:vc animated:YES];
  1058. }break;
  1059. case CollectModel_NoteBook:{
  1060. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  1061. vc.type = CollectModel_NoteBook;
  1062. vc.Id = model.SoureId;
  1063. [self.navigationController pushViewController:vc animated:YES];
  1064. }break;
  1065. case CollectModel_Collect:{
  1066. }break;
  1067. case CollectModel_CollectFile:{
  1068. MyFavoriteVC *vc = [MyFavoriteVC initMyFavoriteVC];
  1069. vc.listType = MyFavoriteListLevelTypeB;
  1070. vc.ParentId = 0;
  1071. vc.FolderId = model.SoureId;
  1072. vc.myTitle = model.Title;
  1073. [self.navigationController pushViewController:vc animated:YES];
  1074. }break;
  1075. case CollectModel_NoteFile:{
  1076. NoteBookVC *vc = [NoteBookVC initNoteBookVC];
  1077. vc.listType = MyFavoriteListLevelTypeB;
  1078. vc.ParentId = 0;
  1079. vc.FolderId = model.SoureId;
  1080. vc.myTitle = model.Title;
  1081. vc.VisitUserId = 0;
  1082. [self.navigationController pushViewController:vc animated:YES];
  1083. }break;
  1084. case CollectModel_InterMail:{
  1085. TDInterLeterDetailVC * vc = [TDInterLeterDetailVC initTDInterLeterDetailVC];
  1086. vc.detailType = InterLeterDetialType_Sign;
  1087. vc.interLeterID = model.SoureId;
  1088. [self.navigationController pushViewController:vc animated:YES];
  1089. }break;
  1090. case CollectModel_work:{
  1091. MyApprovalPageDetail * vc = [[MyApprovalPageDetail alloc]init];
  1092. vc.pageType = Type_ONEC;
  1093. vc.indexId = model.SoureId;
  1094. vc.title = model.Title;
  1095. vc.TodoId = model.SoureId;
  1096. [self.navigationController pushViewController:vc animated:YES];
  1097. }break;
  1098. case CollectModel_meetDetail:{
  1099. WorkFlowDetailsController *vc = [[WorkFlowDetailsController alloc] initWithId:model.SoureId];
  1100. [self.navigationController pushViewController:vc animated:YES];
  1101. }break;
  1102. case CollectModel_meetMian:{
  1103. MyTDTopicDetailVC * vc = [MyTDTopicDetailVC initMyTDTopicDetailVC];
  1104. vc.type = CollectModel_meetMian;
  1105. vc.Id = model.SoureId;
  1106. [self.navigationController pushViewController:vc animated:YES];
  1107. }break;
  1108. case CollectModel_financeCount:{
  1109. CountDataVC *vc = [CountDataVC initCountDataVC];
  1110. vc.index = 0;
  1111. vc.titleStr = @"财务统计";
  1112. [self.navigationController pushViewController:vc animated:YES];
  1113. }break;
  1114. case CollectModel_affairsCount:{
  1115. CountDataVC *vc = [CountDataVC initCountDataVC];
  1116. vc.index = 1;
  1117. vc.titleStr = @"人事统计";
  1118. [self.navigationController pushViewController:vc animated:YES];
  1119. }break;
  1120. case CollectModel_publishCount:{
  1121. CountDataVC *vc = [CountDataVC initCountDataVC];
  1122. vc.index = 2;
  1123. vc.titleStr = @"出版统计";
  1124. [self.navigationController pushViewController:vc animated:YES];
  1125. }break;
  1126. default:
  1127. break;
  1128. }
  1129. }
  1130. @end