From 8afe90b633046db39042aada36b88193062f8cff Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期四, 09 一月 2025 15:52:35 +0800
Subject: [PATCH] 机加管线报表库存计算参数入场离场数量计算
---
_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