Sfoglia il codice sorgente

去除保存订单的测试bug

Pen Li 9 anni fa
parent
commit
dbf0e8ed3a

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


+ 0 - 16
RedAnt ERP Mobile/RedAnt ERP Mobile.xcworkspace/xcuserdata/macmini1.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

@@ -13,21 +13,5 @@
             stopOnStyle = "0">
          </BreakpointContent>
       </BreakpointProxy>
-      <BreakpointProxy
-         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
-         <BreakpointContent
-            shouldBeEnabled = "No"
-            ignoreCount = "0"
-            continueAfterRunningActions = "No"
-            filePath = "common/CommonEditor/CommonEditorViewController.m"
-            timestampString = "498723883.511512"
-            startingColumnNumber = "9223372036854775807"
-            endingColumnNumber = "9223372036854775807"
-            startingLineNumber = "3686"
-            endingLineNumber = "3686"
-            landmarkName = "-tableView:cellForRowAtIndexPath:"
-            landmarkType = "7">
-         </BreakpointContent>
-      </BreakpointProxy>
    </Breakpoints>
 </Bucket>

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

@@ -213,8 +213,8 @@
     // Dispose of any resources that can be recreated.
 }
 - (IBAction)onSaveClick:(id)sender {
-    id foo = nil;
-    [[NSMutableArray array] addObject:foo];
+//    id foo = nil;
+//    [[NSMutableArray array] addObject:foo];
     // add params check here.
     [self.lastedit endEditing:true];
     [self.lasttextview endEditing:true];