Browse Source

其他仓不包装

AddValidOverTime
shanji 2 years ago
parent
commit
88aee13db3
  1. 2
      BBWY.Server.Business/PurchaseOrderV2/BatchPurchase/BatchPurchaseBusiness.cs

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

Loading…
Cancel
Save