WebAPI/Controllers/MoveStockBillController.cs
@@ -364,14 +364,6 @@ objJsonResult.data = null; return objJsonResult; } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "2-库存不足!"; objJsonResult.data = null; return objJsonResult; } if (oWebs.set_SavePonderationBillMain_Temp_Qty(model, sQty, ref DBUtility.ClsPub.sErrInfo)) {