Răsfoiți Sursa

1.修改UWA Portfolio可编辑。
2.修改UWA Company Info。

Pen Li 7 ani în urmă
părinte
comite
312b50c9bf

+ 0 - 6
RedAnt ERP Mobile/common/Functions/portfolio/PortfolioViewController.m

@@ -1642,9 +1642,7 @@
         {
             //[arr addObject:editRowAction];
             
-#ifndef BUILD_UWAVER
             [arr addObject:EditQTYAction];
-#endif
         }
         
         return arr;
@@ -1656,11 +1654,7 @@
         } else {
             
             if(appDelegate.can_set_tearsheet_price) {
-#ifndef BUILD_UWAVER
                 return @[deleteRowAction,EditQTYAction];
-#else
-                return @[deleteRowAction];
-#endif
             } else {
                 return @[deleteRowAction];
             }

+ 3 - 3
RedAnt ERP Mobile/iSales-UWAVER/config.h

@@ -40,9 +40,9 @@
 #define  APP_NAME @"UWA"
 #define  COMPANY_SHORT_NAME @"UWA"
 #define  COMPANY_NAME @"UNITED WEAVERS"
-#define  COMPANY_INFO @"Sales: sales@united-us.net\nPhone: 510-574-8180"
-#define  COMPANY_WEB @"www.united-us.net"
-#define  COMPANY_FULL_NAME @"United Software Applications, Inc."
+#define  COMPANY_INFO @"Sales: OFFICE@UNITEDWEAVERS.NET\nPhone: (800)241-5754"
+#define  COMPANY_WEB @"https://uwa.united-us.net"
+#define  COMPANY_FULL_NAME @"United Weavers of America, Inc."
 
 #define LOCAL_URL_CUSTOMER_INFO_EDITOR @"customer_info_template"
 #define LOCAL_URL_CUSTOMER_INFO_EDIT @"customer_info_template_edit"