zgq
2021-07-05 be8cd03bf8df8e63f92ab035fc527aab15226d52
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))
                {