diff --git a/BBWY.Server.Business/PurchaseOrderV2/BatchPurchase/BatchPurchaseBusiness.cs b/BBWY.Server.Business/PurchaseOrderV2/BatchPurchase/BatchPurchaseBusiness.cs index 531fb3dc..7e4cdc4b 100644 --- a/BBWY.Server.Business/PurchaseOrderV2/BatchPurchase/BatchPurchaseBusiness.cs +++ b/BBWY.Server.Business/PurchaseOrderV2/BatchPurchase/BatchPurchaseBusiness.cs @@ -589,7 +589,7 @@ namespace BBWY.Server.Business throw new BusinessException("缺少采购账号"); if (request.IntoStoreType == null) throw new BusinessException("缺少入仓类型"); - if (request.IntoStoreType == Enums.IntoStoreType.发回齐越) + if (request.IntoStoreType == Enums.IntoStoreType.发回齐越 || request.IntoStoreType == Enums.IntoStoreType.其他仓不包装) { if (request.CargoParamGroupList.Any(c => c.CargoParamList.Any(x => x.StockType == null))) {