Ray Zhang 10 년 전
부모
커밋
693dfb29a7
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      RedAnt ERP Mobile/common/Functions/order/CreateOrderViewController.m

+ 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."];