From f6572c39eb697b2a0fe9d4f4c46c605c72428dfa Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期五, 16 八月 2024 15:35:47 +0800 Subject: [PATCH] update --- jrj/project/business/AR/maint.SettlementExchange.cpp | 5 ----- jrj/project/business/ProductSample/ProductNewItem.cpp | 0 jrj/project/business/AR/Deduction.cpp | 2 -- jrj/project/business/AP/list.RefundGDNLine.Entity.xarch.cpp | 4 +--- jrj/project/business/SO/delivery.base.maint.so.cpp | 4 ++-- jrj/project/business/AP/list.manageSupplierID.ap.cpp | 2 +- jrj/project/business/Public/message.business.cpp | 0 jrj/project/tradedocument/TDocumentWin.cpp | 1 - 8 files changed, 4 insertions(+), 14 deletions(-) diff --git a/jrj/project/business/AP/list.RefundGDNLine.Entity.xarch.cpp b/jrj/project/business/AP/list.RefundGDNLine.Entity.xarch.cpp index cbc4166..5a61edf 100644 --- a/jrj/project/business/AP/list.RefundGDNLine.Entity.xarch.cpp +++ b/jrj/project/business/AP/list.RefundGDNLine.Entity.xarch.cpp @@ -236,9 +236,7 @@ int OnRetrieve(xstring query) { xml x ; - - xaserverarg arg ; - + xaserverarg arg; arg.AddArg(L"query",query); arg.AddArg(L"QueryArg",L""); if (getUrl(str_url,arg.GetString(),x)!=1) diff --git a/jrj/project/business/AP/list.manageSupplierID.ap.cpp b/jrj/project/business/AP/list.manageSupplierID.ap.cpp index c769da4..5cef71f 100644 --- a/jrj/project/business/AP/list.manageSupplierID.ap.cpp +++ b/jrj/project/business/AP/list.manageSupplierID.ap.cpp @@ -96,7 +96,7 @@ int h = xcombobox::GetCurSel(evt->command.hCtrl); if(h > -1) { - xstring txt = xcombobox::GetLBText(evt->command.hCtrl, h); + xstring txt = (string)xcombobox::GetLBText(evt->command.hCtrl, h); if(txt==L"出运日期") { diff --git a/jrj/project/business/AR/Deduction.cpp b/jrj/project/business/AR/Deduction.cpp index cb4571d..8a1ad3f 100644 --- a/jrj/project/business/AR/Deduction.cpp +++ b/jrj/project/business/AR/Deduction.cpp @@ -157,9 +157,7 @@ int OnRetrieve(xstring InvoiceNo, xstring EntityID) { xml x; - xaserverarg arg ; - arg.AddArg(L"InvoiceNo", InvoiceNo); arg.AddArg(L"InvoiceNoEx", xcontrol(GetControl(L"search")).GetText()); arg.AddArg(L"EntityID", EntityID); diff --git a/jrj/project/business/AR/maint.SettlementExchange.cpp b/jrj/project/business/AR/maint.SettlementExchange.cpp index 7a6b5ce..ae13b46 100644 --- a/jrj/project/business/AR/maint.SettlementExchange.cpp +++ b/jrj/project/business/AR/maint.SettlementExchange.cpp @@ -56,7 +56,6 @@ int OnSave(bool dlg = true) { xml x; - dw_base.AcceptText(); dw_base.DwUpdateAllTo(x); xaserverarg arg ; @@ -114,8 +113,6 @@ int OnSign() { xaserverarg arg ; - - xml x; dw_base.AcceptText(); @@ -183,9 +180,7 @@ int OnRetrieve(xstring SettlementExchangeID) { xml x; - xaserverarg arg ; - arg.AddArg(L"SEID", SettlementExchangeID); if (getUrl(L"/sale/data/AR/se/getsebyid", arg.GetString(), x) != 1) diff --git a/jrj/project/business/ProductSample/ProductNewItem.cpp b/jrj/project/business/ProductSample/ProductNewItem.cpp index 1f0b244..0968fe4 100644 --- a/jrj/project/business/ProductSample/ProductNewItem.cpp +++ b/jrj/project/business/ProductSample/ProductNewItem.cpp Binary files differ diff --git a/jrj/project/business/Public/message.business.cpp b/jrj/project/business/Public/message.business.cpp index 6b14a0e..0677451 100644 --- a/jrj/project/business/Public/message.business.cpp +++ b/jrj/project/business/Public/message.business.cpp Binary files differ diff --git a/jrj/project/business/SO/delivery.base.maint.so.cpp b/jrj/project/business/SO/delivery.base.maint.so.cpp index 28e6d2a..a464f22 100644 --- a/jrj/project/business/SO/delivery.base.maint.so.cpp +++ b/jrj/project/business/SO/delivery.base.maint.so.cpp @@ -7,7 +7,7 @@ #include "viewobject/view.base.hpp" - +using xml = KXMLDOMDocument; class __declspec(dllexport) DeliveryEdit : public xframe { public: @@ -157,7 +157,7 @@ xml x; x ; - x.LoadXml(vc.GetContent()); + x.loadXML(vc.GetContent()); dw_1.Retrieve(x); diff --git a/jrj/project/tradedocument/TDocumentWin.cpp b/jrj/project/tradedocument/TDocumentWin.cpp index df1a1c6..0619df7 100644 --- a/jrj/project/tradedocument/TDocumentWin.cpp +++ b/jrj/project/tradedocument/TDocumentWin.cpp @@ -149,7 +149,6 @@ xml x ; xaserverarg args; - args.setNativePointer(args.CreateInstance()); args.AddArg(L"myurl", myurl); args.AddArg(L"name", ret); args.AddArg(L"filepath", sname); -- Gitblit v1.9.3