jrj/project/business/Customer3.list.cpp | 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/Customer3.maint.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/Enquiry/Entity.Product.Select.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/GDN/select.item.po.cpp | 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/Supplier/maint.Owner.Supplier.cpp | 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/Supplier/maintex.Owner.Supplier.cpp | 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/SystemSettings/Resource.select.data.config.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/start.vframe.vbusiness.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/tradedocument/DocSelectDlg.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
jrj/project/business/Customer3.list.cppBinary files differ
jrj/project/business/Customer3.maint.cpp
@@ -140,7 +140,7 @@ xstring GetPartyID(xstring sName,xstring sType) { xml x1=new xml; xml x1; xaserverarg arg; jrj/project/business/Enquiry/Entity.Product.Select.cpp
@@ -318,6 +318,7 @@ xaserverarg arg; arg.AddArg(L"content", x.xml()); alert(x.xml()); if (xurl::get(L"/sale/data/ProductLibrary/image/update", arg.GetString(), x) != 1) { alert(x.text()); jrj/project/business/GDN/select.item.po.cppBinary files differ
jrj/project/business/Supplier/maint.Owner.Supplier.cppBinary files differ
jrj/project/business/Supplier/maintex.Owner.Supplier.cppBinary files differ
jrj/project/business/SystemSettings/Resource.select.data.config.cpp
@@ -67,7 +67,7 @@ return 1; } int OnCmdDispatch(string comdid) int OnCmdDispatch(xstring comdid) { if (comdid=="SelectAll") OnSelectAll(); else if (comdid=="SelectNo") OnSelectNo(); jrj/project/start.vframe.vbusiness.cpp
@@ -123,8 +123,7 @@ { //return frame::GetReason(pr); arg.AddArg(L"EntityID", GetEntityID(2)); arg.AddArg(L"_ModuelPage", L"dev:xpage[workflow.chkdlg.vx]"); OpenWindow(L"dev:xpage[vindexforold.vx]", arg); OpenWindow(L"dev:xpage[workflow.chkdlg.vx]", arg); //openUrl(L"/sale/view/workflow.view/xpage/chkdlg", arg); xstring comdid2 = arg.GetArgString(L"comdid"); if (comdid2 == L"xmOK") jrj/project/tradedocument/DocSelectDlg.cpp
@@ -33,7 +33,7 @@ //命令发布函数 int OnCmdDispatch(string comdid) int OnCmdDispatch(xstring comdid) { if (comdid == L"xmOk") { jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp
@@ -203,13 +203,13 @@ return 1; } virtual int PreOnCmdDispatch(string comdid) virtual int PreOnCmdDispatch(xstring comdid) { //返回0——不在执行以下代码;返回其他——执行以下代码。 return 1; } virtual int PostOnCmdDispatch(string comdid) virtual int PostOnCmdDispatch(xstring comdid) { return 1; }