From 58f02c7932fbe1ae47b63b600ff49a25f1ed2c8f Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期二, 24 九月 2024 10:28:03 +0800 Subject: [PATCH] update --- jrj/project/business/Enquiry/Entity.Product.Select.cpp | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/jrj/project/business/Enquiry/Entity.Product.Select.cpp b/jrj/project/business/Enquiry/Entity.Product.Select.cpp index feb3058..4523de6 100644 --- a/jrj/project/business/Enquiry/Entity.Product.Select.cpp +++ b/jrj/project/business/Enquiry/Entity.Product.Select.cpp @@ -870,15 +870,13 @@ OpenWindow(L"dev:xpage[PackSchemaMaint.goodslib.vx]"); }else { - int pr = dw_list; - OpenWindow(L"dev:xpage[ProductLibraryItemMaint.vx]",pr); + OpenWindow(L"dev:xpage[ProductLibraryItemMaint.vx]",dw_list); } */ //KXMLDOMElement ele = dw_list.getRowElement(L"data/Item", 1); //alert(ele.xml); - int pr = dw_list; - OpenWindow(L"dev:xpage[ProductLibraryItemMaint3.vx]", pr); + OpenWindow(L"dev:xpage[ProductLibraryItemMaint3.vx]", dw_list); return 1; } -- Gitblit v1.9.3