| Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs
@@ -1509,7 +1509,7 @@ //更新出库单 foreach (var d in model.Detail) { if (d.Qty <= 0M) if (d.Qty <= 0) { throw new Exception("出库数据必须大于0"); }