11
啊鑫
2025-01-11 e648b8f3c2647be4248ce6eed4fa21c9412ddb65
service/Warehouse/MesInvItemInCDetailsManager.cs
@@ -74,8 +74,8 @@
            mesDepost = Db.Queryable<MesDepots>()
                .Where(s => s.DepotId.ToString() == depotCode2).First();
            if (depotCode != mesDepost.Guid)
                throw new Exception("扫描库位与采购入库库位不一致!");
            // if (depotCode != mesDepost.Guid)
            //     throw new Exception("扫描库位与采购入库库位不一致!");
        }
        else
        {