lazhen
2024-11-06 e890748417a6fe6ce88418f40059a2080d4a7872
Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev-zlg
已修改1个文件
已添加9个文件
168 ■■■■■ 文件已修改
_Main/BL/Type_LocalValue/StaticMethod_CreateProduct_MPAttribute.qbl 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_FormAnnualPlanReport/Response_ListGenerations_OnClick.def 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_FormAnnualPlanReport/Response_ListMQBMLB_OnClick.def 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_FormAnnualPlanReport/Response_ListPowers_OnClick.def 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_FormDemandComparison/Response_ListGenerations_61_OnClick.def 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_FormDemandComparison/Response_ListMQBMLB_670_OnClick.def 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_FormDemandComparison/Response_ListPowers_667_OnClick.def 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Response_ListGenerations_61_OnClick.def 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Response_ListMQBMLB_670_OnClick.def 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Response_ListPowers_667_OnClick.def 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_LocalValue/StaticMethod_CreateProduct_MPAttribute.qbl
@@ -11,21 +11,21 @@
    // Akari Nov-5-2024 (created)
    result := construct( LocalValues );
    if( attributeName.ToLower() = "generation" ){
      generations := selectuniquevalues( macroPlan,Product_MP,product,product.Generation() );
      generations := selectuniquevalues( macroPlan,Product_MP,product,product.Generation() <> "",product.Generation() );
      traverse( generations,Elements,generation ){
        localValue := owner.LocalValue( relnew,StringValue := generation );
        result.Add( localValue );
      }
    }
    if( attributeName.ToLower() = "power" ){
      powers := selectuniquevalues( macroPlan,Product_MP,product,product.Power() );
      powers := selectuniquevalues( macroPlan,Product_MP,product,product.Power() <> "",product.Power() );
      traverse( powers,Elements,power ){
        localValue := owner.LocalValue( relnew,StringValue := power );
        result.Add( localValue );
      }
    }
    if( attributeName.ToLower() = "mqbmlb" ){
      mqbmlbs := selectuniquevalues( macroPlan,Product_MP,product,product.MQBMLB() );
      mqbmlbs := selectuniquevalues( macroPlan,Product_MP,product,product.MQBMLB() <> "",product.MQBMLB() );
      traverse( mqbmlbs,Elements,mqbmlb ){
        localValue := owner.LocalValue( relnew,StringValue := mqbmlb );
        result.Add( localValue );
_Main/UI/MacroPlannerWebApp/Component_FormAnnualPlanReport/Response_ListGenerations_OnClick.def
对比新文件
@@ -0,0 +1,18 @@
Quintiq file version 2.0
#parent: ListGenerations
Response OnClick (
  LocalValue selection
) id:Response_ListGenerations_OnClick
{
  #keys: '[414996.1.195221920]'
  CanBindMultiple: false
  DefinitionID: 'Responsedef_WebList_OnClick'
  GroupServerCalls: true
  QuillAction
  {
    Body:
    [*
      selection.IsCheck( not selection.IsCheck() );
    *]
  }
}
_Main/UI/MacroPlannerWebApp/Component_FormAnnualPlanReport/Response_ListMQBMLB_OnClick.def
对比新文件
@@ -0,0 +1,18 @@
Quintiq file version 2.0
#parent: ListMQBMLB
Response OnClick (
  LocalValue selection
) id:Response_ListMQBMLB_OnClick
{
  #keys: '[414996.1.197722619]'
  CanBindMultiple: false
  DefinitionID: 'Responsedef_WebList_OnClick'
  GroupServerCalls: true
  QuillAction
  {
    Body:
    [*
      selection.IsCheck( not selection.IsCheck() );
    *]
  }
}
_Main/UI/MacroPlannerWebApp/Component_FormAnnualPlanReport/Response_ListPowers_OnClick.def
对比新文件
@@ -0,0 +1,18 @@
Quintiq file version 2.0
#parent: ListPowers
Response OnClick (
  LocalValue selection
) id:Response_ListPowers_OnClick
{
  #keys: '[414996.1.197722607]'
  CanBindMultiple: false
  DefinitionID: 'Responsedef_WebList_OnClick'
  GroupServerCalls: true
  QuillAction
  {
    Body:
    [*
      selection.IsCheck( not selection.IsCheck() );
    *]
  }
}
_Main/UI/MacroPlannerWebApp/Component_FormDemandComparison/Response_ListGenerations_61_OnClick.def
对比新文件
@@ -0,0 +1,18 @@
Quintiq file version 2.0
#parent: ListGenerations_61
Response OnClick (
  LocalValue selection
) id:Response_ListGenerations_61_OnClick
{
  #keys: '[414996.1.197722723]'
  CanBindMultiple: false
  DefinitionID: 'Responsedef_WebList_OnClick'
  GroupServerCalls: true
  QuillAction
  {
    Body:
    [*
      selection.IsCheck( not selection.IsCheck() );
    *]
  }
}
_Main/UI/MacroPlannerWebApp/Component_FormDemandComparison/Response_ListMQBMLB_670_OnClick.def
对比新文件
@@ -0,0 +1,18 @@
Quintiq file version 2.0
#parent: ListMQBMLB_670
Response OnClick (
  LocalValue selection
) id:Response_ListMQBMLB_670_OnClick
{
  #keys: '[414996.1.197722745]'
  CanBindMultiple: false
  DefinitionID: 'Responsedef_WebList_OnClick'
  GroupServerCalls: true
  QuillAction
  {
    Body:
    [*
      selection.IsCheck( not selection.IsCheck() );
    *]
  }
}
_Main/UI/MacroPlannerWebApp/Component_FormDemandComparison/Response_ListPowers_667_OnClick.def
对比新文件
@@ -0,0 +1,18 @@
Quintiq file version 2.0
#parent: ListPowers_667
Response OnClick (
  LocalValue selection
) id:Response_ListPowers_667_OnClick
{
  #keys: '[414996.1.197722734]'
  CanBindMultiple: false
  DefinitionID: 'Responsedef_WebList_OnClick'
  GroupServerCalls: true
  QuillAction
  {
    Body:
    [*
      selection.IsCheck( not selection.IsCheck() );
    *]
  }
}
_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Response_ListGenerations_61_OnClick.def
对比新文件
@@ -0,0 +1,18 @@
Quintiq file version 2.0
#parent: ListGenerations_61
Response OnClick (
  LocalValue selection
) id:Response_ListGenerations_61_OnClick
{
  #keys: '[414996.1.197722673]'
  CanBindMultiple: false
  DefinitionID: 'Responsedef_WebList_OnClick'
  GroupServerCalls: true
  QuillAction
  {
    Body:
    [*
      selection.IsCheck( not selection.IsCheck() );
    *]
  }
}
_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Response_ListMQBMLB_670_OnClick.def
对比新文件
@@ -0,0 +1,18 @@
Quintiq file version 2.0
#parent: ListMQBMLB_670
Response OnClick (
  LocalValue selection
) id:Response_ListMQBMLB_670_OnClick
{
  #keys: '[414996.1.197722695]'
  CanBindMultiple: false
  DefinitionID: 'Responsedef_WebList_OnClick'
  GroupServerCalls: true
  QuillAction
  {
    Body:
    [*
      selection.IsCheck( not selection.IsCheck() );
    *]
  }
}
_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Response_ListPowers_667_OnClick.def
对比新文件
@@ -0,0 +1,18 @@
Quintiq file version 2.0
#parent: ListPowers_667
Response OnClick (
  LocalValue selection
) id:Response_ListPowers_667_OnClick
{
  #keys: '[414996.1.197722684]'
  CanBindMultiple: false
  DefinitionID: 'Responsedef_WebList_OnClick'
  GroupServerCalls: true
  QuillAction
  {
    Body:
    [*
      selection.IsCheck( not selection.IsCheck() );
    *]
  }
}