From 399b1733fce10c0afefe36167f499d9e1e31e7b3 Mon Sep 17 00:00:00 2001
From: admin <admin@admin.com>
Date: 星期三, 21 八月 2024 20:18:52 +0800
Subject: [PATCH] BUG修复
---
_Main/UI/MacroPlannerWebApp/Views/Time_Capacities.vw | 92 +++++++++++++++++++++++-----------------------
1 files changed, 46 insertions(+), 46 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Views/Time_Capacities.vw b/_Main/UI/MacroPlannerWebApp/Views/Time_Capacities.vw
index e91d249..d39df36 100644
--- a/_Main/UI/MacroPlannerWebApp/Views/Time_Capacities.vw
+++ b/_Main/UI/MacroPlannerWebApp/Views/Time_Capacities.vw
@@ -25,52 +25,6 @@
rowSpan: 15
}
}
- form_FormProductionLineBatchData
- {
- title: 'QMacroPlanner::FormProductionLineBatchData'
- shown: true
- componentID: 'QMacroPlanner::FormProductionLineBatchData'
- layout
- {
- mode: 'open'
- rowPosition: 26
- rowSpan: 9
- columnPosition: 1
- columnSpan: 8
- }
- components
- {
- FormProductionLineBatchData_PanelProductionLineBatchData
- {
- sizeRatio: 1
- }
- FormProductionLineBatchData_ListProductionLineBatchData
- {
- }
- FormProductionLineBatchData_DataSetLevelProductionLineBatchData
- {
- groupDepth: -1
- column_StartDate
- {
- columnId: 'StartDate'
- dataPath: 'StartDate'
- dataType: 'date'
- index: 0
- subtotals: ''
- width: 150
- }
- column_EndDate
- {
- columnId: 'EndDate'
- dataPath: 'EndDate'
- dataType: 'date'
- index: 1
- subtotals: ''
- width: 150
- }
- }
- }
- }
form_FormShiftDayTime
{
title: 'QMacroPlanner::FormShiftDayTime'
@@ -122,6 +76,52 @@
}
}
}
+ form_FormProductionLineBatchData
+ {
+ title: 'QMacroPlanner::FormProductionLineBatchData'
+ shown: true
+ componentID: 'QMacroPlanner::FormProductionLineBatchData'
+ layout
+ {
+ mode: 'open'
+ rowPosition: 26
+ rowSpan: 9
+ columnPosition: 1
+ columnSpan: 8
+ }
+ components
+ {
+ FormProductionLineBatchData_PanelProductionLineBatchData
+ {
+ sizeRatio: 1
+ }
+ FormProductionLineBatchData_ListProductionLineBatchData
+ {
+ }
+ FormProductionLineBatchData_DataSetLevelProductionLineBatchData
+ {
+ groupDepth: -1
+ column_StartDate
+ {
+ columnId: 'StartDate'
+ dataPath: 'StartDate'
+ dataType: 'date'
+ index: 0
+ subtotals: ''
+ width: 150
+ }
+ column_EndDate
+ {
+ columnId: 'EndDate'
+ dataPath: 'EndDate'
+ dataType: 'date'
+ index: 1
+ subtotals: ''
+ width: 150
+ }
+ }
+ }
+ }
}
}
formatversion: 2
--
Gitblit v1.9.3