From 866f26844a9e5d6fbcde9c7c474656b093afad3e Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期四, 02 一月 2025 20:32:36 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev-zlg --- _Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw b/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw index 1f2c2f7..003f129 100644 --- a/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw +++ b/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw @@ -181,14 +181,23 @@ dataType: 'string' index: 2 subtotals: '' - width: 150 + width: 114 + } + column_Dtype + { + columnId: 'Dtype' + dataPath: 'Dtype' + dataType: 'string' + index: 3 + subtotals: '' + width: 81 } column_StockpoingPoint { columnId: 'StockpoingPoint' dataPath: 'StockpoingPoint' dataType: 'string' - index: 3 + index: 4 subtotals: '' width: 150 } @@ -197,7 +206,7 @@ columnId: 'Fac' dataPath: 'Fac' dataType: 'string' - index: 4 + index: 5 subtotals: '' width: 89 } -- Gitblit v1.9.3