Browse Source

修改agv调拨接口

Agv分支2024-11-19
郑勃旭 3 months ago
parent
commit
f1702d611c
  1. 2
      be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/TransferNotes/TransferNoteAppService.cs

2
be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/TransferNotes/TransferNoteAppService.cs

@ -790,7 +790,7 @@ public class TransferNoteAppService : SfsStoreWithDetailsAppServiceBase
detailInput.FromPackingCode = string.Empty; detailInput.FromPackingCode = string.Empty;
detailInput.Remark = detail.OrderType; detailInput.Remark = detail.OrderType;
transfer.Details.Add(detailInput); transfer.Details.Add(detailInput);
transfer.Type = EnumTransSubType.Transfer_WIP.ToString();
await CreateAsync(transfer).ConfigureAwait(false); await CreateAsync(transfer).ConfigureAwait(false);
} }

Loading…
Cancel
Save