From 70c9c84b932d4e85c8230a3b042bd984a1feb717 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期四, 10 四月 2025 10:08:37 +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