lazhen
2024-12-18 0716597b6b182c82942dd1e2764f1eb48388fcd4
Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev-zlg
已添加1个文件
已修改1个文件
21 ■■■■■ 文件已修改
_Main/UI/MacroPlannerWebApp/Component_FormAnnualPlanReport/Response_pAnnualPlanReport_921_dhAnnualPlanTable_OnCreated.def 19 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_FormAnnualPlanReport/Response_pAnnualPlanReport_921_dhAnnualPlanTable_OnDataChanged.def 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_FormAnnualPlanReport/Response_pAnnualPlanReport_921_dhAnnualPlanTable_OnCreated.def
对比新文件
@@ -0,0 +1,19 @@
Quintiq file version 2.0
#parent: pAnnualPlanReport_921/dhAnnualPlanTable
Response OnCreated () id:Response_pAnnualPlanReport_921_dhAnnualPlanTable_OnCreated
{
  #keys: '[414996.1.270570368]'
  CanBindMultiple: false
  DefinitionID: 'Responsedef_WebComponent_OnCreated'
  GroupServerCalls: true
  QuillAction
  {
    Body:
    [*
      table := select( RecycleBin,LocalTable,table,table.Name() = ArchiveCell_AnnualPlanReport::GetTableName() );
      if( not isnull( table )){
        this.Data( table );
      }
    *]
  }
}
_Main/UI/MacroPlannerWebApp/Component_FormAnnualPlanReport/Response_pAnnualPlanReport_921_dhAnnualPlanTable_OnDataChanged.def
@@ -10,7 +10,7 @@
  {
    Body:
    [*
      pAnnualPlanReport.Title( this.Data().Name() );
      pAnnualPlanReport.Title( ifexpr( not isnull( this.Data()), this.Data().Name(), ArchiveCell_AnnualPlanReport::GetTableName() ));
    *]
  }
}