From ffa07b2a8c4e06a1fdc7c38c1c88f85845ff83cb Mon Sep 17 00:00:00 2001
From: hongji.li <hongji.a.li@capgemini.com>
Date: 星期六, 11 十一月 2023 14:20:16 +0800
Subject: [PATCH] 添加订单&对应面板分配分析

---
 _Main/UI/MacroPlannerWebApp/Views/Pegging分析.vw |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 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 ce0f22d..f06159a 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"
@@ -104,6 +104,24 @@
               subtotals: ''
               width: 83
             }
+            column_BusinessType
+            {
+              columnId: 'BusinessType'
+              dataPath: 'BusinessType'
+              dataType: 'string'
+              index: 4
+              subtotals: ''
+              width: 109
+            }
+            column_Price
+            {
+              columnId: 'Price'
+              dataPath: 'Price'
+              dataType: 'real'
+              index: 5
+              subtotals: ''
+              width: 64
+            }
           }
           FormPeggingResult_PanelStockingPoint
           {

--
Gitblit v1.9.3