From f5f28b8847fea28a01b2ae148eba9c9cd029524e Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期一, 01 七月 2024 14:58:08 +0800
Subject: [PATCH] update GDN

---
 jrj/project/business/SO/Product.Select.SO.cpp               |    4 ++--
 jrj/project/business/Supplier/list.Owner.Supplier.cpp       |    0 
 jrj/project/business/Supplier/SupplierSource.cpp            |    0 
 jrj/project/business/GDN/GDNSourcePriceMaint.cpp            |    0 
 jrj/project/business/GDN/SelectItem.New.GDN.cpp             |    0 
 jrj/project/business/Supplier/maint.Document.SupplierEx.cpp |    0 
 jrj/project/business/GDN/GDNSourcePaperCard.cpp             |    0 
 jrj/project/business/Supplier/maintex.Owner.Supplier.cpp    |    0 
 jrj/project/business/GDN/GDNDelay.cpp                       |    0 
 jrj/ext-jrj/ext-jrj.vcxproj                                 |   12 ++++++++++++
 jrj/project/business/Supplier/maint.Owner.Supplier.cpp      |    0 
 11 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/jrj/ext-jrj/ext-jrj.vcxproj b/jrj/ext-jrj/ext-jrj.vcxproj
index c0aabfc..6394be6 100644
--- a/jrj/ext-jrj/ext-jrj.vcxproj
+++ b/jrj/ext-jrj/ext-jrj.vcxproj
@@ -254,6 +254,18 @@
     <ClCompile Include="..\project\business\GDN3.maint.cpp">
       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
     </ClCompile>
+    <ClCompile Include="..\project\business\GDN\GDNDelay.cpp">
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
+    </ClCompile>
+    <ClCompile Include="..\project\business\GDN\GDNSourcePaperCard.cpp">
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
+    </ClCompile>
+    <ClCompile Include="..\project\business\GDN\GDNSourcePriceMaint.cpp">
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
+    </ClCompile>
+    <ClCompile Include="..\project\business\GDN\SelectItem.New.GDN.cpp">
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
+    </ClCompile>
     <ClCompile Include="..\project\business\HR\AdministrativeDepartment.cpp">
       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
diff --git a/jrj/project/business/GDN/GDNDelay.cpp b/jrj/project/business/GDN/GDNDelay.cpp
new file mode 100644
index 0000000..933de36
--- /dev/null
+++ b/jrj/project/business/GDN/GDNDelay.cpp
Binary files differ
diff --git a/jrj/project/business/GDN/GDNSourcePaperCard.cpp b/jrj/project/business/GDN/GDNSourcePaperCard.cpp
new file mode 100644
index 0000000..ffd8882
--- /dev/null
+++ b/jrj/project/business/GDN/GDNSourcePaperCard.cpp
Binary files differ
diff --git a/jrj/project/business/GDN/GDNSourcePriceMaint.cpp b/jrj/project/business/GDN/GDNSourcePriceMaint.cpp
new file mode 100644
index 0000000..3ae1119
--- /dev/null
+++ b/jrj/project/business/GDN/GDNSourcePriceMaint.cpp
Binary files differ
diff --git a/jrj/project/business/GDN/SelectItem.New.GDN.cpp b/jrj/project/business/GDN/SelectItem.New.GDN.cpp
new file mode 100644
index 0000000..207a5db
--- /dev/null
+++ b/jrj/project/business/GDN/SelectItem.New.GDN.cpp
Binary files differ
diff --git a/jrj/project/business/SO/Product.Select.SO.cpp b/jrj/project/business/SO/Product.Select.SO.cpp
index be4bddb..372186d 100644
--- a/jrj/project/business/SO/Product.Select.SO.cpp
+++ b/jrj/project/business/SO/Product.Select.SO.cpp
@@ -672,7 +672,7 @@
 			dw_list.Redraw();
 			impStr = L"";
 
-			SendMessageW(hObject, 0x401, ls_nos, 0);
+			SendMessage(hObject, 0x401, ls_nos, 0);
 			alert(L"转入完成!");
 			return 1;
 		}
@@ -833,7 +833,7 @@
 			}
 			else if (comdid == L"xmRertieve")
 			{
-				int hItem1 = tv_folder.GetSelectedItem();
+				HTREEITEM hItem1 = tv_folder.GetSelectedItem();
 				KXMLDOMElement e2 = tv_folder.GetItemData(hItem1);
 				xstring no1 = e2.getAttribute(L"no");
 				xml x2 = vcontrol::RetrieveData(L"/sale/data/SO/goods/usergoods/listex1", L"parent", no1);
diff --git a/jrj/project/business/Supplier/SupplierSource.cpp b/jrj/project/business/Supplier/SupplierSource.cpp
index 54c2e94..2c3048d 100644
--- a/jrj/project/business/Supplier/SupplierSource.cpp
+++ b/jrj/project/business/Supplier/SupplierSource.cpp
Binary files differ
diff --git a/jrj/project/business/Supplier/list.Owner.Supplier.cpp b/jrj/project/business/Supplier/list.Owner.Supplier.cpp
index ebd0411..f8e938c 100644
--- a/jrj/project/business/Supplier/list.Owner.Supplier.cpp
+++ b/jrj/project/business/Supplier/list.Owner.Supplier.cpp
Binary files differ
diff --git a/jrj/project/business/Supplier/maint.Document.SupplierEx.cpp b/jrj/project/business/Supplier/maint.Document.SupplierEx.cpp
index 490f7f9..bf92ca4 100644
--- a/jrj/project/business/Supplier/maint.Document.SupplierEx.cpp
+++ b/jrj/project/business/Supplier/maint.Document.SupplierEx.cpp
Binary files differ
diff --git a/jrj/project/business/Supplier/maint.Owner.Supplier.cpp b/jrj/project/business/Supplier/maint.Owner.Supplier.cpp
index 62a1cce..eb2d9ff 100644
--- a/jrj/project/business/Supplier/maint.Owner.Supplier.cpp
+++ b/jrj/project/business/Supplier/maint.Owner.Supplier.cpp
Binary files differ
diff --git a/jrj/project/business/Supplier/maintex.Owner.Supplier.cpp b/jrj/project/business/Supplier/maintex.Owner.Supplier.cpp
index 78566bc..004a583 100644
--- a/jrj/project/business/Supplier/maintex.Owner.Supplier.cpp
+++ b/jrj/project/business/Supplier/maintex.Owner.Supplier.cpp
Binary files differ

--
Gitblit v1.9.3