admin
9 小时以前 2416f77980c0fd145a743a79b4fa0ca3ca0b3118
CloseExportNotice少拣货也可以正常关单
1个文件已修改
4 ■■■ 已修改文件
Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs 4 ●●● 补丁 | 查看 | 原始文档 | 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("参数异常,请检查状态是否为执行完成或订单关闭");
                }