1
zgq
2021-02-25 ddc163f79cdd74b5b5379975e6cf03b43a3f5aa9
DAL/WMS/ClsKF_PonderationBillMain_Temp_View.cs
@@ -124,7 +124,7 @@
                    else if (sQty > sKFQty && sQty < sKFQtyErp)  //当库存小于标签数量时 取库存数量
                    {
                        sRelQty = sKFQty;
                        return true;
                        return false;
                    }
                    else if (sQty < sKFQty && sQty > sKFQtyErp)//无效
                    {