From ad242bf0203ebb1236bd2cb5c1da1dd8619aedce Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期三, 25 九月 2024 11:44:55 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev
---
_Main/UI/MacroPlannerWebApp/Views/LogisticsCostParameterSetting.vw | 38 +++++++++++++++++++-------------------
1 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Views/LogisticsCostParameterSetting.vw b/_Main/UI/MacroPlannerWebApp/Views/LogisticsCostParameterSetting.vw
index 56808e3..1eb51aa 100644
--- a/_Main/UI/MacroPlannerWebApp/Views/LogisticsCostParameterSetting.vw
+++ b/_Main/UI/MacroPlannerWebApp/Views/LogisticsCostParameterSetting.vw
@@ -74,7 +74,7 @@
{
columnId: 'PackagingCapacity'
dataPath: 'PackagingCapacity'
- dataType: 'number'
+ dataType: 'real'
index: 5
subtotals: ''
width: 86
@@ -83,7 +83,7 @@
{
columnId: 'WarehousingPrice'
dataPath: 'WarehousingPrice'
- dataType: 'number'
+ dataType: 'real'
index: 6
subtotals: ''
width: 126
@@ -92,7 +92,7 @@
{
columnId: 'OutboundPrice'
dataPath: 'OutboundPrice'
- dataType: 'number'
+ dataType: 'real'
index: 7
subtotals: ''
width: 126
@@ -101,7 +101,7 @@
{
columnId: 'StoragePrice'
dataPath: 'StoragePrice'
- dataType: 'number'
+ dataType: 'real'
index: 8
subtotals: ''
width: 124
@@ -110,7 +110,7 @@
{
columnId: 'OtherPrice'
dataPath: 'OtherPrice'
- dataType: 'number'
+ dataType: 'real'
index: 9
subtotals: ''
width: 127
@@ -188,7 +188,7 @@
{
columnId: 'LoadingCapacity'
dataPath: 'LoadingCapacity'
- dataType: 'number'
+ dataType: 'real'
index: 5
subtotals: ''
width: 109
@@ -197,7 +197,7 @@
{
columnId: 'TransportPrice'
dataPath: 'TransportPrice'
- dataType: 'number'
+ dataType: 'real'
index: 6
subtotals: ''
width: 150
@@ -257,7 +257,7 @@
{
columnId: 'WarehousingPrice'
dataPath: 'WarehousingPrice'
- dataType: 'number'
+ dataType: 'real'
index: 3
subtotals: ''
width: 123
@@ -266,7 +266,7 @@
{
columnId: 'OutboundPrice'
dataPath: 'OutboundPrice'
- dataType: 'number'
+ dataType: 'real'
index: 4
subtotals: ''
width: 124
@@ -275,7 +275,7 @@
{
columnId: 'StoragePrice'
dataPath: 'StoragePrice'
- dataType: 'number'
+ dataType: 'real'
index: 5
subtotals: ''
width: 126
@@ -284,7 +284,7 @@
{
columnId: 'CleanPrice'
dataPath: 'CleanPrice'
- dataType: 'number'
+ dataType: 'real'
index: 6
subtotals: ''
width: 128
@@ -353,7 +353,7 @@
{
columnId: 'PackagingCapacity'
dataPath: 'PackagingCapacity'
- dataType: 'number'
+ dataType: 'real'
index: 4
subtotals: ''
width: 73
@@ -362,7 +362,7 @@
{
columnId: 'WarehousingPrice'
dataPath: 'WarehousingPrice'
- dataType: 'number'
+ dataType: 'real'
index: 5
subtotals: ''
width: 126
@@ -371,7 +371,7 @@
{
columnId: 'OutboundPrice'
dataPath: 'OutboundPrice'
- dataType: 'number'
+ dataType: 'real'
index: 6
subtotals: ''
width: 130
@@ -380,7 +380,7 @@
{
columnId: 'PackagePrice'
dataPath: 'PackagePrice'
- dataType: 'number'
+ dataType: 'real'
index: 7
subtotals: ''
width: 131
@@ -389,7 +389,7 @@
{
columnId: 'UnpackingPrice'
dataPath: 'UnpackingPrice'
- dataType: 'number'
+ dataType: 'real'
index: 8
subtotals: ''
width: 133
@@ -398,7 +398,7 @@
{
columnId: 'BufferPaperPrice'
dataPath: 'BufferPaperPrice'
- dataType: 'number'
+ dataType: 'real'
index: 9
subtotals: ''
width: 135
@@ -407,7 +407,7 @@
{
columnId: 'StoragePrice'
dataPath: 'StoragePrice'
- dataType: 'number'
+ dataType: 'real'
index: 10
subtotals: ''
width: 126
@@ -416,7 +416,7 @@
{
columnId: 'WoodenCratePrice'
dataPath: 'WoodenCratePrice'
- dataType: 'number'
+ dataType: 'real'
index: 11
subtotals: ''
width: 79
--
Gitblit v1.9.3