From 880f3c0257eeb8c37761d484258fdd102a369a19 Mon Sep 17 00:00:00 2001
From: 陈清红 <420599804@qq.com>
Date: 星期一, 14 四月 2025 16:46:36 +0800
Subject: [PATCH] BUG&优化项
---
_Main/UI/MacroPlannerWebApp/Views/Time_Capacities.vw | 24 +++++++++++++++++++++---
1 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Views/Time_Capacities.vw b/_Main/UI/MacroPlannerWebApp/Views/Time_Capacities.vw
index e44aa89..2362951 100644
--- a/_Main/UI/MacroPlannerWebApp/Views/Time_Capacities.vw
+++ b/_Main/UI/MacroPlannerWebApp/Views/Time_Capacities.vw
@@ -101,7 +101,7 @@
FormProductionLineBatchData_DataSetLevelProductionLineBatchData
{
groupDepth: -1
- sort: 'StartDate'
+ sort: 'DESC:Unit3.Name'
column_ImageIsEnable
{
columnId: 'ImageIsEnable'
@@ -147,12 +147,21 @@
subtotals: ''
width: 150
}
+ column_Unit3_Name
+ {
+ columnId: 'Unit3.Name'
+ dataPath: 'Unit3.Name'
+ dataType: 'string'
+ index: 5
+ subtotals: ''
+ width: 150
+ }
column_ShiftPattern1_Name
{
columnId: 'ShiftPattern1.Name'
dataPath: 'ShiftPattern1.Name'
dataType: 'string'
- index: 5
+ index: 6
subtotals: ''
width: 112
}
@@ -161,10 +170,19 @@
columnId: 'ShiftPattern2.Name'
dataPath: 'ShiftPattern2.Name'
dataType: 'string'
- index: 6
+ index: 7
subtotals: ''
width: 112
}
+ column_ShiftPattern3_Name
+ {
+ columnId: 'ShiftPattern3.Name'
+ dataPath: 'ShiftPattern3.Name'
+ dataType: 'string'
+ index: 8
+ subtotals: ''
+ width: 150
+ }
}
}
}
--
Gitblit v1.9.3