From 54aa6f0768d1d78e54513aa1ac89a310a53db13d Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期五, 05 七月 2024 12:05:33 +0800
Subject: [PATCH] update

---
 jrj/project/business/SO/Product.Select.SO.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jrj/project/business/SO/Product.Select.SO.cpp b/jrj/project/business/SO/Product.Select.SO.cpp
index 372186d..f59552d 100644
--- a/jrj/project/business/SO/Product.Select.SO.cpp
+++ b/jrj/project/business/SO/Product.Select.SO.cpp
@@ -1035,7 +1035,7 @@
 
 			xcontrol query = GetControl(L"sl_search");
 			xstring queryString = query.GetText();
-
+			xshtml xs;
 			if (name == L"购物车")
 			{
 				if (agentFor != L"goodscar")SwitchLayer(L"goodscarsheet", L"sheetframe");
@@ -1105,7 +1105,7 @@
 						no = e.getAttribute(L"guid");
 					}
 
-					dw_list.SetDataObject(ProductLibraryView::GetMaintListForm3(no).GetXmlDoc());
+					dw_list.SetDataObject(ProductLibraryView::GetMaintListForm3(no).xml());
 					dw_list = GetControl(L"dw_list");
 					dw_list.SetReadOnly(true);
 

--
Gitblit v1.9.3