فهرست منبع

1.修改UWAVER Hang Tag不可保存。

Pen Li 7 سال پیش
والد
کامیت
9a3bd44bf8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      RedAnt ERP Mobile/common/Functions/modelDetail/DetailHeaderCell.m

+ 1 - 1
RedAnt ERP Mobile/common/Functions/modelDetail/DetailHeaderCell.m

@@ -118,7 +118,7 @@
                 bool isLocalFile = [[editor_json valueForKey:@"isLocalFile"] boolValue];
                 RAPDFViewController *ViewController = [vc.storyboard instantiateViewControllerWithIdentifier:@"RAPDFViewController"];
                 ViewController.url = url;
-                ViewController.canSave = true;
+                ViewController.canSave = false;
                 ViewController.isLocalfile=isLocalFile;
                 
                 ViewController.filename = [NSString stringWithFormat:@"%@.pdf",[TextUtils legalFilename:catelog_name]];