admin
10 小时以前 3165ddb369bca273ffb0d185fa293841ca99c3d7
Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs
@@ -1231,7 +1231,7 @@
                    //添加出库单
                    foreach (var d in model.Detail)
                    {
                        if (d.Qty < 0)
                        if (d.Qty <= 0)
                        {
                            throw new Exception("出库数量必须大于0");
                        }
@@ -1509,7 +1509,7 @@
                        //更新出库单
                        foreach (var d in model.Detail)
                        {
                            if (d.Qty < 1)
                            if (d.Qty < 0)
                            {
                                throw new Exception("出库数据必须大于0");
                            }