From 9bb6a0167550f32338c2ac48223fc4d4e035de08 Mon Sep 17 00:00:00 2001
From: lifan <2308045698@qq.com>
Date: 星期三, 28 一月 2026 09:54:21 +0800
Subject: [PATCH] update

---
 jrj/project/workflow/workflow.chkdlg_vd.cpp |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/jrj/project/workflow/workflow.chkdlg_vd.cpp b/jrj/project/workflow/workflow.chkdlg_vd.cpp
index 1c53942..336dd52 100644
--- a/jrj/project/workflow/workflow.chkdlg_vd.cpp
+++ b/jrj/project/workflow/workflow.chkdlg_vd.cpp
@@ -27,7 +27,12 @@
 			{
 				xcontrol xc = GetControl(L"content");
 				xstring str = xc.GetText();
-				if (str == L"")alert("审批意见为空!");
+				if (str == L"")
+				{
+					alert("审批意见为空!") ;
+					return 0;
+				}
+
 				arg.AddArg(L"content", str);
 				
 			}
@@ -74,14 +79,14 @@
 			xaserverarg argx;
 			arg = GetArg();
 			argx.AddArg(L"EntityID", arg.GetArgString(L"EntityID"));
-			Name = arg.GetArgString(L"EntityName");
+			//Name = arg.GetArgString(L"EntityName");
 			
 			xml x;
 			xurl::get(L"/sale/data/workflow.core/workflow/chk/loglist", argx.GetString(), x);
 			dw_loglist.Retrieve(x);
 			dw_loglist.SetReadOnly(true);
 		}
-		alert(Name);
+		//alert(Name);
 		return 1;
 	}
 };
\ No newline at end of file

--
Gitblit v1.9.3