|
|
@ -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))) |
|
|
|
{ |
|
|
|