Explorar el Código

修复合并订单,选择合并到目的订单错误。

Pen Li hace 9 años
padre
commit
8bc11a2d56

BIN
RedAnt ERP Mobile/RedAnt ERP Mobile.xcworkspace/xcuserdata/macmini1.xcuserdatad/UserInterfaceState.xcuserstate


+ 4 - 4
RedAnt ERP Mobile/common/Functions/offline/SelectUploadOrderViewController.m

@@ -122,10 +122,10 @@
         return;
     }
     
-    if (!self.mergeTo) {
-        [RAUtils message_alert:@"Please choose an order to copy information from." title:@"Warning" controller:self];
-        return;
-    }
+//    if (!self.mergeTo) {
+//        [RAUtils message_alert:@"Please choose an order to copy information from." title:@"Warning" controller:self];
+//        return;
+//    }
     
     __block NSMutableString *order_ids = [NSMutableString string];
     __block NSString *checked_id = nil;