Administrator
2024-02-21 69b45a0617e42ccfefc89322c8dc0455a6008fcd
Wms/WMS.BLL/BllPdaServer/PdaAsnServer.cs
@@ -2038,6 +2038,13 @@
                //验证库存是否拥有该托信息
                if (stockDetail != null && stockDetail.Count > 0)
                {
                    foreach (var item in stockDetail)
                    {
                        if (!string.IsNullOrEmpty(item.WareHouseNo))
                        {
                            throw new Exception("该托盘未在库外,请核查!");
                        }
                    }
                    iscount = 1; //回流入库
                }
                #endregion