_Main/BL/Type_PackagingPlanCell/Function_CalcUnpackagedInventory.qbl | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
_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 );