修改组织关系
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// MQTextField.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by Apple on 2024/5/7.
|
||||
//
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// MQTextField.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by Apple on 2024/5/7.
|
||||
//
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// UIDevice+model.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by Apple on 2024/3/29.
|
||||
//
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// UIDevice+model.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by Apple on 2024/3/29.
|
||||
//
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// ESCTUIManager.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/2/16.
|
||||
//
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// ESCTUIManager.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/2/16.
|
||||
//
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// YXFileDataDetailViewController.h
|
||||
// XJDFileDataDetailViewController.h
|
||||
// healthQuestion
|
||||
//
|
||||
// Created by 仁康信息 on 2023/5/4.
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface YXFileDataDetailViewController : YXBaseViewController
|
||||
@interface XJDFileDataDetailViewController : YXBaseViewController
|
||||
|
||||
@property (nonatomic, copy) NSString * record_id;
|
||||
|
||||
+7
-7
@@ -1,11 +1,11 @@
|
||||
//
|
||||
// YXFileDataDetailViewController.m
|
||||
// XJDFileDataDetailViewController.m
|
||||
// healthQuestion
|
||||
//
|
||||
// Created by 仁康信息 on 2023/5/4.
|
||||
//
|
||||
|
||||
#import "YXFileDataDetailViewController.h"
|
||||
#import "XJDFileDataDetailViewController.h"
|
||||
#import "DetailTitleView.h"
|
||||
#import "DetailUserInfoView.h"
|
||||
#import "FileDataDeatilCenterView.h"
|
||||
@@ -13,7 +13,7 @@
|
||||
#import "YXRecoredListDetailModel.h"
|
||||
|
||||
|
||||
@interface YXFileDataDetailViewController ()
|
||||
@interface XJDFileDataDetailViewController ()
|
||||
|
||||
@property (nonatomic, strong) DetailUserInfoView * infoView ;
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
@end
|
||||
|
||||
@implementation YXFileDataDetailViewController
|
||||
@implementation XJDFileDataDetailViewController
|
||||
|
||||
- (void)viewDidLoad {
|
||||
[super viewDidLoad];
|
||||
@@ -142,14 +142,14 @@
|
||||
*/
|
||||
|
||||
//
|
||||
//#import "YXFileDataDetailViewController.h"
|
||||
//#import "XJDFileDataDetailViewController.h"
|
||||
//#import "DetailTitleView.h"
|
||||
//#import "DetailUserInfoView.h"
|
||||
//#import "FileDataDeatilCenterView.h"
|
||||
//#import "BasicHealthInfoView.h"
|
||||
//#import "XLPhotoBrowser.h"
|
||||
//#import "DoctorReportModel.h"
|
||||
//@interface YXFileDataDetailViewController ()
|
||||
//@interface XJDFileDataDetailViewController ()
|
||||
//
|
||||
//@property (nonatomic, strong) DetailTitleView * titleview;
|
||||
//
|
||||
@@ -180,7 +180,7 @@
|
||||
//
|
||||
//@end
|
||||
//
|
||||
//@implementation YXFileDataDetailViewController
|
||||
//@implementation XJDFileDataDetailViewController
|
||||
//
|
||||
//- (NSMutableArray *)healthArray {
|
||||
//
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// YXHistoricalRecordViewController.h
|
||||
// XJDHistoricalRecordViewController.h
|
||||
// healthQuestion
|
||||
//
|
||||
// Created by 仁康信息 on 2023/5/4.
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface YXHistoricalRecordViewController : YXBaseViewController
|
||||
@interface XJDHistoricalRecordViewController : YXBaseViewController
|
||||
|
||||
@end
|
||||
|
||||
+4
-4
@@ -1,21 +1,21 @@
|
||||
//
|
||||
// YXHistoricalRecordViewController.m
|
||||
// XJDHistoricalRecordViewController.m
|
||||
// healthQuestion
|
||||
//
|
||||
// Created by 仁康信息 on 2023/5/4.
|
||||
//
|
||||
|
||||
#import "YXHistoricalRecordViewController.h"
|
||||
#import "XJDHistoricalRecordViewController.h"
|
||||
#import "HQSearchView.h"
|
||||
#import "HistoryRecordTable.h"
|
||||
|
||||
@interface YXHistoricalRecordViewController ()
|
||||
@interface XJDHistoricalRecordViewController ()
|
||||
|
||||
@property (nonatomic, strong) HistoryRecordTable * homeTable;
|
||||
|
||||
@end
|
||||
|
||||
@implementation YXHistoricalRecordViewController
|
||||
@implementation XJDHistoricalRecordViewController
|
||||
|
||||
- (void)viewDidLoad {
|
||||
[super viewDidLoad];
|
||||
+3
-3
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// YXCQAudioPlayManager.h
|
||||
// EscortProject
|
||||
// XJDCQAudioPlayManager.h
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/12/5.
|
||||
//
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface YXCQAudioPlayManager : NSObject
|
||||
@interface XJDCQAudioPlayManager : NSObject
|
||||
|
||||
+ (AVPlayer *)initWhithUrl:(NSURL *)avUrl;
|
||||
|
||||
+4
-4
@@ -1,13 +1,13 @@
|
||||
//
|
||||
// YXCQAudioPlayManager.m
|
||||
// EscortProject
|
||||
// XJDCQAudioPlayManager.m
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/12/5.
|
||||
//
|
||||
|
||||
#import "YXCQAudioPlayManager.h"
|
||||
#import "XJDCQAudioPlayManager.h"
|
||||
|
||||
@implementation YXCQAudioPlayManager
|
||||
@implementation XJDCQAudioPlayManager
|
||||
|
||||
+ (AVPlayer *)initWhithUrl:(NSURL *)avUrl {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// YXDownToolsManager.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/12/1.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// YXDownToolsManager.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/12/1.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// YXHealthPhyReportModel.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/8/28.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// YXHealthPhyReportModel.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/8/28.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// YXLookReportImageViewController.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by Apple on 2024/2/26.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// YXLookReportImageViewController.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by Apple on 2024/2/26.
|
||||
//
|
||||
|
||||
+2
-2
@@ -16,7 +16,7 @@
|
||||
#import "YXQuestionBodyReportModel.h"
|
||||
#import "RefuseQuestionPopView.h"
|
||||
#import "YXCancelReasonModel.h"
|
||||
#import "YXFileDataDetailViewController.h"
|
||||
#import "XJDFileDataDetailViewController.h"
|
||||
#import "YXDTTestView.h"
|
||||
#import "TUIConversationListBaseDataProvider.h"
|
||||
|
||||
@@ -671,7 +671,7 @@
|
||||
//查看详情
|
||||
- (void)lookFileDetail {
|
||||
|
||||
YXFileDataDetailViewController * detalVC = [[YXFileDataDetailViewController alloc] init];
|
||||
XJDFileDataDetailViewController * detalVC = [[XJDFileDataDetailViewController alloc] init];
|
||||
detalVC.record_id = self.record_id;
|
||||
[self.navigationController pushViewController:detalVC animated:YES];
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// YXSickNameSubTableViewCell.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/8/29.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// YXSickNameSubTableViewCell.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/8/29.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// YXSickNameTopTableViewCell.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/8/29.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// SickNameTopTableViewCell.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/8/29.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// YXimageReportTableViewCell.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by Apple on 2024/2/23.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// imageReportTableViewCell.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by Apple on 2024/2/23.
|
||||
//
|
||||
|
||||
+2
-2
@@ -11,7 +11,7 @@
|
||||
#import "NSDate+Calendar.h"
|
||||
#import "BRDatePickerView.h"
|
||||
#import "YXQuestionStaticsModel.h"
|
||||
#import "YXBillViewController.h"
|
||||
#import "XJDBillViewController.h"
|
||||
@interface YXQuestionStatisticsViewController ()<AAChartViewEventDelegate>
|
||||
|
||||
@property (nonatomic, strong) AAChartView * aaChartView;
|
||||
@@ -497,7 +497,7 @@
|
||||
//咨询收益
|
||||
- (void)handleTapGesture:(id)sender {
|
||||
|
||||
YXBillViewController * billVC = [[YXBillViewController alloc] init];
|
||||
XJDBillViewController * billVC = [[XJDBillViewController alloc] init];
|
||||
|
||||
[self.navigationController pushViewController:billVC animated:YES];
|
||||
|
||||
|
||||
+3
-3
@@ -16,10 +16,10 @@
|
||||
#import "YXStopQuestionSettingVC.h"
|
||||
#import "YXBasicHealthInfoViewController.h"
|
||||
#import "RefuseQuestionPopView.h"
|
||||
#import "YXHistoricalRecordViewController.h"
|
||||
#import "YXFileDataDetailViewController.h"
|
||||
#import "XJDHistoricalRecordViewController.h"
|
||||
#import "XJDFileDataDetailViewController.h"
|
||||
#import "YXStopAnnouncementViewController.h"
|
||||
#import "YXBillDetailViewController.h"
|
||||
#import "XJDBillDetailViewController.h"
|
||||
#import "TUIC2CChatViewController.h"
|
||||
#import "YXDoctorInfoModel.h"
|
||||
#import "PSAppInfo.h"
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface YXBillDetailViewController : YXBaseViewController
|
||||
@interface XJDBillDetailViewController : YXBaseViewController
|
||||
|
||||
@property (nonatomic, strong) NSString * timeString;
|
||||
|
||||
+3
-3
@@ -5,12 +5,12 @@
|
||||
// Created by 仁康信息 on 2023/5/5.
|
||||
//
|
||||
|
||||
#import "YXBillDetailViewController.h"
|
||||
#import "XJDBillDetailViewController.h"
|
||||
#import "BRDatePickerView.h"
|
||||
#import "BillListTable.h"
|
||||
#import "YXBillListModel.h"
|
||||
|
||||
@interface YXBillDetailViewController ()
|
||||
@interface XJDBillDetailViewController ()
|
||||
|
||||
@property (nonatomic, strong) BillListTable * homeTable;
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
@end
|
||||
|
||||
@implementation YXBillDetailViewController
|
||||
@implementation XJDBillDetailViewController
|
||||
|
||||
- (NSMutableArray *)dataArray {
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// YXBillListViewController.h
|
||||
// XJDBillListViewController.h
|
||||
// healthQuestion
|
||||
//
|
||||
// Created by 仁康信息 on 2023/5/5.
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface YXBillListViewController : YXBaseViewController
|
||||
@interface XJDBillListViewController : YXBaseViewController
|
||||
|
||||
@property (nonatomic, strong) NSString * timeString;
|
||||
|
||||
+6
-6
@@ -1,16 +1,16 @@
|
||||
//
|
||||
// YXBillListViewController.m
|
||||
// XJDBillListViewController.m
|
||||
// healthQuestion
|
||||
//
|
||||
// Created by 仁康信息 on 2023/5/5.
|
||||
//
|
||||
|
||||
#import "YXBillListViewController.h"
|
||||
#import "XJDBillListViewController.h"
|
||||
#import "BillListTable.h"
|
||||
#import "YXWithdrawCashDetailViewController.h"
|
||||
#import "XJDWithdrawCashDetailViewController.h"
|
||||
#import "YXBillListModel.h"
|
||||
|
||||
@interface YXBillListViewController ()
|
||||
@interface XJDBillListViewController ()
|
||||
|
||||
@property (nonatomic, strong) BillListTable * homeTable;
|
||||
@property (nonatomic, assign) NSInteger pageNo;
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
@end
|
||||
|
||||
@implementation YXBillListViewController
|
||||
@implementation XJDBillListViewController
|
||||
|
||||
- (NSMutableArray *)dataArray {
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
MJWeakSelf
|
||||
self.homeTable.detailBlock = ^(NSString * _Nonnull billString) {
|
||||
|
||||
YXWithdrawCashDetailViewController * detailVC = [[YXWithdrawCashDetailViewController alloc] init];
|
||||
XJDWithdrawCashDetailViewController * detailVC = [[XJDWithdrawCashDetailViewController alloc] init];
|
||||
|
||||
[weakSelf.navigationController pushViewController:detailVC animated:YES];
|
||||
};
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// YXBillViewController.h
|
||||
// XJDBillViewController.h
|
||||
// healthQuestion
|
||||
//
|
||||
// Created by 仁康信息 on 2023/8/17.
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface YXBillViewController : YXBaseViewController
|
||||
@interface XJDBillViewController : YXBaseViewController
|
||||
|
||||
@end
|
||||
|
||||
+13
-13
@@ -1,17 +1,17 @@
|
||||
//
|
||||
// YXBillViewController.m
|
||||
// XJDBillViewController.m
|
||||
// healthQuestion
|
||||
//
|
||||
// Created by 仁康信息 on 2023/8/17.
|
||||
//
|
||||
|
||||
#import "YXBillViewController.h"
|
||||
#import "YXBillListViewController.h"
|
||||
#import "YXBillWithDrawViewController.h"
|
||||
#import "YXBillDetailViewController.h"
|
||||
#import "XJDBillViewController.h"
|
||||
#import "XJDBillListViewController.h"
|
||||
#import "XJDBillWithDrawViewController.h"
|
||||
#import "XJDBillDetailViewController.h"
|
||||
#import "BRDatePickerView.h"
|
||||
|
||||
@interface YXBillViewController ()<UICollectionViewDataSource,UICollectionViewDelegate>
|
||||
@interface XJDBillViewController ()<UICollectionViewDataSource,UICollectionViewDelegate>
|
||||
|
||||
/** 顶部控件*/
|
||||
@property (nonatomic, weak) UIScrollView *topView;
|
||||
@@ -28,15 +28,15 @@
|
||||
|
||||
@property (nonatomic, assign) NSInteger selectedOnes;
|
||||
|
||||
@property (nonatomic, strong) YXBillDetailViewController * allVC;
|
||||
@property (nonatomic, strong) XJDBillDetailViewController * allVC;
|
||||
|
||||
@property (nonatomic, strong) YXBillListViewController * listVc ;
|
||||
@property (nonatomic, strong) XJDBillListViewController * listVc ;
|
||||
|
||||
@property (nonatomic, strong) YXBillWithDrawViewController * drawVc;
|
||||
@property (nonatomic, strong) XJDBillWithDrawViewController * drawVc;
|
||||
|
||||
@end
|
||||
|
||||
@implementation YXBillViewController
|
||||
@implementation XJDBillViewController
|
||||
|
||||
#pragma mark - 懒加载
|
||||
- (NSMutableArray *)titleButtons {
|
||||
@@ -120,7 +120,7 @@
|
||||
#pragma mark - 添加所有的子控制器
|
||||
- (void)setupAllChildViewController {
|
||||
|
||||
YXBillDetailViewController * allVC = [[YXBillDetailViewController alloc] init];
|
||||
XJDBillDetailViewController * allVC = [[XJDBillDetailViewController alloc] init];
|
||||
allVC.view.backgroundColor = UIColorBackground;
|
||||
allVC.navigationItem.title = @"全部";
|
||||
allVC.timeString = self.timeString;
|
||||
@@ -128,14 +128,14 @@
|
||||
[self addChildViewController:allVC];
|
||||
|
||||
//
|
||||
YXBillListViewController * listVc = [[YXBillListViewController alloc] init];
|
||||
XJDBillListViewController * listVc = [[XJDBillListViewController alloc] init];
|
||||
listVc.view.backgroundColor = UIColorBackground;
|
||||
listVc.navigationItem.title = @"收益记录";
|
||||
listVc.timeString = self.timeString;
|
||||
self.listVc = listVc;
|
||||
[self addChildViewController:listVc];
|
||||
|
||||
YXBillWithDrawViewController * drawVc = [[YXBillWithDrawViewController alloc] init];
|
||||
XJDBillWithDrawViewController * drawVc = [[XJDBillWithDrawViewController alloc] init];
|
||||
drawVc.view.backgroundColor = UIColorBackground;
|
||||
drawVc.navigationItem.title = @"提现记录";
|
||||
drawVc.timeString = self.timeString;
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// YXBillWithDrawViewController.h
|
||||
// XJDBillWithDrawViewController.h
|
||||
// healthQuestion
|
||||
//
|
||||
// Created by 仁康信息 on 2023/8/17.
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface YXBillWithDrawViewController : YXBaseViewController
|
||||
@interface XJDBillWithDrawViewController : YXBaseViewController
|
||||
|
||||
@property (nonatomic, strong) NSString * timeString;
|
||||
|
||||
+6
-6
@@ -1,23 +1,23 @@
|
||||
//
|
||||
// YXBillWithDrawViewController.m
|
||||
// XJDBillWithDrawViewController.m
|
||||
// healthQuestion
|
||||
//
|
||||
// Created by 仁康信息 on 2023/8/17.
|
||||
//
|
||||
|
||||
#import "YXBillWithDrawViewController.h"
|
||||
#import "XJDBillWithDrawViewController.h"
|
||||
#import "BillListTable.h"
|
||||
#import "YXBillListModel.h"
|
||||
#import "YXWithdrawCashDetailViewController.h"
|
||||
#import "XJDWithdrawCashDetailViewController.h"
|
||||
|
||||
@interface YXBillWithDrawViewController ()
|
||||
@interface XJDBillWithDrawViewController ()
|
||||
@property (nonatomic, strong) BillListTable * homeTable;
|
||||
@property (nonatomic, assign) NSInteger pageNo;
|
||||
@property (nonatomic, strong) NSMutableArray * dataArray;
|
||||
|
||||
@end
|
||||
|
||||
@implementation YXBillWithDrawViewController
|
||||
@implementation XJDBillWithDrawViewController
|
||||
|
||||
- (NSMutableArray *)dataArray {
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
MJWeakSelf
|
||||
self.homeTable.detailBlock = ^(NSString * _Nonnull billString) {
|
||||
|
||||
YXWithdrawCashDetailViewController * detailVC = [[YXWithdrawCashDetailViewController alloc] init];
|
||||
XJDWithdrawCashDetailViewController * detailVC = [[XJDWithdrawCashDetailViewController alloc] init];
|
||||
detailVC.bill_id = billString;
|
||||
[weakSelf.navigationController pushViewController:detailVC animated:YES];
|
||||
};
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// YXWithdrawCashDetailViewController.h
|
||||
// XJDWithdrawCashDetailViewController.h
|
||||
// healthQuestion
|
||||
//
|
||||
// Created by 仁康信息 on 2023/5/5.
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface YXWithdrawCashDetailViewController : YXBaseViewController
|
||||
@interface XJDWithdrawCashDetailViewController : YXBaseViewController
|
||||
|
||||
@property (nonatomic, strong) NSString * bill_id;
|
||||
|
||||
+4
-4
@@ -1,14 +1,14 @@
|
||||
//
|
||||
// YXWithdrawCashDetailViewController.m
|
||||
// XJDWithdrawCashDetailViewController.m
|
||||
// healthQuestion
|
||||
//
|
||||
// Created by 仁康信息 on 2023/5/5.
|
||||
//
|
||||
|
||||
#import "YXWithdrawCashDetailViewController.h"
|
||||
#import "XJDWithdrawCashDetailViewController.h"
|
||||
#import "BillDtailTable.h"
|
||||
#import "YXwithDrawDetailModel.h"
|
||||
@interface YXWithdrawCashDetailViewController ()
|
||||
@interface XJDWithdrawCashDetailViewController ()
|
||||
|
||||
@property (nonatomic, strong) UILabel * moneyLabel;
|
||||
@property (nonatomic, strong) UILabel * aroundLabel;
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
@end
|
||||
|
||||
@implementation YXWithdrawCashDetailViewController
|
||||
@implementation XJDWithdrawCashDetailViewController
|
||||
|
||||
- (void)viewDidLoad {
|
||||
[super viewDidLoad];
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// HQSearchView.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/4/13.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// HQSearchView.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/4/13.
|
||||
//
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// IMUserInfoModel.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/6/29.
|
||||
//
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// IMUserInfoModel.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/6/29.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// YXLoginFoundPasswordViewController.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/5/22.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// YXLoginFoundPasswordViewController.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/5/22.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// LoginSetPasswordViewController.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/5/22.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// LoginSetPasswordViewController.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/5/22.
|
||||
//
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// ChatListViewController.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/2/13.
|
||||
//
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// ChatListViewController.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/2/13.
|
||||
//
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// ChatViewController.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/2/13.
|
||||
//
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// ChatViewController.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/2/13.
|
||||
//
|
||||
@@ -13,7 +13,7 @@
|
||||
#import <CommonCrypto/CommonDigest.h>
|
||||
#import "TUIChatConfig.h"
|
||||
#import "EndSystemSoSCell.h"
|
||||
#import "YXFileDataDetailViewController.h"
|
||||
#import "XJDFileDataDetailViewController.h"
|
||||
#import "DoctorIDCardMessageCell.h"
|
||||
#import "CurrentLocationViewController.h"
|
||||
#import <TUICallEngine/TUICallEngine.h>
|
||||
@@ -349,7 +349,7 @@
|
||||
|
||||
if ([cell isKindOfClass:healthDataCustomCell.class]) {
|
||||
healthDataCustomCell * healthCell = cell;
|
||||
YXFileDataDetailViewController * experVC= [[YXFileDataDetailViewController alloc] init];
|
||||
XJDFileDataDetailViewController * experVC= [[XJDFileDataDetailViewController alloc] init];
|
||||
experVC.record_id = healthCell.fileId;
|
||||
[self.navigationController pushViewController:experVC animated:YES];
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// ChatMapViewController.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/5.
|
||||
//
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// ChatMapViewController.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/5.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// DoctiorIDCardCellData.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/8.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// DoctiorIDCardCellData.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/8.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// DoctorIDCardMessageCell.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/8.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// DoctorIDCardMessageCell.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/8.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// EndSystemCellData.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/10.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// EndSystemCellData.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/10.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// EndSystemSoSCell.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/10.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// EndSystemSoSCell.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/10.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// chatPictureCollectionViewCell.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/2/13.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// chatPictureCollectionViewCell.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/2/13.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// healthDataCustomCell.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/2/13.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// healthDataCustomCell.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/2/13.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// healthDataCustomCellData.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/2/13.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// healthDataCustomCellData.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/2/13.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// sendPhysicalCustomCell.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/25.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// sendPhysicalCustomCell.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/25.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// sendPhysicalCustomCellData.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/25.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// sendPhysicalCustomCellData.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/25.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// StarMarkCellData.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/3.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// StarMarkCellData.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/3.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// StarMarkCustomCell.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/3.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// StarMarkCustomCell.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/3.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// userDataInfoCellData.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/2/13.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// userDataInfoCellData.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/2/13.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// userDataInfoChatCell.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/2/13.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// userDataInfoChatCell.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/2/13.
|
||||
//
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// SendReportModel.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/24.
|
||||
//
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// SendReportModel.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/24.
|
||||
//
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// sendHealthModel.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/27.
|
||||
//
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// sendHealthModel.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/27.
|
||||
//
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// SendHealthDataTable.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/27.
|
||||
//
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// SendHealthDataTable.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/27.
|
||||
//
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// SendHealthDataTableViewCell.h
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/27.
|
||||
//
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// SendHealthDataTableViewCell.m
|
||||
// EscortProject
|
||||
// DoctorXinjiang
|
||||
//
|
||||
// Created by 仁康信息 on 2023/7/27.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user