jrj/project/business/AP/list.RefundGDNLine.Entity.xarch.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/AP/list.manageSupplierID.ap.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/AR/Deduction.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/AR/maint.SettlementExchange.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/ProductSample/ProductNewItem.cpp | 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/Public/message.business.cpp | 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/SO/delivery.base.maint.so.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/tradedocument/TDocumentWin.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
jrj/project/business/AP/list.RefundGDNLine.Entity.xarch.cpp
@@ -236,9 +236,7 @@ int OnRetrieve(xstring query) { xml x ; xaserverarg arg ; arg.AddArg(L"query",query); arg.AddArg(L"QueryArg",L""); if (getUrl(str_url,arg.GetString(),x)!=1) 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"出运日期") { 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); 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) jrj/project/business/ProductSample/ProductNewItem.cppBinary files differ
jrj/project/business/Public/message.business.cppBinary files differ
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); 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);