Ray Zhang 10 tahun lalu
induk
melakukan
693dfb29a7

+ 2 - 0
RedAnt ERP Mobile/common/Functions/order/CreateOrderViewController.m

@@ -280,6 +280,8 @@
             upparams= [self subitem_param:itemjson addto:upparams ];
         }
     }
+    // save order 不检查必填项;
+    self.cancommit=true;
     if(self.cancommit==false)
     {
         [RAUtils alert_view:@"Fields with * mark cannot be empty." title:@"Some Requried Fields Are Missing."];