From 0382a81753b0b1ee1dfbc9cab7f529703fa643cf Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期四, 31 十月 2024 12:00:42 +0800
Subject: [PATCH] SAP装配上线计划接口处理

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

diff --git a/_Main/UI/MacroPlannerWebApp/Views/Interface_loginfo_view.vw b/_Main/UI/MacroPlannerWebApp/Views/Interface_loginfo_view.vw
index cc85355..b0468a9 100644
--- a/_Main/UI/MacroPlannerWebApp/Views/Interface_loginfo_view.vw
+++ b/_Main/UI/MacroPlannerWebApp/Views/Interface_loginfo_view.vw
@@ -128,6 +128,93 @@
           }
         }
       }
+      form_FormInterfaceSapResponseLoginfo
+      {
+        title: 'QMacroPlanner::FormInterfaceSapResponseLoginfo'
+        shown: true
+        componentID: 'QMacroPlanner::FormInterfaceSapResponseLoginfo'
+        layout
+        {
+          mode: 'open'
+          rowPosition: 17
+          rowSpan: 12
+          columnPosition: 1
+          columnSpan: 12
+        }
+        components
+        {
+          FormInterfaceSapResponseLoginfo_ListInterfaceSapResponseLoginfo
+          {
+          }
+          FormInterfaceSapResponseLoginfo_DataSetLevelInterfaceSapResponseLoginfo
+          {
+            groupDepth: -1
+            column_IsSuccess
+            {
+              columnId: 'IsSuccess'
+              dataPath: 'IsSuccess'
+              dataType: 'boolean'
+              index: 0
+              subtotals: ''
+              width: 150
+            }
+            column_Msg
+            {
+              columnId: 'Msg'
+              dataPath: 'Msg'
+              dataType: 'string'
+              index: 1
+              subtotals: ''
+              width: 150
+            }
+            column_Msg_v1
+            {
+              columnId: 'Msg_v1'
+              dataPath: 'Msg_v1'
+              dataType: 'string'
+              index: 2
+              subtotals: ''
+              width: 150
+            }
+            column_Msg_v2
+            {
+              columnId: 'Msg_v2'
+              dataPath: 'Msg_v2'
+              dataType: 'string'
+              index: 3
+              subtotals: ''
+              width: 150
+            }
+            column_Msg_v3
+            {
+              columnId: 'Msg_v3'
+              dataPath: 'Msg_v3'
+              dataType: 'string'
+              index: 4
+              subtotals: ''
+              width: 150
+            }
+            column_Msg_v4
+            {
+              columnId: 'Msg_v4'
+              dataPath: 'Msg_v4'
+              dataType: 'string'
+              index: 5
+              subtotals: ''
+              width: 150
+            }
+            column_Type
+            {
+              columnId: 'Type'
+              dataPath: 'Type'
+              dataType: 'string'
+              index: 6
+              subtotals: ''
+              width: 150
+            }
+          }
+        }
+      }
     }
     userconfigurableinformation
     {

--
Gitblit v1.9.3