|
|
@@ -3744,8 +3744,9 @@
|
|
|
// NSMutableDictionary* saveorder = [[NSMutableDictionary dictionaryWithDictionary:self.content_data_download] mutableCopy];
|
|
|
if(newmodel)
|
|
|
{ self.content_data_download[@"section_0"]=newmodel;
|
|
|
- self.content_data_download[@"readonly"]=@1;
|
|
|
+
|
|
|
}
|
|
|
+ self.content_data_download[@"readonly"]=@1;
|
|
|
[self scanSave:upparams];
|
|
|
NSString* company = upparams[@"customer_cid"];
|
|
|
if(company.length==0)
|