yuyou_x
2024-02-21 a339e5234e6299d32672aaae648e5315900c2633
Wms/WMS.BLL/BllAsnServer/ArrivalNoticeServer.cs
@@ -651,6 +651,11 @@
                //{
                //    throw new Exception("参数异常,请检查状态是否为执行完成");
                //}
                var palletBind = Db.Queryable<BllPalletBind>().Where(m => m.IsDel == "0" && m.Status != "2").ToList();
                if (palletBind != null && palletBind.Count > 0)
                {
                    throw new Exception("存在未入库完成托盘信息,不允许关单");
                }
                var sqlString = "";