From 9eb69f8e68fbaea2f6becc92d3b84236084ab04b Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期二, 15 十月 2024 02:10:43 +0800
Subject: [PATCH] 修改批量修改shift pattern功能

---
 _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