From a8e17146ca46945d9c0ad15f2d3e18e69299a3cc Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期一, 24 三月 2025 15:04:02 +0800
Subject: [PATCH] 新增 BinInfoList 属性及相关类

---
 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