From 55f584ce9ce81bcab999d1fab35db36b2d2b21f7 Mon Sep 17 00:00:00 2001
From: admin <admin@admin.com>
Date: 星期四, 10 十月 2024 15:48:39 +0800
Subject: [PATCH] 长春工厂包装计划优化

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

diff --git a/_Main/BL/Type_PackagingPlanCell/Function_CalcUnpackagedInventory.qbl b/_Main/BL/Type_PackagingPlanCell/Function_CalcUnpackagedInventory.qbl
index 58cc55e..68d9aa1 100644
--- a/_Main/BL/Type_PackagingPlanCell/Function_CalcUnpackagedInventory.qbl
+++ b/_Main/BL/Type_PackagingPlanCell/Function_CalcUnpackagedInventory.qbl
@@ -6,7 +6,7 @@
   [*
     // lihongji Jul-24-2024 (created)
     
-    value := ifexpr( this.PackagingPlanRow().Factory() = "闀挎槬宸ュ巶", this.UnpackagedInventory(),
+    value := ifexpr( this.PackagingPlanRow().Factory() = "闀挎槬宸ュ巶", this.CC_UnpackagedInventory(),
                      guard( this.EndingInventory() - this.PackagingInventory(), 0.0 ) );
     
     this.UnpackagedInventory( value );

--
Gitblit v1.9.3