Răsfoiți Sursa

1.修改NPD、Homer、GATIT选择Customer后,更新Contact List。
2.调整Order Detail中Model Name间距。

Pen Li 8 ani în urmă
părinte
comite
0ce8fc3e3c

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


+ 2 - 0
RedAnt ERP Mobile/iSales-GATIT/AppDelegate.m

@@ -69,6 +69,8 @@
     if (self.user_type == USER_ROLE_CUSTOMER && _customerInfo) {
         return;
     }
+    [((MainViewController*)self.main_vc) reloadContact:false immediately:false];
+    [(MainViewController*)self.main_vc reloadWish:YES immediately:NO];
     _customerInfo=customerInfo;
     
 //    DebugLog(@"%@",_customerInfo.class);

+ 2 - 0
RedAnt ERP Mobile/iSales-HOMER/AppDelegate.m

@@ -69,6 +69,8 @@
     if (self.user_type == USER_ROLE_CUSTOMER && _customerInfo) {
         return;
     }
+    
+    [((MainViewController*)self.main_vc) reloadContact:false immediately:false];
     _customerInfo=customerInfo;
     
     [(MainViewController*)self.main_vc reloadWish:YES immediately:NO];

+ 1 - 1
RedAnt ERP Mobile/iSales-HOMER/config.h

@@ -10,7 +10,7 @@
 #define RedAnt_ERP_Mobile_config_h
 #define BUILD_HOMER
 
-#define  APP_NAME @"HOMER Mobile"
+#define  APP_NAME @"HOMER APP"
 #define  COMPANY_SHORT_NAME @"HOMER"
 #define  COMPANY_NAME @"HOMELEGANCE LA, INC."
 #define  COMPANY_INFO @"Sales: homerica@homelegance.com\nPhone: 562-903-5668"

+ 2 - 0
RedAnt ERP Mobile/iSales-NPD/AppDelegate.m

@@ -69,6 +69,8 @@
     if (self.user_type == USER_ROLE_CUSTOMER && _customerInfo) {
         return;
     }
+    [((MainViewController*)self.main_vc) reloadContact:false immediately:false];
+    [(MainViewController*)self.main_vc reloadWish:YES immediately:NO];
     _customerInfo=customerInfo;
     
 //    DebugLog(@"%@",_customerInfo.class);

Fișier diff suprimat deoarece este prea mare
+ 127 - 127
RedAnt ERP Mobile/iSales-NPD/Base.lproj/Main.storyboard


Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff