From b58622a7d521ddbb12f17fc6a0427ffc4ebc6013 Mon Sep 17 00:00:00 2001
From: zhouhongjun <565221961@qq.com>
Date: Fri, 10 May 2024 16:08:01 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E6=96=99=E8=AE=B0=E5=BD=95tyrp?=
=?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../DataExchanges/AssembleIssueNoteEventHandler.cs | 4 ++--
.../DataExchanges/CoatingIssueNoteEventHandler.cs | 2 +-
.../DataExchanges/InjectionIssueNoteEventHandler.cs | 2 +-
.../DataExchanges/KittingIssueNoteEventHandler.cs | 2 +-
.../DataExchanges/ThirdLocationNoteEventHandler.cs | 7 +++++--
5 files changed, 10 insertions(+), 7 deletions(-)
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)