admin
15 小时以前 641bb063b34459cea7dca7bbd087710888f8e091
Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs
@@ -1231,7 +1231,7 @@
                    //添加出库单
                    foreach (var d in model.Detail)
                    {
                        if (d.Qty < 0M)
                        if (d.Qty < 0)
                        {
                            throw new Exception("出库数量必须大于0");
                        }