| Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs
@@ -1914,7 +1914,9 @@ { throw new Exception("未查询到出库单据信息"); } if (notice.Status != "4") //2025年12月08日可户要求少拣货也可以正常关单 List<string> statusList = new List<string>() { "3", "4" }; if (!statusList.Contains(notice.Status)) { throw new Exception("参数异常,请检查状态是否为执行完成或订单关闭"); }