CreateOrderViewController.h 598 B

123456789101112131415161718192021222324
  1. //
  2. // CreateOrderViewController.h
  3. // RedAnt ERP Mobile
  4. //
  5. // Created by Ray on 8/24/15.
  6. // Copyright (c) 2015 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "CommonEditorViewController.h"
  10. @interface CreateOrderViewController : CommonEditorViewController
  11. @property bool have_tail;
  12. @property (strong,nonatomic) NSMutableDictionary* upparams;
  13. @property (strong,nonatomic) UIBarButtonItem *btnSubmitOrder;
  14. @property (nonatomic,assign) BOOL resumeOrder;///<恢复订单
  15. //@property (nonatomic , copy) void (^printPdfCallback)(NSString* url);
  16. @end