From 06a9a4b01cda9c380e52eb875d7bb7c1c874954a Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期二, 05 十一月 2024 18:19:31 +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