From 00868f688d677e773f9b9fe9b803078d5f553466 Mon Sep 17 00:00:00 2001
From: hongjli <3117313295@qq.com>
Date: 星期四, 02 一月 2025 11:13:52 +0800
Subject: [PATCH] 库存更新添加DTYPE

---
 _Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw b/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw
index 31cd226..1f2c2f7 100644
--- a/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw
+++ b/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw
@@ -71,6 +71,15 @@
               subtotals: ''
               width: 155
             }
+            column_Dtype
+            {
+              columnId: 'Dtype'
+              dataPath: 'Dtype'
+              dataType: 'string'
+              index: 5
+              subtotals: ''
+              width: 150
+            }
           }
         }
       }

--
Gitblit v1.9.3