From a17eb89167439c958f593cdfaf6c557aefec5441 Mon Sep 17 00:00:00 2001 From: lvzb <35200379@qq.com> Date: Fri, 10 May 2024 15:06:35 +0800 Subject: [PATCH] =?UTF-8?q?EOS=E5=8F=91=E8=B4=A7=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Incoming/ShipReader.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/be/DataExchange/Fawtyg/Win_in.Sfs.Wms.DataExchange.Fawtyg.EosAgent/Incoming/ShipReader.cs b/be/DataExchange/Fawtyg/Win_in.Sfs.Wms.DataExchange.Fawtyg.EosAgent/Incoming/ShipReader.cs index a27f4d930..a0a11f34a 100644 --- a/be/DataExchange/Fawtyg/Win_in.Sfs.Wms.DataExchange.Fawtyg.EosAgent/Incoming/ShipReader.cs +++ b/be/DataExchange/Fawtyg/Win_in.Sfs.Wms.DataExchange.Fawtyg.EosAgent/Incoming/ShipReader.cs @@ -159,7 +159,7 @@ public class ShipReader : IReader var supplierAsn = new SupplierAsnExchangeDto() { Number = ship.ShipBillNo, - PoNumber = ship.ShipBillNo, + PoNumber = ship.PlanBillNo, SupplierCode = ship.SupplierCode, ContactName = ship.PlanUserCode, ShipDate = ship.ShipDate, @@ -175,7 +175,7 @@ public class ShipReader : IReader var supplierAsnDetail = new SupplierAsnDetailExchangeDto() { Number = ship.ShipBillNo, - PoNumber = ship.ShipBillNo, + PoNumber = ship.PlanBillNo, LocationErpCode = ship.Loc, PackingCode = ship.DetailMatNo, Uom = ship.Unit ?? "",