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