From f1702d611c273ce29c1f1e3648ffbd0ee78d2148 Mon Sep 17 00:00:00 2001 From: "boxu.zheng" Date: Fri, 24 Jan 2025 11:02:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9agv=E8=B0=83=E6=8B=A8?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Notes/TransferNotes/TransferNoteAppService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/TransferNotes/TransferNoteAppService.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/TransferNotes/TransferNoteAppService.cs index c6d5baedd..4ab14eba3 100644 --- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/TransferNotes/TransferNoteAppService.cs +++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/TransferNotes/TransferNoteAppService.cs @@ -790,9 +790,9 @@ public class TransferNoteAppService : SfsStoreWithDetailsAppServiceBase detailInput.FromPackingCode = string.Empty; detailInput.Remark = detail.OrderType; transfer.Details.Add(detailInput); + transfer.Type = EnumTransSubType.Transfer_WIP.ToString(); - - await CreateAsync(transfer).ConfigureAwait(false); + await CreateAsync(transfer).ConfigureAwait(false); } } else