From f813d9b4799f6acd0c3d65b793ceaf26747e753f Mon Sep 17 00:00:00 2001 From: admin <admin@admin.com> Date: 星期一, 28 十月 2024 18:47:36 +0800 Subject: [PATCH] 上线计划优化 --- _Main/BL/Type_NewAssemblyOnlinePlanCell/Attribute_LineLayingOrEmptying.qbl | 8 ++++++++ _Main/BL/Type_NewAssemblyOnlinePlanCell/StaticMethod_RefreshData.qbl | 3 +++ _Main/BL/Type_NewAssemblyOnlinePlanCell/StaticMethod_PostLayingProcessing.qbl | 8 ++++++++ 3 files changed, 19 insertions(+), 0 deletions(-) diff --git a/_Main/BL/Type_NewAssemblyOnlinePlanCell/Attribute_LineLayingOrEmptying.qbl b/_Main/BL/Type_NewAssemblyOnlinePlanCell/Attribute_LineLayingOrEmptying.qbl new file mode 100644 index 0000000..75060ce --- /dev/null +++ b/_Main/BL/Type_NewAssemblyOnlinePlanCell/Attribute_LineLayingOrEmptying.qbl @@ -0,0 +1,8 @@ +Quintiq file version 2.0 +#parent: #root +Attribute LineLayingOrEmptying +{ + #keys: '3[415754.0.554840210][415754.0.554840209][415754.0.554840211]' + Description: '閾虹嚎鎴栬�呮帓绌�' + ValueType: String +} diff --git a/_Main/BL/Type_NewAssemblyOnlinePlanCell/StaticMethod_PostLayingProcessing.qbl b/_Main/BL/Type_NewAssemblyOnlinePlanCell/StaticMethod_PostLayingProcessing.qbl new file mode 100644 index 0000000..b1f1cf1 --- /dev/null +++ b/_Main/BL/Type_NewAssemblyOnlinePlanCell/StaticMethod_PostLayingProcessing.qbl @@ -0,0 +1,8 @@ +Quintiq file version 2.0 +#parent: #root +StaticMethod PostLayingProcessing ( + MacroPlan macroPlan +) +{ + Description: '閾虹嚎鍚庣画澶勭悊' +} diff --git a/_Main/BL/Type_NewAssemblyOnlinePlanCell/StaticMethod_RefreshData.qbl b/_Main/BL/Type_NewAssemblyOnlinePlanCell/StaticMethod_RefreshData.qbl index b4505ca..7496189 100644 --- a/_Main/BL/Type_NewAssemblyOnlinePlanCell/StaticMethod_RefreshData.qbl +++ b/_Main/BL/Type_NewAssemblyOnlinePlanCell/StaticMethod_RefreshData.qbl @@ -111,5 +111,8 @@ } } } + + // 澶勭悊閾虹嚎鍚庣画澶勭悊 + NewAssemblyOnlinePlanCell::PostLayingProcessing( macroPlan ); *] } -- Gitblit v1.9.3