From 03da58b39df2f7308b8f6b83525240c1992b2d51 Mon Sep 17 00:00:00 2001
From: lihongji <3117313295@qq.com>
Date: 星期三, 09 十月 2024 17:08:17 +0800
Subject: [PATCH] 优化
---
_Main/BL/Type_PackagingPlanCell/StaticMethod_GenerateReport.qbl | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/_Main/BL/Type_PackagingPlanCell/StaticMethod_GenerateReport.qbl b/_Main/BL/Type_PackagingPlanCell/StaticMethod_GenerateReport.qbl
index cfbbdbf..88d7ea9 100644
--- a/_Main/BL/Type_PackagingPlanCell/StaticMethod_GenerateReport.qbl
+++ b/_Main/BL/Type_PackagingPlanCell/StaticMethod_GenerateReport.qbl
@@ -79,7 +79,8 @@
// 鑾峰彇鏈�澶у寘瑁呮暟閲�
maxPackageReflection := Reflection::FindAttribute( "PackagingPlanCapability", ppc.PackagingPlanRow().FactoryAbbreviation() + "_" + ppc.PackagingPlanRow().Category() + "_Package" );
- maxPackageQuantity := maxPackageReflection.GetNumber( macroPlan.PackagingPlanCapability() );
+ // maxPackageQuantity := maxPackageReflection.GetNumber( macroPlan.PackagingPlanCapability() ); // 姝ゅ闇�瑕佷慨鏀�
+ maxPackageQuantity := 100000;
// 鑾峰彇鏈�缁堝寘瑁呮暟閲�
finalPackagingQuantity := minvalue( ceil( needPackagingQuantity / ppls.LotSize() ), ceil( ( maxPackageQuantity - prePPC.Package() ) / ppls.LotSize() ) ) * ppls.LotSize();
--
Gitblit v1.9.3