From c68366f4601f543e90ff2e81633c2a166e0c819d Mon Sep 17 00:00:00 2001 From: hongji.li <hongji.a.li@capgemini.com> Date: 星期三, 08 十一月 2023 15:36:20 +0800 Subject: [PATCH] 优化手动添加模组&面板对应关系 --- _Main/UI/MacroPlannerWebApp/Views/Pegging分析.vw | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 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 7311b81..ea6bfd7 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" @@ -407,7 +407,7 @@ dataType: 'string' index: 7 subtotals: '' - width: 150 + width: 121 } column_UnitOfMeasurementName { @@ -416,7 +416,16 @@ dataType: 'string' index: 8 subtotals: '' - width: 150 + width: 70 + } + column_NumberOfPlies + { + columnId: 'NumberOfPlies' + dataPath: 'NumberOfPlies' + dataType: 'number' + index: 9 + subtotals: '' + width: 52 } } FormPeggingResult_ListPeggingAllResultProductInStockingPoint_MP -- Gitblit v1.9.3