| jrj/project/business/Customer3.maint.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| jrj/project/business/EnquiryEx3.list.cpp | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| jrj/project/business/Expense/SaleCostBase.cpp | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| jrj/project/business/Expense/SaleCostList.cpp | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| jrj/project/business/ProductSample/UserProductApply.cpp | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| jrj/xframe/xcontrol/xdatetimepick.hpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
jrj/project/business/Customer3.maint.cpp
@@ -483,6 +483,13 @@ alert(L"客户简称不能为空!"); return 0; } xstring Status = dw_detail.GetItemString(1, L"Status"); if (sShortName == L"") { alert(L"客户状况不能为空!"); return 0; } xstring Level = dw_detail.GetItemString(1,L"Level"); /*if (Level == L"") { jrj/project/business/EnquiryEx3.list.cppBinary files differ
jrj/project/business/Expense/SaleCostBase.cppBinary files differ
jrj/project/business/Expense/SaleCostList.cppBinary files differ
jrj/project/business/ProductSample/UserProductApply.cppBinary files differ
jrj/xframe/xcontrol/xdatetimepick.hpp
@@ -25,8 +25,8 @@ int GDT_VALID = 0x0; int DTM_FIRST = 0x1000; int DTM_SETSYSTEMTIME = DTM_FIRST + 2; int WM_KILLFOCUS = 0x0008; int WM_SETFOCUS = 0x0007; int WM_KILLFOCUS_ = 0x0008; int WM_SETFOCUS_ = 0x0007; SendMessage(GetHWND(), DTM_SETSYSTEMTIME, GDT_VALID, (LPARAM) & fdate); return 1; }