From bcd7eb876bff759f6aef96f1014b0bca7a3322ff Mon Sep 17 00:00:00 2001 From: rislai <risheng.lai@capgemini.com> Date: 星期五, 16 八月 2024 15:53:14 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev --- _Main/UI/MacroPlannerWebApp/Views/LogisticsCostParameterSetting.vw | 21 ++++++--------------- 1 files changed, 6 insertions(+), 15 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Views/LogisticsCostParameterSetting.vw b/_Main/UI/MacroPlannerWebApp/Views/LogisticsCostParameterSetting.vw index e12a02c..3835185 100644 --- a/_Main/UI/MacroPlannerWebApp/Views/LogisticsCostParameterSetting.vw +++ b/_Main/UI/MacroPlannerWebApp/Views/LogisticsCostParameterSetting.vw @@ -43,21 +43,12 @@ subtotals: '' width: 82 } - column_Product - { - columnId: 'Product' - dataPath: 'Product' - dataType: 'string' - index: 2 - subtotals: '' - width: 63 - } column_Factory { columnId: 'Factory' dataPath: 'Factory' dataType: 'string' - index: 3 + index: 2 subtotals: '' width: 60 } @@ -66,7 +57,7 @@ columnId: 'PackagingCapacity' dataPath: 'PackagingCapacity' dataType: 'number' - index: 4 + index: 3 subtotals: '' width: 86 } @@ -75,7 +66,7 @@ columnId: 'WarehousingPrice' dataPath: 'WarehousingPrice' dataType: 'number' - index: 5 + index: 4 subtotals: '' width: 126 } @@ -84,7 +75,7 @@ columnId: 'OutboundPrice' dataPath: 'OutboundPrice' dataType: 'number' - index: 6 + index: 5 subtotals: '' width: 126 } @@ -93,7 +84,7 @@ columnId: 'StoragePrice' dataPath: 'StoragePrice' dataType: 'number' - index: 7 + index: 6 subtotals: '' width: 124 } @@ -102,7 +93,7 @@ columnId: 'OtherPrice' dataPath: 'OtherPrice' dataType: 'number' - index: 8 + index: 7 subtotals: '' width: 127 } -- Gitblit v1.9.3