From 4bf2d2c6cfdb4a7cfe0ed4865536b9f1d7594839 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期一, 11 十一月 2024 14:10:13 +0800
Subject: [PATCH] update

---
 jrj/project/business/Enquiry/Quick.Input.NewProductEx.cpp |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/jrj/project/business/Enquiry/Quick.Input.NewProductEx.cpp b/jrj/project/business/Enquiry/Quick.Input.NewProductEx.cpp
index 14f1a12..479dca9 100644
--- a/jrj/project/business/Enquiry/Quick.Input.NewProductEx.cpp
+++ b/jrj/project/business/Enquiry/Quick.Input.NewProductEx.cpp
@@ -59,7 +59,7 @@
 			xml x ;
 					
 			xaserverarg arg ;
-			arg.setNativePointer(arg.CreateInstance());		
+				
 			arg.AddArg(L"no",sno);
 			if(xurl::get(L"/sale/data/SO/goods/goodslib/ChildFolderList", arg.GetString(),x)!=1)
 			{
@@ -111,7 +111,7 @@
 			xml x;
 			
 			xaserverarg arg ;
-			arg.setNativePointer(arg.CreateInstance());	
+			
 			arg.AddArg(L"count", L"1" );	
 			arg.AddArg(L"type", typ );	
 			if(xurl::get(L"/sale/data/SO/goods/usegoods/goodslib/asknos", arg.GetString(),x)!=1)return L"";
@@ -169,7 +169,7 @@
 			dw_list.AcceptText();
 			dw_list.DwUpdateAllToEx(x);
 			xaserverarg arg ;
-			arg.setNativePointer(arg.CreateInstance());	
+			
 			arg.AddArg(L"content",x.xml());	
 			if(xurl::get(L"/sale/data/ProductLibrary3/update/newestproduct", arg.GetString(),x)!=1)
 			{
@@ -284,6 +284,7 @@
 			OnAddItem();
 			return 1;
 		}
+
 		int onload()
 		{
 			SetArg();

--
Gitblit v1.9.3