diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/DataExchanges/AssembleIssueNoteEventHandler.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/DataExchanges/AssembleIssueNoteEventHandler.cs
index cf5be225d..8b0ef87ed 100644
--- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/DataExchanges/AssembleIssueNoteEventHandler.cs
+++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/DataExchanges/AssembleIssueNoteEventHandler.cs
@@ -12,14 +12,14 @@ using Win_in.Sfs.Wms.Store.Notes.IssueNotes;
namespace Win_in.Sfs.Wms.Store.Event.DataExchanges;
///
-/// 装配发料记录传给TYRP(线边仓领料单)
+/// 装配线边=>外购件 库移记录传给TYRP(线边仓领料单)
///
public class AssembleIssueNoteEventHandler
: StoreDataExchangeEventHandlerBase
, ILocalEventHandler>
, ILocalEventHandler>>
{
-
+ //线边仓领料单
private const EnumExchangeDataType ExchangeDataType = EnumExchangeDataType.Issue;
[UnitOfWork]
diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/DataExchanges/CoatingIssueNoteEventHandler.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/DataExchanges/CoatingIssueNoteEventHandler.cs
index c498f9646..d73bea9fb 100644
--- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/DataExchanges/CoatingIssueNoteEventHandler.cs
+++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/DataExchanges/CoatingIssueNoteEventHandler.cs
@@ -19,7 +19,7 @@ public class CoatingIssueNoteEventHandler
, ILocalEventHandler>
, ILocalEventHandler>>
{
-
+ //线边仓领料单
private const EnumExchangeDataType ExchangeDataType = EnumExchangeDataType.Issue;
[UnitOfWork]
diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/DataExchanges/InjectionIssueNoteEventHandler.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/DataExchanges/InjectionIssueNoteEventHandler.cs
index cc18d9c3e..34d324950 100644
--- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/DataExchanges/InjectionIssueNoteEventHandler.cs
+++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/DataExchanges/InjectionIssueNoteEventHandler.cs
@@ -18,7 +18,7 @@ public class InjectionIssueNoteEventHandler
, ILocalEventHandler>
, ILocalEventHandler>>
{
-
+ //线边仓领料单
private const EnumExchangeDataType ExchangeDataType = EnumExchangeDataType.Issue;
[UnitOfWork]
diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/DataExchanges/KittingIssueNoteEventHandler.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/DataExchanges/KittingIssueNoteEventHandler.cs
index 8f4a54e09..d2f44e76f 100644
--- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/DataExchanges/KittingIssueNoteEventHandler.cs
+++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/DataExchanges/KittingIssueNoteEventHandler.cs
@@ -19,7 +19,7 @@ public class KittingIssueNoteEventHandler
, ILocalEventHandler>
, ILocalEventHandler>>
{
-
+ //Kitting区 线边仓领料单
private const EnumExchangeDataType ExchangeDataType = EnumExchangeDataType.Issue;
[UnitOfWork]
diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/DataExchanges/ThirdLocationNoteEventHandler.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/DataExchanges/ThirdLocationNoteEventHandler.cs
index f870f147b..dd745a257 100644
--- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/DataExchanges/ThirdLocationNoteEventHandler.cs
+++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/DataExchanges/ThirdLocationNoteEventHandler.cs
@@ -14,12 +14,15 @@ using ILocationAclService = Win_in.Sfs.Wms.Store.Domain.Acl.Location.ILocationAc
namespace Win_in.Sfs.Wms.Store.Event.DataExchanges
{
+ ///
+ /// 三方库库移记录传给TYRP(储位调拨单)
+ ///
public class ThirdLocationNoteEventHandler :
StoreDataExchangeEventHandlerBase
, ILocalEventHandler>
{
-
- private const EnumExchangeDataType ExchangeDataType = EnumExchangeDataType.Issue;
+ //三方库 储位调拨单
+ private const EnumExchangeDataType ExchangeDataType = EnumExchangeDataType.Transfer;
[UnitOfWork]
public virtual async Task HandleEventAsync(SfsCreatedEntityEventData eventData)