| 123456789101112131415161718192021222324 |
- //
- // CreateOrderViewController.h
- // RedAnt ERP Mobile
- //
- // Created by Ray on 8/24/15.
- // Copyright (c) 2015 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "CommonEditorViewController.h"
- @interface CreateOrderViewController : CommonEditorViewController
- @property bool have_tail;
- @property (strong,nonatomic) NSMutableDictionary* upparams;
- @property (strong,nonatomic) UIBarButtonItem *btnSubmitOrder;
- @property (nonatomic,assign) BOOL resumeOrder;///<恢复订单
- //@property (nonatomic , copy) void (^printPdfCallback)(NSString* url);
- @end
|