From 53e35ee49a397549f7f8fd2621dd93c5ff35d6ae Mon Sep 17 00:00:00 2001
From: lifan <2308045698@qq.com>
Date: 星期二, 09 六月 2026 17:52:49 +0800
Subject: [PATCH] update
---
jrj/project/business/Customer3.maint.cpp | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/jrj/project/business/Customer3.maint.cpp b/jrj/project/business/Customer3.maint.cpp
index 4808e87..10451b2 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"")
{
@@ -1243,7 +1250,7 @@
if(userno !=L"00601" && userno !=L"admin" && userno !=L"00701" && userno != L"00618")
{
- if(ApplyStatus ==L"财务已审核")
+ if(ApplyStatus ==L"已审核")
{
dw_detail.SetReadOnly(true);
}
--
Gitblit v1.9.3