From 66059983554e187a3b763ab0c6aff693950073e1 Mon Sep 17 00:00:00 2001
From: lifan <2308045698@qq.com>
Date: 星期一, 01 六月 2026 15:33:36 +0800
Subject: [PATCH] update

---
 jrj/project/business/Customer3.maint.cpp |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/jrj/project/business/Customer3.maint.cpp b/jrj/project/business/Customer3.maint.cpp
index ff73ed9..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"")
 		{
@@ -885,7 +892,7 @@
 		if(value == L"客户资料附件")
 		{	
 			
-			if(userno == L"admin" || userno == L"00601" || userno == L"00701")
+			if(userno == L"admin" || userno == L"00601" || userno == L"00618" || userno == L"00701")
 			 {
 				//alert(dw_detail.GetGuid(1));
 				arg.AddArg(L"entityid",dw_detail.GetGuid(1));
@@ -1202,7 +1209,7 @@
 		{
 			//xstring userno = publiccode::getUserNo();
 			userno = xaserver::GetUserNo();
-			if(userno !=L"00601" && userno !=L"admin" && userno !=L"00701")
+			if(userno !=L"00601" && userno !=L"admin" && userno !=L"00701" && userno != L"00618")
 			{
 				dw_detail.SetColumnProp(L"SalesPersonID",L"cellprotect",L"1");
 				
@@ -1241,7 +1248,7 @@
 			
 			ApplyStatus=dw_detail.GetItemString(1,L"ApplyStatus");
 			
-			if(userno !=L"00601" && userno !=L"admin" && userno !=L"00701")
+			if(userno !=L"00601" && userno !=L"admin" && userno !=L"00701" && userno != L"00618")
 			{
 				if(ApplyStatus ==L"财务已审核")
 				{

--
Gitblit v1.9.3