From d6bd7a69bc31efa79b21c7be12ba9547a921c251 Mon Sep 17 00:00:00 2001
From: hongji.li <hongji.a.li@capgemini.com>
Date: 星期五, 03 十一月 2023 16:28:41 +0800
Subject: [PATCH] 年度产销预算BUG修改

---
 _Main/UI/MacroPlannerWebApp/Views/年度产销复盘.vw |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git "a/_Main/UI/MacroPlannerWebApp/Views/\345\271\264\345\272\246\344\272\247\351\224\200\345\244\215\347\233\230.vw" "b/_Main/UI/MacroPlannerWebApp/Views/\345\271\264\345\272\246\344\272\247\351\224\200\345\244\215\347\233\230.vw"
index 0516c1b..7558c72 100644
--- "a/_Main/UI/MacroPlannerWebApp/Views/\345\271\264\345\272\246\344\272\247\351\224\200\345\244\215\347\233\230.vw"
+++ "b/_Main/UI/MacroPlannerWebApp/Views/\345\271\264\345\272\246\344\272\247\351\224\200\345\244\215\347\233\230.vw"
@@ -156,7 +156,7 @@
           FormCapacityAndSaleBudgeFilterItem_DataSetLevelCapacityAndSaleBudgeFilterItem
           {
             groupDepth: -1
-            sort: 'ItemName'
+            sort: 'DESC:ItemName'
             column_ItemName
             {
               columnId: 'ItemName'
@@ -221,6 +221,7 @@
           FormCapacityAndSaleBudgeFilterPlaceOfProductionOfArray_DataSetLevelCapacityAndSaleBudgeFilterPlaceOfProductionOfArray
           {
             groupDepth: -1
+            sort: 'DESC:PlaceOfProductionOfArray'
             column_PlaceOfProductionOfArray
             {
               columnId: 'PlaceOfProductionOfArray'
@@ -287,6 +288,7 @@
           FormCapacityAndSaleBudgeFilterBusinessType_DataSetLevelCapacityAndSaleBudgeFilterBusinessType
           {
             groupDepth: -1
+            sort: 'DESC:BusinessType'
             column_BusinessType
             {
               columnId: 'BusinessType'
@@ -369,10 +371,10 @@
     userconfigurableinformation
     {
     }
-    image: 'PIG'
     page: ''
     group: ''
     index: 0
+    image: 'PIG'
     description: ''
   }
   formatversion: 2

--
Gitblit v1.9.3