From 171197ee085860f047e4a4191e5c232f9ef60a25 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期四, 10 四月 2025 10:30:00 +0800 Subject: [PATCH] 优化了一些已知问题 --- Tiger.Business.WMS/ERP/U9C_WMS.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Tiger.Business.WMS/ERP/U9C_WMS.cs b/Tiger.Business.WMS/ERP/U9C_WMS.cs index ba66a6d..afe58ff 100644 --- a/Tiger.Business.WMS/ERP/U9C_WMS.cs +++ b/Tiger.Business.WMS/ERP/U9C_WMS.cs @@ -185,6 +185,7 @@ TRANS_CODE = nameof(BIZ_U9_ASN), TRANS_NO = info.ORDER_NO, TRANS_LINE = info.LINE_NO, + LOTNO = barcode.LotNo, SUPP_CODE = dtl.SUPP_CODE, SUPP_LOTNO = dtl.SUPP_LOTNO, }; @@ -207,6 +208,7 @@ TRANS_CODE = nameof(BIZ_U9_ASN), TRANS_NO = info.ORDER_NO, TRANS_LINE = info.LINE_NO, + LOTNO = barcode.LotNo, SUPP_CODE = dtl.SUPP_CODE, SUPP_LOTNO = dtl.SUPP_LOTNO, }; -- Gitblit v1.9.3