From 936cbe9cabf9ae35420a16d4b00f10965ae63a3c Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期一, 30 九月 2024 16:29:59 +0800
Subject: [PATCH] 换型损失设置数量改为正数

---
 _Main/BL/Type_OfflinePlanCell/StaticMethod_DeductionOfReplacementLoss.qbl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/_Main/BL/Type_OfflinePlanCell/StaticMethod_DeductionOfReplacementLoss.qbl b/_Main/BL/Type_OfflinePlanCell/StaticMethod_DeductionOfReplacementLoss.qbl
index bf4f206..bc4f716 100644
--- a/_Main/BL/Type_OfflinePlanCell/StaticMethod_DeductionOfReplacementLoss.qbl
+++ b/_Main/BL/Type_OfflinePlanCell/StaticMethod_DeductionOfReplacementLoss.qbl
@@ -36,7 +36,7 @@
                                          tempOPC.OfflinePlanRow().Type() = "1" and 
                                          tempOPC.OfflinePlanRow().ProductID() = firstOrderCell.OfflinePlanRow().ProductID()
                                         );
-            firstQuantityCell.Value( [String] ( [Number]firstQuantityCell.Value() - cls.ChangeLossNr() ) );                 
+            firstQuantityCell.Value( [String] ( [Number]firstQuantityCell.Value() - cls.ChangeLossNumber() ) );                 
     //        info( "褰撳墠鍒楁椂闂达細", opc.ColumnDate().Format( "Y-M2-D2" ), "    褰撳墠搴忓彿锛�", i, "    鍗曞厓鏍肩殑鍊硷細", firstOrderCell.Value(), "    浜у搧鍚嶏細", firstOrderCell.OfflinePlanRow().ProductID(),
     //              "涓嬩竴涓簭鍙凤細", i + 1, "    鍗曞厓鏍肩殑鍊硷細", secondOrderCell.Value(), "    浜у搧鍚嶏細", secondOrderCell.OfflinePlanRow().ProductID() );
           }

--
Gitblit v1.9.3