admin
7 天以前 7e56955ff553b10a04cd224e72d3f48da93c0a24
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("参数异常,请检查状态是否为执行完成或订单关闭");
                }