From b8e446c0d42658e39e3a924de43ffcd58660bed6 Mon Sep 17 00:00:00 2001
From: hongji.li <hongji.a.li@capgemini.com>
Date: 星期四, 02 十一月 2023 16:03:25 +0800
Subject: [PATCH] pegging form优化

---
 _Main/UI/MacroPlannerWebApp/Views/Pegging分析.vw |   30 ++++++++++++++++++++----------
 1 files changed, 20 insertions(+), 10 deletions(-)

diff --git "a/_Main/UI/MacroPlannerWebApp/Views/Pegging\345\210\206\346\236\220.vw" "b/_Main/UI/MacroPlannerWebApp/Views/Pegging\345\210\206\346\236\220.vw"
index cf84f9c..8853861 100644
--- "a/_Main/UI/MacroPlannerWebApp/Views/Pegging\345\210\206\346\236\220.vw"
+++ "b/_Main/UI/MacroPlannerWebApp/Views/Pegging\345\210\206\346\236\220.vw"
@@ -29,6 +29,7 @@
           FormPeggingProduct_MP_DataSetLevelPeggingProduct_MP
           {
             groupDepth: -1
+            sort: 'ProductID'
             column_ProductID
             {
               columnId: 'ProductID'
@@ -79,7 +80,7 @@
               dataType: 'string'
               index: 1
               subtotals: ''
-              width: 95
+              width: 94
             }
             column_Quantity
             {
@@ -87,8 +88,8 @@
               dataPath: 'Quantity'
               dataType: 'real'
               index: 2
-              subtotals: ''
-              width: 51
+              subtotals: 'sum'
+              width: 59
             }
             column_StartDate
             {
@@ -97,7 +98,7 @@
               dataType: 'date'
               index: 3
               subtotals: ''
-              width: 76
+              width: 82
             }
           }
         }
@@ -184,7 +185,7 @@
               dataPath: 'FulfillmentQuantity'
               dataType: 'real'
               index: 6
-              subtotals: ''
+              subtotals: 'sum'
               width: 108
             }
             column_SupplyType
@@ -238,7 +239,7 @@
           FormPeggingAllResult_DataSetLevelPeggingAllResult
           {
             groupDepth: 2
-            sort: 'ProductID,StockingPointID,StartDate,DESC:PeggingProductInSalesDemandBase.SalesDemandBaseID'
+            sort: 'StartDate'
             column_PeggingProductInSalesDemandBase_SalesDemandBaseID
             {
               columnId: 'PeggingProductInSalesDemandBase.SalesDemandBaseID'
@@ -281,6 +282,15 @@
               dataPath: 'SupplyQuantity'
               dataType: 'real'
               index: 4
+              subtotals: 'max'
+              width: 150
+            }
+            column_ActualFulfillmentQuantity
+            {
+              columnId: 'ActualFulfillmentQuantity'
+              dataPath: 'ActualFulfillmentQuantity'
+              dataType: 'real'
+              index: 5
               subtotals: ''
               width: 150
             }
@@ -289,7 +299,7 @@
               columnId: 'FulfillmentQuantity'
               dataPath: 'FulfillmentQuantity'
               dataType: 'real'
-              index: 5
+              index: 6
               subtotals: 'sum'
               width: 150
             }
@@ -298,7 +308,7 @@
               columnId: 'SupplyType'
               dataPath: 'SupplyType'
               dataType: 'string'
-              index: 6
+              index: 7
               subtotals: ''
               width: 150
             }
@@ -307,7 +317,7 @@
               columnId: 'UnitOfMeasurementName'
               dataPath: 'UnitOfMeasurementName'
               dataType: 'string'
-              index: 7
+              index: 8
               subtotals: ''
               width: 150
             }
@@ -318,10 +328,10 @@
     userconfigurableinformation
     {
     }
+    image: 'VIEW'
     page: ''
     group: ''
     index: 0
-    image: 'VIEW'
     description: ''
   }
   formatversion: 2

--
Gitblit v1.9.3