From 9065a94b5d474e0a0d5ca0792ead88853feb7ce2 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期五, 06 九月 2024 18:17:50 +0800
Subject: [PATCH] 更新 Time_Capacities.vw
---
_Main/UI/MacroPlannerWebApp/Views/Time_Capacities.vw | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++----
1 files changed, 50 insertions(+), 4 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Views/Time_Capacities.vw b/_Main/UI/MacroPlannerWebApp/Views/Time_Capacities.vw
index d39df36..e44aa89 100644
--- a/_Main/UI/MacroPlannerWebApp/Views/Time_Capacities.vw
+++ b/_Main/UI/MacroPlannerWebApp/Views/Time_Capacities.vw
@@ -87,7 +87,7 @@
rowPosition: 26
rowSpan: 9
columnPosition: 1
- columnSpan: 8
+ columnSpan: 12
}
components
{
@@ -101,24 +101,70 @@
FormProductionLineBatchData_DataSetLevelProductionLineBatchData
{
groupDepth: -1
+ sort: 'StartDate'
+ column_ImageIsEnable
+ {
+ columnId: 'ImageIsEnable'
+ dataPath: 'ImageIsEnable'
+ dataType: 'string'
+ index: 0
+ subtotals: ''
+ width: 37
+ }
column_StartDate
{
columnId: 'StartDate'
dataPath: 'StartDate'
dataType: 'date'
- index: 0
+ index: 1
subtotals: ''
- width: 150
+ width: 102
}
column_EndDate
{
columnId: 'EndDate'
dataPath: 'EndDate'
dataType: 'date'
- index: 1
+ index: 2
+ subtotals: ''
+ width: 102
+ }
+ column_Unit1_Name
+ {
+ columnId: 'Unit1.Name'
+ dataPath: 'Unit1.Name'
+ dataType: 'string'
+ index: 3
subtotals: ''
width: 150
}
+ column_Unit2_Name
+ {
+ columnId: 'Unit2.Name'
+ dataPath: 'Unit2.Name'
+ dataType: 'string'
+ index: 4
+ subtotals: ''
+ width: 150
+ }
+ column_ShiftPattern1_Name
+ {
+ columnId: 'ShiftPattern1.Name'
+ dataPath: 'ShiftPattern1.Name'
+ dataType: 'string'
+ index: 5
+ subtotals: ''
+ width: 112
+ }
+ column_ShiftPattern2_Name
+ {
+ columnId: 'ShiftPattern2.Name'
+ dataPath: 'ShiftPattern2.Name'
+ dataType: 'string'
+ index: 6
+ subtotals: ''
+ width: 112
+ }
}
}
}
--
Gitblit v1.9.3