From d16e0e871fe3a31fb7bde84a0902b9ea1486da76 Mon Sep 17 00:00:00 2001
From: hongjli <3117313295@qq.com>
Date: 星期三, 27 九月 2023 22:39:12 +0800
Subject: [PATCH] 接口调试,填产优化

---
 _Main/UI/MacroPlannerWebApp/Views/接口测试.vw |  124 +++++------------------------------------
 1 files changed, 15 insertions(+), 109 deletions(-)

diff --git "a/_Main/UI/MacroPlannerWebApp/Views/\346\216\245\345\217\243\346\265\213\350\257\225.vw" "b/_Main/UI/MacroPlannerWebApp/Views/\346\216\245\345\217\243\346\265\213\350\257\225.vw"
index 804f776..43ce5f1 100644
--- "a/_Main/UI/MacroPlannerWebApp/Views/\346\216\245\345\217\243\346\265\213\350\257\225.vw"
+++ "b/_Main/UI/MacroPlannerWebApp/Views/\346\216\245\345\217\243\346\265\213\350\257\225.vw"
@@ -13,9 +13,9 @@
         {
           mode: 'open'
           rowPosition: 1
-          rowSpan: 16
+          rowSpan: 10
           columnPosition: 1
-          columnSpan: 7
+          columnSpan: 6
         }
         components
         {
@@ -120,10 +120,10 @@
         layout
         {
           mode: 'open'
-          rowPosition: 1
+          rowPosition: 11
           rowSpan: 6
-          columnPosition: 8
-          columnSpan: 4
+          columnPosition: 1
+          columnSpan: 6
         }
         components
         {
@@ -145,123 +145,29 @@
           }
         }
       }
-      form_FormOptimizerPuzzles
+      form_FormShowInterfaceData
       {
-        title: 'Optimizer Puzzles'
-        shown: false
-        componentID: 'FormOptimizerPuzzles'
-        layout
-        {
-          mode: 'dockright'
-          index: 0
-        }
-        components
-        {
-          FormOptimizerPuzzles_ListOptimizerPuzzles
-          {
-          }
-          FormOptimizerPuzzles_DataSetLevelOptimizerPuzzles
-          {
-            groupDepth: -1
-            column_All_constraints
-            {
-              columnId: 'All constraints'
-              dataPath: 'All constraints'
-              dataType: 'string'
-              title: 'All constraints'
-              index: 0
-              subtotals: ''
-              width: 32
-            }
-            column_Name
-            {
-              columnId: 'Name'
-              dataPath: 'Name'
-              dataType: 'string'
-              title: 'Name'
-              index: 1
-              subtotals: ''
-              width: 109
-            }
-            column_Description
-            {
-              columnId: 'Description'
-              dataPath: 'Description'
-              dataType: 'string'
-              title: 'Description'
-              index: 2
-              subtotals: ''
-              width: 207
-            }
-          }
-        }
-      }
-      form_FormKPI
-      {
-        title: 'KPI Dashboard'
+        title: 'QTIANMA_JITUAN::FormShowInterfaceData'
         shown: true
-        componentID: 'FormKPI'
+        componentID: 'QTIANMA_JITUAN::FormShowInterfaceData'
         layout
         {
-          mode: 'dockright'
-          index: 1
+          mode: 'open'
+          rowPosition: 1
+          rowSpan: 16
+          columnPosition: 7
+          columnSpan: 6
         }
-        components
-        {
-          FormKPI_PanelKPI
-          {
-            sizeRatio: 1
-            activeChild: 'PanelKPISelection'
-          }
-          FormKPI_PanelKPIDashboard
-          {
-            sizeRatio: 1
-          }
-          FormKPI_PanelKPISelection
-          {
-            sizeRatio: 1
-          }
-          FormKPI_ListKPISelection
-          {
-            QuillViewData
-            {
-              Food_KPISetting: 'Cost of sales;Fulfillment;Fulfillment target;Inventory holding cost;Labor cost;Margin;Safety stock;Sales;Sourcing cost;Total CO2 emission;Transportation cost;Volume'
-            }
-          }
-          FormKPI_DataSetLevelKPISelection
-          {
-            groupDepth: -1
-            column_All_constraints
-            {
-              columnId: 'All constraints'
-              dataPath: 'All constraints'
-              dataType: 'string'
-              title: 'All constraints'
-              index: 0
-              subtotals: ''
-              width: 32
-            }
-            column_Name
-            {
-              columnId: 'Name'
-              dataPath: 'Name'
-              dataType: 'string'
-              title: 'Name'
-              index: 1
-              subtotals: ''
-              width: 200
-            }
-          }
-        }
+        components: null
       }
     }
     userconfigurableinformation
     {
     }
+    image: 'SKIN_TIGER'
     page: ''
     group: ''
     index: 0
-    image: 'SKIN_TIGER'
     description: ''
   }
   formatversion: 2

--
Gitblit v1.9.3