MyWorkWordVC.m 50 KB

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