From 756e6c531d49a4565e47949120cb33bae431566e Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期四, 24 四月 2025 09:45:22 +0800 Subject: [PATCH] Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024 --- Tiger.Business.WMS/Transaction/Old/OutOther.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tiger.Business.WMS/Transaction/Old/OutOther.cs b/Tiger.Business.WMS/Transaction/Old/OutOther.cs index e2ea672..430437a 100644 --- a/Tiger.Business.WMS/Transaction/Old/OutOther.cs +++ b/Tiger.Business.WMS/Transaction/Old/OutOther.cs @@ -41,7 +41,7 @@ public BIZ_ERP_OTH_OUT req { get; set; } public bool isExceed { get; set; } public bool isCutting { get; set; } - public decimal cutQty { get; set; } + public double cutQty { get; set; } public string QrCode { get; set; } public List<BIZ_ERP_OTH_OUT_DTL> dtls { get; set; } = new(); #endregion @@ -478,7 +478,7 @@ //3.鏄惁鎴枡锛屼笉鍏佽瓒呭彂鐨勭墿鏂欙紝鎵�鏈夌殑鍗曞埆閮介渶瑕佸仛鎷嗗寘澶勭悊锛岃嚜鍔ㄨ皟鐢ㄦ媶鍖咃紝鍏佽瓒呭彂鐨勭墿鏂欙紝鍗曞埆5408鎴栬��5409鐨勮鎷嗗寘 isCutting = false; - decimal curQty = CurInv.CurPkg.QTY; + double curQty = CurInv.CurPkg.QTY; foreach (var d in dtls) { var actPrQty = d.PRQTY - d.QTY; -- Gitblit v1.9.3