From f88e72d222c12679e4f3482378d9b0f2b307ed89 Mon Sep 17 00:00:00 2001
From: lifan <2308045698@qq.com>
Date: 星期三, 27 五月 2026 16:22:07 +0800
Subject: [PATCH] update

---
 jrj/project/business/Customer3.maint.cpp |    7 +++++++
 1 files changed, 7 insertions(+), 0 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"")
 		{

--
Gitblit v1.9.3