From a8fcfbb5e5ed9a07b1a30ef2d7ef9d407e9b04dd Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期三, 02 四月 2025 21:44:54 +0800
Subject: [PATCH] 更新ASN实体

---
 Tiger.Business.WMS/Transaction/PrintSemiProdLabel.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Tiger.Business.WMS/Transaction/PrintSemiProdLabel.cs b/Tiger.Business.WMS/Transaction/PrintSemiProdLabel.cs
index 23f0ebe..9b74fea 100644
--- a/Tiger.Business.WMS/Transaction/PrintSemiProdLabel.cs
+++ b/Tiger.Business.WMS/Transaction/PrintSemiProdLabel.cs
@@ -72,8 +72,8 @@
                         ItemDesc = item.ItemDescription,
                         SapItemCode = "",
                         WoBatch = item.LotCode,
-                        PackQty = item.PackQty.ToDecimal(),
-                        Qty = item.RcvQtyByWhUOM.ToDecimal(),
+                        PackQty = item.PackQty.ToDouble(),
+                        Qty = item.RcvQtyByWhUOM.ToDouble(),
                         DocNo = item.DocNo,
                         WorkOrder = item.Mo
                     };

--
Gitblit v1.9.3