From dc1e5cd2c50bdcd712b5f95b2170bf7d421db4f0 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期三, 30 四月 2025 13:19:09 +0800
Subject: [PATCH] 来料打印更新

---
 Tiger.Business.WMS/Transaction/Yada/Print_BIZ_U9_ASN.cs |    2 +-
 1 files changed, 1 insertions(+), 1 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 8563ffa..d252812 100644
--- a/Tiger.Business.WMS/Transaction/Yada/Print_BIZ_U9_ASN.cs
+++ b/Tiger.Business.WMS/Transaction/Yada/Print_BIZ_U9_ASN.cs
@@ -551,7 +551,7 @@
                                     RcvQtyTU = 0,
                                     RcvQtyPU = 0,
                                     EyeballingQtyTU = q.QTY,
-                                    RcvProcedure = 0,
+                                    RcvProcedure = q.ItemInfo.ExtInfo.ReceiptMode,
                                     RcvLotCode = q.SUPP_LOTNO,
                                     InvLotCode =  q.LOTNO,
                                 }).ToList(),

--
Gitblit v1.9.3