From 07abf05c775c45f72b20b517df96e667a7a0d40d Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期三, 05 三月 2025 19:10:14 +0800 Subject: [PATCH] update --- jrj/project/business/SO/Product.Select.SO.cpp | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jrj/project/business/SO/Product.Select.SO.cpp b/jrj/project/business/SO/Product.Select.SO.cpp index bbcb0f7..f34daab 100644 --- a/jrj/project/business/SO/Product.Select.SO.cpp +++ b/jrj/project/business/SO/Product.Select.SO.cpp @@ -538,7 +538,7 @@ OpenWindow(L"dev:xpage[PackSchemaMaint.goodslib.vx]"); }else { - int pr = g_xdoc_product; + LPARAM pr = g_xdoc_product; OpenWindow(L"dev:xpage[ProductLibraryItemMaint.vx]",pr); } */ @@ -1100,7 +1100,7 @@ no = e.getAttribute(L"guid"); } - dw_list.SetDataObject(ProductLibraryView::GetMaintListForm3(no).xml()); + dw_list.SetDataObject(ProductLibraryView::GetMaintListForm3(no)); dw_list = GetControl(L"dw_list"); dw_list.SetReadOnly(true); @@ -1284,7 +1284,7 @@ } InitialFolder(); - dw_list.SetDataObject(ProductLibraryView::GetMaintListForm3(L"").xml()); + dw_list.SetDataObject(ProductLibraryView::GetMaintListForm3(L"")); dw_list = GetControl(L"dw_list"); dw_list.SetReadOnly(true); -- Gitblit v1.9.3