|
|
@@ -1473,7 +1473,9 @@ repeat:
|
|
|
}
|
|
|
+(NSDictionary*)direct_save_TearSheet:(NSMutableDictionary*)params//(NSString*) request_url name:(NSString*)name delete:(NSString* )ids note:(NSString* )saveNote modelIds:(NSDictionary *)modelIds
|
|
|
{
|
|
|
- // NSMutableDictionary* params = [[NSMutableDictionary alloc] init];
|
|
|
+ NSMutableDictionary* off_params = [params mutableCopy];;
|
|
|
+
|
|
|
+ params[@"off_params"]=off_params;
|
|
|
AppDelegate *appDelegate = (AppDelegate*)[[UIApplication sharedApplication] delegate];
|
|
|
if(appDelegate.user!=nil)
|
|
|
[params setValue:appDelegate.user forKey:@"user"];
|
|
|
@@ -1584,6 +1586,11 @@ repeat:
|
|
|
}
|
|
|
+(NSDictionary*)save_TearSheet:(NSMutableDictionary *)params//(NSString*) path name:(NSString*)name delete:(NSString* )ids note:(NSString*)note configureParams:(NSString *)configureParams modelIds:(NSDictionary *)modelIds
|
|
|
{
|
|
|
+
|
|
|
+
|
|
|
+ NSMutableDictionary* off_params = [params mutableCopy];;
|
|
|
+
|
|
|
+ params[@"off_params"]=off_params;
|
|
|
// NSMutableDictionary* params = [[NSMutableDictionary alloc] init];
|
|
|
AppDelegate *appDelegate = (AppDelegate*)[[UIApplication sharedApplication] delegate];
|
|
|
if(appDelegate.user!=nil)
|