admin
9 小时以前 de5738366b934c2413cf6855ece8be1fe06459a4
拣货拼托SoSetPinPick34支持出库单执行完毕也要超捡
1个文件已修改
3 ■■■■ 已修改文件
Wms/WMS.BLL/BllPdaServer/PdaSoServer.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Wms/WMS.BLL/BllPdaServer/PdaSoServer.cs
@@ -85,7 +85,8 @@
                //    throw Oops.Bah("出库单的状态不是正在执行,不能拣货");
                //}
                //2025年12月05日甲方要求超捡,出库单调整为执行完毕也可以超捡
                if (notice.Status != "3" && notice.Status != "4")
                List<string> statusList = new List<string>() { "3", "4" };
                if (!statusList.Contains(notice.Status))
                {
                    throw Oops.Bah("出库单的状态非正在执行,不能拣货");
                }