From 7e47bed4d549a2d409ec599b0f1ab0cb4081dd74 Mon Sep 17 00:00:00 2001 From: git_rabbit Date: Tue, 13 Jan 2026 08:29:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DOAN.Service/MES/Material/MmInventoryService.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DOAN.Service/MES/Material/MmInventoryService.cs b/DOAN.Service/MES/Material/MmInventoryService.cs index 2b085a5..6287f7a 100644 --- a/DOAN.Service/MES/Material/MmInventoryService.cs +++ b/DOAN.Service/MES/Material/MmInventoryService.cs @@ -329,10 +329,13 @@ namespace DOAN.Service.BZFM { MaterialCode = mmMaterial.MaterialCode, MaterialName = mmMaterial.MaterialName, + SupplierCode = mmMaterial.SupplierCode, + SupplierName = mmMaterial.SupplierName, LocationCode = mmLocation.LocationCode, LocationName = mmLocation.LocationName, WarehouseCode = mmLocation.WarehouseCode, WarehouseName = mmLocation.WarehouseName, + BatchNo = parm.BatchNo, CurrentQty = -delta, Unit = parm.Unit,