| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202 |
- //
- // SalesDataAnalysisVC.h
- // IBOSS-HJ
- //
- // Created by 关宏厚 on 2020/12/30.
- // Copyright © 2020 elongtian. All rights reserved.
- //
- #import "BaseViewController.h"
- #import "IBOSS-Bridging-Header.h"
- #import "UIColor+hexColor.h"
- #import <Charts/Charts.h>
- #import "DateFormat.h"
- #import "MyView.h"
- #import "IntAxisValueFormatter.h"
- #import "YAxisValueFormatter.h"
- #import "Util.h"
- #import "BRDatePickerView.h"
- #import "CustomBorderView.h"
- #import "ITDatePickerController.h"
- @interface SalesDataAnalysisVC : BaseViewController<ChartViewDelegate,ITDatePickerControllerDelegate>
- @property (strong, nonatomic) UIButton *btnSalesStatusCustom;
- @property (strong, nonatomic) UIButton *btnSalesStatusToday;
- @property (strong, nonatomic) UIButton *btnSalesStatusYesterday;
- @property (strong, nonatomic) UIButton *btnSalesStatusRecentlySevenDays;
- @property (strong, nonatomic) UIButton *btnSalesStatusRecentlyThirtyDays;
- @property (strong, nonatomic) UIButton *btnSalesStatusStartDate;
- @property (strong, nonatomic) UIButton *btnSalesStatusEndDate;
- @property (strong,nonatomic) BRDatePickerView *dealDatePicker;
- @property (nonatomic, strong) NSString *salesStatusStartDate;
- @property (nonatomic, strong) NSString *salesStatusEndDate;
- @property (nonatomic, strong) NSString *tempSalesStatusStartDate;
- @property (nonatomic, strong) NSString *tempSalesStatusEndDate;
- @property (strong, nonatomic) UIButton *btnSalesStatusDepartment;
- @property (strong, nonatomic) UIButton *btnSalesStatusChannel;
- @property (nonatomic, strong) BarChartView *salesStatusChartView;
- @property (strong, nonatomic) UIButton *btnCollectionStatusCustom;
- @property (strong, nonatomic) UIButton *btnCollectionStatusToday;
- @property (strong, nonatomic) UIButton *btnCollectionStatusYesterday;
- @property (strong, nonatomic) UIButton *btnCollectionStatusRecentlySevenDays;
- @property (strong, nonatomic) UIButton *btnCollectionStatusRecentlyThirtyDays;
- @property (strong, nonatomic) UIButton *btnCollectionStatusStartDate;
- @property (strong, nonatomic) UIButton *btnCollectionStatusEndDate;
- @property (nonatomic, strong) NSString *collectionStatusStartDate;
- @property (nonatomic, strong) NSString *collectionStatusEndDate;
- @property (nonatomic, strong) NSString *tempCollectionStatusStartDate;
- @property (nonatomic, strong) NSString *tempCollectionStatusEndDate;
- @property (strong, nonatomic) UIButton *btnCollectionStatusDepartment;
- @property (strong, nonatomic) UIButton *btnCollectionStatusChannel;
- @property (nonatomic, strong) BarChartView *collectionStatusChartView;
- @property (nonatomic, strong) BarChartView *orderStatusChartView;
- @property (nonatomic, strong) BarChartView *salesAchievementChartView;
- @property (nonatomic, strong) HorizontalBarChartView *transactionChartView;
- @property (strong, nonatomic) UIButton *btnOrderStatusCustom;
- @property (strong, nonatomic) UIButton *btnOrderStatusToday;
- @property (strong, nonatomic) UIButton *btnOrderStatusYesterday;
- @property (strong, nonatomic) UIButton *btnOrderStatusRecentlySevenDays;
- @property (strong, nonatomic) UIButton *btnOrderStatusRecentlyThirtyDays;
- @property (strong, nonatomic) UIButton *btnOrderStatusStartDate;
- @property (strong, nonatomic) UIButton *btnOrderStatusEndDate;
- @property (nonatomic, strong) NSString *orderStatusStartDate;
- @property (nonatomic, strong) NSString *orderStatusEndDate;
- @property (nonatomic, strong) NSString *tempOrderStatusStartDate;
- @property (nonatomic, strong) NSString *tempOrderStatusEndDate;
- @property (strong, nonatomic) UIButton *btnOrderStatusDepartment;
- @property (strong, nonatomic) UIButton *btnOrderStatusChannel;
- @property (strong, nonatomic) UIButton *btnSalesAchievementCustom;
- @property (strong, nonatomic) UIButton *btnSalesAchievemmentToday;
- @property(nonatomic,strong) MyView *salesAchievementChart;
- @property (strong, nonatomic) UIButton *btnSalesAchievementDepartment;
- @property (strong, nonatomic) UIButton *btnSalesAchievementStaff;
- @property (nonatomic, strong) NSString *salesAchievementMonth;
- @property (nonatomic, strong) NSString *shoppingGuideStartDate;
- @property (nonatomic, strong) NSString *shoppingGuideEndDate;
- @property (nonatomic, strong) NSString *tempShoppingGuideStartDate;
- @property (nonatomic, strong) NSString *tempShoppingGuideEndDate;
- @property (strong, nonatomic) UIButton *btnShoppingGuideStartDate;
- @property (strong, nonatomic) UIButton *btnShoppingGuideEndDate;
- @property (strong, nonatomic) UIButton *btnDeliveryStatusStartDate;
- @property (strong, nonatomic) UIButton *btnDeliveryStatusEndDate;
- @property (nonatomic, strong) NSString *deliveryStatusStartDate;
- @property (nonatomic, strong) NSString *deliveryStatusEndDate;
- @property (nonatomic, strong) NSString *tempDeliveryStatusStartDate;
- @property (nonatomic, strong) NSString *tempDeliveryStatusEndDate;
- @property (strong, nonatomic) UIButton *btnInstallStatusStartDate;
- @property (strong, nonatomic) UIButton *btnInstallStatusEndDate;
- @property (nonatomic, strong) NSString *installStatusStartDate;
- @property (nonatomic, strong) NSString *installStatusEndDate;
- @property (nonatomic, strong) NSString *tempInstallStatusStartDate;
- @property (nonatomic, strong) NSString *tempInstallStatusEndDate;
- @property (strong, nonatomic) UIButton *btnRepairStatusStartDate;
- @property (strong, nonatomic) UIButton *btnRepairStatusEndDate;
- @property (nonatomic, strong) NSString *repairStatusStartDate;
- @property (nonatomic, strong) NSString *repairStatusEndDate;
- @property (nonatomic, strong) NSString *tempRepairStatusStartDate;
- @property (nonatomic, strong) NSString *tempRepairStatusEndDate;
- @property(nonatomic,strong) MyView *transactionView;
- @property(nonatomic,strong) MyView *deliveryStatusView;
- @property(nonatomic,strong) MyView *installStatusView;
- @property(nonatomic,strong) MyView *repairStatusView;
- @property (nonatomic,strong) ASIDownManager *salesStatusDownManager;
- @property (nonatomic,strong) ASIDownManager *cashStatusDownManager;
- @property (nonatomic,strong) ASIDownManager *orderStatusDownManager;
- @property (nonatomic,strong) ASIDownManager *shoppingGuideDownManager;
- @property (nonatomic,strong) ASIDownManager *deliveryDownManager;
- @property (nonatomic,strong) ASIDownManager *installDownManager;
- @property (nonatomic,strong) ASIDownManager *repairDownManager;
- @property (nonatomic,strong) ASIDownManager *salesAchievementDownManager;
- @end
|