lifan
7 天以前 c3a07f380e6a81c0b76efad181cfe886de20208b
update
已修改6个文件
11 ■■■■ 文件已修改
jrj/project/business/Customer3.maint.cpp 7 ●●●●● 补丁 | 查看 | 原始文档 | 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 4 ●●●● 补丁 | 查看 | 原始文档 | 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.cpp
Binary files differ
jrj/project/business/Expense/SaleCostBase.cpp
Binary files differ
jrj/project/business/Expense/SaleCostList.cpp
Binary files differ
jrj/project/business/ProductSample/UserProductApply.cpp
Binary 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;
    }