From c3a07f380e6a81c0b76efad181cfe886de20208b Mon Sep 17 00:00:00 2001
From: lifan <2308045698@qq.com>
Date: 星期二, 26 五月 2026 17:58:30 +0800
Subject: [PATCH] update
---
jrj/project/business/ProductSample/UserProductApply.cpp | 0
jrj/project/business/EnquiryEx3.list.cpp | 0
jrj/project/business/Expense/SaleCostBase.cpp | 0
jrj/project/business/Expense/SaleCostList.cpp | 0
jrj/project/business/Customer3.maint.cpp | 7 +++++++
jrj/xframe/xcontrol/xdatetimepick.hpp | 4 ++--
6 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/jrj/project/business/Customer3.maint.cpp b/jrj/project/business/Customer3.maint.cpp
index 4808e87..2c79063 100644
--- a/jrj/project/business/Customer3.maint.cpp
+++ b/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"")
{
diff --git a/jrj/project/business/EnquiryEx3.list.cpp b/jrj/project/business/EnquiryEx3.list.cpp
index e27fdaa..b821a1d 100644
--- a/jrj/project/business/EnquiryEx3.list.cpp
+++ b/jrj/project/business/EnquiryEx3.list.cpp
Binary files differ
diff --git a/jrj/project/business/Expense/SaleCostBase.cpp b/jrj/project/business/Expense/SaleCostBase.cpp
index 5a3c58f..81e687f 100644
--- a/jrj/project/business/Expense/SaleCostBase.cpp
+++ b/jrj/project/business/Expense/SaleCostBase.cpp
Binary files differ
diff --git a/jrj/project/business/Expense/SaleCostList.cpp b/jrj/project/business/Expense/SaleCostList.cpp
index 2796886..cb541d8 100644
--- a/jrj/project/business/Expense/SaleCostList.cpp
+++ b/jrj/project/business/Expense/SaleCostList.cpp
Binary files differ
diff --git a/jrj/project/business/ProductSample/UserProductApply.cpp b/jrj/project/business/ProductSample/UserProductApply.cpp
index 979b7d4..7d451c1 100644
--- a/jrj/project/business/ProductSample/UserProductApply.cpp
+++ b/jrj/project/business/ProductSample/UserProductApply.cpp
Binary files differ
diff --git a/jrj/xframe/xcontrol/xdatetimepick.hpp b/jrj/xframe/xcontrol/xdatetimepick.hpp
index 450b983..ff104ca 100644
--- a/jrj/xframe/xcontrol/xdatetimepick.hpp
+++ b/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;
}
--
Gitblit v1.9.3