From 5408616fd72786b63cfe69a7426c3fb499b6962b Mon Sep 17 00:00:00 2001 From: bklLiudl <673013083@qq.com> Date: 星期四, 17 十月 2024 18:49:04 +0800 Subject: [PATCH] Merge branch 'Liudl' --- Wms/WMS.BLL/BllAsnServer/PalletBindServer.cs | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Wms/WMS.BLL/BllAsnServer/PalletBindServer.cs b/Wms/WMS.BLL/BllAsnServer/PalletBindServer.cs index 6079f7a..c8f8338 100644 --- a/Wms/WMS.BLL/BllAsnServer/PalletBindServer.cs +++ b/Wms/WMS.BLL/BllAsnServer/PalletBindServer.cs @@ -1618,7 +1618,7 @@ - var areaNoStr = "A07"; + var areaNoStr = "A03"; var allotLocate = new AllotLocation(); #region 鏍规嵁sku纭鍖哄煙鍒掑垎 @@ -2291,7 +2291,7 @@ SysStorageLocat locate; var areaList = new List<string>(); - areaList.Add("A07"); + areaList.Add("A03"); locate = allotLocate.GetSuiTableLocate(houseNo, areaList, roadwayNo); Db.BeginTran(); @@ -2522,6 +2522,7 @@ SkuName = boxInfo.SkuName, Standard = sku.Standard, ProductionTime = boxInfo.ProductionTime, + ExpirationTime = boxInfo.ExpirationTime, SupplierLot = boxInfo.SupplierLot, InspectStatus = boxInfo.InspectStatus, InspectMark = boxInfo.InspectMark, @@ -2695,6 +2696,7 @@ SkuName = demo.SkuName, Standard = noticeDetail.Standard, ProductionTime = demo.ProductionTime, + ExpirationTime = demo.ExpirationTime, SupplierLot = demo.SupplierLot, InspectStatus = demo.InspectStatus, InspectMark = demo.InspectMark, -- Gitblit v1.8.0