From a8b49e963c749cbbcac029fa228d96e4056d501e Mon Sep 17 00:00:00 2001 From: admin <admin@admin.com> Date: 星期三, 15 一月 2025 14:39:36 +0800 Subject: [PATCH] sap接口优化 --- _Main/UI/MacroPlannerWebApp/Views/Interface_loginfo_view.vw | 131 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 130 insertions(+), 1 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Views/Interface_loginfo_view.vw b/_Main/UI/MacroPlannerWebApp/Views/Interface_loginfo_view.vw index b0468a9..d649110 100644 --- a/_Main/UI/MacroPlannerWebApp/Views/Interface_loginfo_view.vw +++ b/_Main/UI/MacroPlannerWebApp/Views/Interface_loginfo_view.vw @@ -215,13 +215,142 @@ } } } + form_FormSAP_PIR + { + title: 'QMacroPlanner::FormSAP_PIR' + shown: true + componentID: 'QMacroPlanner::FormSAP_PIR' + layout + { + mode: 'open' + rowPosition: 29 + rowSpan: 14 + columnPosition: 1 + columnSpan: 14 + } + components + { + FormSAP_PIR_pHeader + { + sizeRatio: 1 + } + FormSAP_PIR_pContent + { + sizeRatio: 1 + } + FormSAP_PIR_pLeft + { + sizeRatio: 1 + } + FormSAP_PIR_List391 + { + } + FormSAP_PIR_DataSetLevel650 + { + groupDepth: -1 + column_ZPPPSCode + { + columnId: 'ZPPPSCode' + dataPath: 'ZPPPSCode' + dataType: 'string' + index: 0 + subtotals: '' + width: 150 + } + column_Werk + { + columnId: 'Werk' + dataPath: 'Werk' + dataType: 'string' + index: 1 + subtotals: '' + width: 150 + } + column_Version + { + columnId: 'Version' + dataPath: 'Version' + dataType: 'string' + index: 2 + subtotals: '' + width: 150 + } + column_StartDate + { + columnId: 'StartDate' + dataPath: 'StartDate' + dataType: 'date' + index: 3 + subtotals: '' + width: 150 + } + column_EndDate + { + columnId: 'EndDate' + dataPath: 'EndDate' + dataType: 'date' + index: 4 + subtotals: '' + width: 150 + } + } + FormSAP_PIR_pRight + { + sizeRatio: 1 + } + FormSAP_PIR_List655 + { + } + FormSAP_PIR_DataSetLevel912 + { + groupDepth: -1 + sort: 'PlanningDate,Product' + column_PlanningDate + { + columnId: 'PlanningDate' + dataPath: 'PlanningDate' + dataType: 'date' + index: 0 + subtotals: '' + width: 150 + } + column_PlanningQty + { + columnId: 'PlanningQty' + dataPath: 'PlanningQty' + dataType: 'number' + index: 1 + subtotals: '' + width: 150 + } + column_Product + { + columnId: 'Product' + dataPath: 'Product' + dataType: 'string' + index: 2 + subtotals: '' + width: 150 + } + column_Werk + { + columnId: 'Werk' + dataPath: 'Werk' + dataType: 'string' + index: 3 + subtotals: '' + width: 150 + } + } + } + } } userconfigurableinformation { } page: '' group: '' - index: 22 + index: 0 image: 'DOCUMENT' description: '' } -- Gitblit v1.9.3