Browse Source

修改完工库位获取

集成Redis
郑渤旭[Irelia] 2 years ago
parent
commit
2c12375f94
  1. 5
      be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/Transactions/ProductReceiptNoteEventHandler.cs

5
be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/Transactions/ProductReceiptNoteEventHandler.cs

@ -78,8 +78,9 @@ public class ProductReceiptNoteEventHandler
var itemBasicDto= await _itemBasicAppService.GetByCodeAsync(detail.ItemCode).ConfigureAwait(false);
var locationDtos = await _locationAppService.GetListByTypesAndErpCodeAsync(
new List<EnumLocationType> { EnumLocationType.WIP },
detail.LocationErpCode).ConfigureAwait(false);
new List<EnumLocationType> { EnumLocationType.WIP,EnumLocationType.FG },
detail.LocationErpCode,
detail.LocationCode).ConfigureAwait(false);
if (locationDtos == null||locationDtos.Count<1)
{

Loading…
Cancel
Save