From 3cf4ce0c94be1a8928ffe280429d6297583b3b8d Mon Sep 17 00:00:00 2001
From: rislai <risheng.lai@capgemini.com>
Date: 星期三, 07 八月 2024 17:23:30 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev

---
 _Main/UI/MacroPlannerWebApp/Views/Engine_pipleline_report.vw |  150 --------------------------------------------------
 1 files changed, 0 insertions(+), 150 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Views/Engine_pipleline_report.vw b/_Main/UI/MacroPlannerWebApp/Views/Engine_pipleline_report.vw
index 0b36ffb..bdf33df 100644
--- a/_Main/UI/MacroPlannerWebApp/Views/Engine_pipleline_report.vw
+++ b/_Main/UI/MacroPlannerWebApp/Views/Engine_pipleline_report.vw
@@ -90,156 +90,6 @@
           }
         }
       }
-      form_FormMachiningPipelineReport
-      {
-        title: 'QMacroPlanner::FormMachiningPipelineReport'
-        shown: true
-        componentID: 'QMacroPlanner::FormMachiningPipelineReport'
-        layout
-        {
-          mode: 'open'
-          rowPosition: 16
-          rowSpan: 19
-          columnPosition: 1
-          columnSpan: 12
-        }
-        components
-        {
-          FormMachiningPipelineReport_PanelHeader
-          {
-            sizeRatio: 1
-          }
-          FormMachiningPipelineReport_PanelSearch
-          {
-            sizeRatio: 1
-          }
-          FormMachiningPipelineReport_PanelPeriod
-          {
-            sizeRatio: 1
-          }
-          FormMachiningPipelineReport_PanelTimeUnit
-          {
-            sizeRatio: 1
-          }
-          FormMachiningPipelineReport_PanelExport
-          {
-            sizeRatio: 1
-          }
-          FormMachiningPipelineReport_PanelTable
-          {
-            sizeRatio: 1
-          }
-          FormMachiningPipelineReport_MatrixEditorTable
-          {
-            gridColor: '#c4c4c4'
-            totalHeaderWidth: 200
-            attributeHeaderWidthRatio: 0.6
-            nameHeaderWidthRatio: 0.4
-            columnWidth: 100
-            horizontalGrid: true
-            verticalGrid: true
-            backendState
-            {
-              componentId: 'QMacroPlanner::FormMachiningPipelineReport.MatrixEditorTable'
-              state
-              {
-                cells
-                {
-                  attributes
-                  {
-                    attribute_CCAssemblyPlanQty
-                    {
-                      type: 'MatrixEditorWebApiCellDataModelInterest'
-                      index: 0
-                      rowsubtotal: ''
-                      columnsubtotal: ''
-                      attribute: 'CCAssemblyPlanQty'
-                    }
-                    attribute_CCProductionQty
-                    {
-                      type: 'MatrixEditorWebApiCellDataModelInterest'
-                      index: 1
-                      rowsubtotal: ''
-                      columnsubtotal: ''
-                      attribute: 'CCProductionQty'
-                    }
-                    attribute_CCTransferQty
-                    {
-                      type: 'MatrixEditorWebApiCellDataModelInterest'
-                      index: 2
-                      rowsubtotal: ''
-                      columnsubtotal: ''
-                      attribute: 'CCTransferQty'
-                    }
-                    attribute_CCInventoryQty
-                    {
-                      type: 'MatrixEditorWebApiCellDataModelInterest'
-                      index: 3
-                      rowsubtotal: ''
-                      columnsubtotal: ''
-                      attribute: 'CCInventoryQty'
-                    }
-                    attribute_DLAssemblyPlanQty
-                    {
-                      type: 'MatrixEditorWebApiCellDataModelInterest'
-                      index: 4
-                      rowsubtotal: ''
-                      columnsubtotal: ''
-                      attribute: 'DLAssemblyPlanQty'
-                    }
-                    attribute_DLProductionQty
-                    {
-                      type: 'MatrixEditorWebApiCellDataModelInterest'
-                      index: 5
-                      rowsubtotal: ''
-                      columnsubtotal: ''
-                      attribute: 'DLProductionQty'
-                    }
-                    attribute_DLTransferQty
-                    {
-                      type: 'MatrixEditorWebApiCellDataModelInterest'
-                      index: 6
-                      rowsubtotal: ''
-                      columnsubtotal: ''
-                      attribute: 'DLTransferQty'
-                    }
-                    attribute_DLInventoryQty
-                    {
-                      type: 'MatrixEditorWebApiCellDataModelInterest'
-                      index: 7
-                      rowsubtotal: ''
-                      columnsubtotal: ''
-                      attribute: 'DLInventoryQty'
-                    }
-                    attribute_TotalInventoryQty
-                    {
-                      type: 'MatrixEditorWebApiCellDataModelInterest'
-                      index: 8
-                      rowsubtotal: ''
-                      columnsubtotal: ''
-                      attribute: 'TotalInventoryQty'
-                    }
-                  }
-                }
-                columns
-                {
-                  sorting
-                  {
-                    criteria: "datamember:'Index'"
-                  }
-                }
-                rows
-                {
-                  sorting
-                  {
-                    criteria: "datamember:'RowNr'"
-                  }
-                }
-              }
-            }
-          }
-        }
-      }
       form_FormOptimizerPuzzles
       {
         title: 'Optimizer Puzzles'

--
Gitblit v1.9.3