From 38f4f592004008cd531ce039b4a75865f5f8a1b7 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 12 三月 2025 09:29:53 +0800 Subject: [PATCH] 雅达-更新库存项处理逻辑和注释格式 --- Tiger.Business.WMS/ERP/U9C_WMS.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Tiger.Business.WMS/ERP/U9C_WMS.cs b/Tiger.Business.WMS/ERP/U9C_WMS.cs index 1041691..31b18dc 100644 --- a/Tiger.Business.WMS/ERP/U9C_WMS.cs +++ b/Tiger.Business.WMS/ERP/U9C_WMS.cs @@ -41,7 +41,7 @@ item.Segment5 = barcode.ItemCode; item.PROD_DATE = barcode.DateCode.ToDateTime(); item.Unit = barcode.Unit; - item.LotNo= barcode.LotNo; + item.LotNo= barcode.LotNo.IsNullOrEmpty() ? item.Segment7 : barcode.LotNo; } //淇濆瓨鍒版暟鎹簱 -- Gitblit v1.9.3