Jelajahi Sumber

增加在锁住应用后,查看Order Detail时提示。

Pen Li 9 tahun lalu
induk
melakukan
6b5bb8af18

TEMPAT SAMPAH
RedAnt ERP Mobile/RedAnt ERP Mobile.xcworkspace/xcuserdata/macmini1.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 0
RedAnt ERP Mobile/common/Functions/order/OrderListViewController.m

@@ -1078,6 +1078,7 @@
 
     if(appDelegate.user_type==USER_ROLE_CUSTOMER) { // Customer
         if ([Singleton sharedInstance].global_lock) { // Order list 被锁
+            [RAUtils message_alert:@"App is locked,You can't view the order Detail" title:@"Warning" controller:self];
             return;
         }
     }