// // OtherInStorageListVC.h // IBOSSmini // // Created by guan hong hou on 2018/4/20. // Copyright © 2018年 elongtian. All rights reserved. // #import "BaseViewController.h" #import "SideSlipFilterController.h" #import "OtherInStorageSearchModel.h" #import "OtherInStorageListModel.h" #import "SalesInStorageListCell.h" #import "OtherInStorageGoodsDetailListVC.h" #import "OtherInStorageDetailVC.h" #import "NewOtherInStorageHomeVC.h" #define SALES_IN_STORAGE_SEARCH_RANGE_MODEL @"SALES_IN_STORAGE_SEARCH_RANGE_MODEL" @interface OtherInStorageListVC : BaseViewController @property (nonatomic,strong) RefreshTableView *vCustomTableView; @property(nonatomic,strong) NSMutableArray *dataList; @property(nonatomic,strong) UIView *topSeparatorView; @property (nonatomic,strong) ASIDownManager *downManager; @property(nonatomic,strong) NSString *enterNo; @property(nonatomic,strong) NSString *supplierId; @property(nonatomic,strong) NSString *customerCode; @property(nonatomic,strong) NSString *startDate; @property(nonatomic,strong) NSString *endDate; @property(nonatomic,strong) NSString *organizationCode; @property(nonatomic,strong) NSString *staffId; @property(nonatomic,strong) NSString *invoiceStatus; @property(nonatomic,strong) NSString *enterType; @property(nonatomic,strong) UIView *searchView; @property(nonatomic,strong) OtherInStorageListModel *otherInStorageListModel; @property (strong, nonatomic) SideSlipFilterController *filterController; @end