xiaoding721
2024-10-24 f3223777ec57ba93f2825c89811bf74e099e69f6
调整界面布局
已重命名1个文件
已修改5个文件
已删除1个文件
80 ■■■■■ 文件已修改
_Main/BL/Type_LocalCell_OfflinePlanComparison/StaticMethod_ComparedNew.qbl 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_NewOfflinePlanTable/Method_Comparison.qbl 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_Form701/Component_PanelRibbon504#801.def 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_PanelRibbon504.def 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_PanelRibbon510.def 28 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_PanelRibbon763.def 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Response_PanelRibbon763_rbgTimeUnit_OnUserChanged.def 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_LocalCell_OfflinePlanComparison/StaticMethod_ComparedNew.qbl
@@ -45,7 +45,7 @@
      localRowHandle := localRowIndexTree.GetHandle( rowKey );
      localRowIndex := guard( localRowIndexTree.Root().Child( localRowHandle ),null( NamedValue ));
      if( isnull( localRowIndex )){
        localRow := table.LocalRow( relnew,Index := table.GetRowIndexCache(),ProductID := row.ProductID(),CustomName := row.ProductID() + " > " + row.ProductionLine(),Remark := rowKey );
        localRow := table.LocalRow( relnew,Index := table.GetRowIndexCache(),ProductID := row.ProductID(),ProductionLine := row.ProductionLine(),CustomName := row.ProductID() + " > " + row.ProductionLine(),Remark := rowKey );
        localRows.Add( localRow );
        localRowIndexTree.Root().AddChild( localRowHandle,localRows.Size() - 1 );
      }
@@ -62,7 +62,7 @@
      localRowHandle := localRowIndexTree.GetHandle( rowKey );
      localRowIndex := guard( localRowIndexTree.Root().Child( localRowHandle ),null( NamedValue ));
      if( isnull( localRowIndex )){
        localRow := table.LocalRow( relnew,Index := table.GetRowIndexCache(),ProductID := row.ProductID(),CustomName := row.ProductID() + " > " + row.ProductionLine(),Remark := rowKey );
        localRow := table.LocalRow( relnew,Index := table.GetRowIndexCache(),ProductID := row.ProductID(),ProductionLine := row.ProductionLine(),CustomName := row.ProductID() + " > " + row.ProductionLine(),Remark := rowKey );
        localRows.Add( localRow );
        localRowIndexTree.Root().AddChild( localRowHandle,localRows.Size() - 1 );
      }
@@ -75,6 +75,8 @@
    }
    
    traverse( localRows,Elements,localRow ){
      info( localRow.ProductionLine() );
      rowKey := localRow.Remark();
      traverse( localColumns,Elements,localColumn ){
        columnKey := localColumn.CustomDate().AsQUILL();
_Main/BL/Type_NewOfflinePlanTable/Method_Comparison.qbl
@@ -32,7 +32,7 @@
    traverse( this,NewOfflinePlanRow,row,row.Type() = "1" ){
      productID := row.ProductID();
      productLine := row.ProductionLine();
      localRow := table.LocalRow( relnew,Index := table.GetRowIndexCache(),CustomName := productID + " > " + productLine,ProductID := productID );
      localRow := table.LocalRow( relnew,Index := table.GetRowIndexCache(),CustomName := productID + " > " + productLine,ProductID := productID,ProductionLine := productLine );
      traverse( row,NewOfflinePlanCell,cell,cell.NewOfflinePlanColumn().StartDate() >= macroPlan.StartOfPlanning().Date() ){
        localColumnHandle := localColumnIndexTree.GetHandle( cell.NewOfflinePlanColumn().StartDate().AsQUILL() );
        localColumnIndex := guard( localColumnIndexTree.Root().Child( localColumnHandle ),null( NamedValue ));
_Main/UI/MacroPlannerWebApp/Component_Form701/Component_PanelRibbon504#801.def
@@ -29,6 +29,7 @@
      [
        DisplayField: 'TableName'
        Label: '鍩哄噯涓嬬嚎璁″垝:'
        NumberOfColumns: 50
        Taborder: 0
      ]
    }
@@ -66,6 +67,7 @@
      [
        DisplayField: 'TableName'
        Label: '瀵规瘮涓嬬嚎璁″垝:'
        NumberOfColumns: 50
        Taborder: 1
      ]
    }
@@ -76,7 +78,7 @@
      Properties:
      [
        Image: 'EXPORT1'
        Taborder: 5
        Taborder: 3
      ]
    }
    Component dhXMLDataListener
@@ -114,7 +116,8 @@
        BoundValue: 'Day'
        ButtonLabels: 'Day;Week;Month'
        ButtonValues: 'Day;Week;Month'
        Taborder: 3
        Orientation: 'horizontal'
        Taborder: 4
      ]
    }
    Component dhTimeUnit id:dhTimeUnit_384
@@ -124,7 +127,7 @@
      Databinding: 'String*'
      Properties:
      [
        Taborder: 4
        Taborder: 5
      ]
    }
  ]
_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_PanelRibbon504.def
@@ -5,17 +5,6 @@
  BaseType: 'WebPanel'
  Children:
  [
    Component LabelRibbon
    {
      #keys: '[412672.1.66018113]'
      BaseType: 'WebLabel'
      Properties:
      [
        DataBinding: 'ddlOfflinePlanTable.Data.TableName'
        NumberOfColumns: 50
        Taborder: 4
      ]
    }
    Component dhXMLDataListener id:dhXMLDataListener_273
    {
      #keys: '[414996.1.108480431]'
@@ -39,7 +28,7 @@
      ]
      Properties:
      [
        Taborder: 3
        Taborder: 2
      ]
    }
    Component dhTimeUnit
@@ -49,10 +38,9 @@
      Databinding: 'String*'
      Properties:
      [
        Taborder: 2
        Taborder: 1
      ]
    }
    #child: PanelRibbon510
    #child: PanelRibbon763
  ]
  Properties:
_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_PanelRibbon510.def
文件已删除
_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_PanelRibbon763.def
@@ -53,6 +53,19 @@
        Taborder: 2
      ]
    }
    Component rbgTimeUnit
    {
      #keys: '[414996.1.158400570]'
      BaseType: 'WebRadioButtonGroup'
      Properties:
      [
        BoundValue: 'Day'
        ButtonLabels: 'Day;Week;Month'
        ButtonValues: 'Day;Week;Month'
        Orientation: 'horizontal'
        Taborder: 3
      ]
    }
  ]
  Properties:
  [
_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Response_PanelRibbon763_rbgTimeUnit_OnUserChanged.def
文件名从 _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Response_PanelRibbon510_rbgTimeUnit_OnUserChanged.def 修改
@@ -1,8 +1,8 @@
Quintiq file version 2.0
#parent: PanelRibbon510/rbgTimeUnit_19
Response OnUserChanged () id:Response_PanelRibbon504_rbgTimeUnit_OnUserChanged
#parent: PanelRibbon763/rbgTimeUnit
Response OnUserChanged () id:Response_PanelRibbon510_rbgTimeUnit_OnUserChanged
{
  #keys: '[414996.1.148040621]'
  #keys: '[414996.1.158400569]'
  CanBindMultiple: false
  DefinitionID: 'Responsedef_WebRadioButtonGroup_OnUserChanged'
  GroupServerCalls: true