From d09f804c71b452b9039e4e2d9512489814deea73 Mon Sep 17 00:00:00 2001 From: YangYuGang <1378265336@qq.com> Date: 星期四, 08 五月 2025 09:28:53 +0800 Subject: [PATCH] 添加日期 --- Tiger.Business.WMS/Transaction/Yada/Print_BIZ_U9_ASN.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Tiger.Business.WMS/Transaction/Yada/Print_BIZ_U9_ASN.cs b/Tiger.Business.WMS/Transaction/Yada/Print_BIZ_U9_ASN.cs index c5a923d..1a67a60 100644 --- a/Tiger.Business.WMS/Transaction/Yada/Print_BIZ_U9_ASN.cs +++ b/Tiger.Business.WMS/Transaction/Yada/Print_BIZ_U9_ASN.cs @@ -535,6 +535,7 @@ rcvDTO = new() { Supplier = new() { m_code = order.SUPP_CODE }, + BusinessDate = DateTime.Now, RcvDocType = new() { m_code = rcvDocType }, RcvLines = finishNotSubmit.Select(q=> new RcvLine { -- Gitblit v1.9.3